summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {
136static const char *supported_cards[] = { 136static const char *supported_cards[] = {
137 "dra7evm", 137 "dra7evm",
138 "VayuEVM", 138 "VayuEVM",
139 "DRA7xxEVM",
139}; 140};
140 141
141#define SUPPORTED_IN_DEVICES (AUDIO_DEVICE_IN_BUILTIN_MIC | \ 142#define SUPPORTED_IN_DEVICES (AUDIO_DEVICE_IN_BUILTIN_MIC | \