Skip to content

Commit

Permalink
[Panda] Enable board specific audio HAL
Browse files Browse the repository at this point in the history
Change BOARD_USES_GENERIC_AUDIO to equal false.
Now that the audio HAL is available for panda
use board specific audio HAL

Change-Id: I252f433181020f5c8408acba27e774647f8b37f8
Signed-off-by: Dan Murphy <dmurphy@ti.com>
  • Loading branch information
Dan Murphy committed Jan 19, 2012
1 parent a09009f commit ca19166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Expand Up @@ -16,7 +16,7 @@

# These two variables are set first, so they can be overridden
# by BoardConfigVendor.mk
BOARD_USES_GENERIC_AUDIO := true
BOARD_USES_GENERIC_AUDIO := false
USE_CAMERA_STUB := true

# Use the non-open-source parts, if they're present
Expand Down

0 comments on commit ca19166

Please sign in to comment.