summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2014-11-09 02:11:38 -0600
committerMisael Lopez Cruz <misael.lopez@ti.com>2014-11-10 12:04:48 -0600
commit310ace1ca5b0e8c705d13120fb26b0b3ce1feab0 (patch)
treed4b35ea064c2c7a587c9098baaafdfa22f46b358
parentfe57283f9077c0f50a83b7ca7182a7072f9cebbd (diff)
downloadjacinto6evm-310ace1ca5b0e8c705d13120fb26b0b3ce1feab0.tar.gz
audio: Legacy: Add DRA7xxEVM to supported cards
There is an audio driver for the DRA7 EVM that supports a single PCM device (McASP3). The name of the card created by this driver is "DRA7xxEVM", so this name has to be added to the cards supported by this Audio HAL. The IN_CALL mode is supported in the Audio HAL but won't work with the "DRA7xxEVM" card because the PCM device used for BT is not implemented by the driver. Change-Id: Iacee36175cd4c90e74fce57f41cc6ca7c07291b9 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--audio/legacy/audio_hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/legacy/audio_hw.c b/audio/legacy/audio_hw.c
index 84e5b30..26ea747 100644
--- a/audio/legacy/audio_hw.c
+++ b/audio/legacy/audio_hw.c
@@ -136,6 +136,7 @@ struct j6_stream_out {
static const char *supported_cards[] = {
"dra7evm",
"VayuEVM",
+ "DRA7xxEVM",
};
#define SUPPORTED_IN_DEVICES (AUDIO_DEVICE_IN_BUILTIN_MIC | \