summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 3838b007d0..65a2466dfc 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -58,7 +58,8 @@ enum {
58 SOUND_SUPERBASS, 58 SOUND_SUPERBASS,
59#endif 59#endif
60#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\ 60#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\
61 || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) 61 || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) \
62 || defined(HAVE_AS3514)
62 SOUND_LEFT_GAIN, 63 SOUND_LEFT_GAIN,
63 SOUND_RIGHT_GAIN, 64 SOUND_RIGHT_GAIN,
64 SOUND_MIC_GAIN, 65 SOUND_MIC_GAIN,