summaryrefslogtreecommitdiff
path: root/firmware/export/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r--firmware/export/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 2cf2ad3136..3ad74c4859 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -48,7 +48,8 @@ enum {
48 SOUND_MDB_ENABLE, 48 SOUND_MDB_ENABLE,
49 SOUND_SUPERBASS, 49 SOUND_SUPERBASS,
50#endif 50#endif
51#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320) 51#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\
52 || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731)
52 SOUND_LEFT_GAIN, 53 SOUND_LEFT_GAIN,
53 SOUND_RIGHT_GAIN, 54 SOUND_RIGHT_GAIN,
54 SOUND_MIC_GAIN, 55 SOUND_MIC_GAIN,