summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8985.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8985.c')
-rw-r--r--firmware/drivers/audio/wm8985.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/audio/wm8985.c b/firmware/drivers/audio/wm8985.c
index 95afbd97c9..6f8d65998b 100644
--- a/firmware/drivers/audio/wm8985.c
+++ b/firmware/drivers/audio/wm8985.c
@@ -105,9 +105,11 @@ const struct sound_settings_info audiohw_settings[] = {
105 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0}, 105 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0},
106 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0}, 106 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
107 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100}, 107 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
108#ifdef HAVE_RECORDING
108 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0}, 109 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0},
109 [SOUND_RIGHT_GAIN] = {"dB", 1, 1,-128, 96, 0}, 110 [SOUND_RIGHT_GAIN] = {"dB", 1, 1,-128, 96, 0},
110 [SOUND_MIC_GAIN] = {"dB", 1, 1,-128, 108, 16}, 111 [SOUND_MIC_GAIN] = {"dB", 1, 1,-128, 108, 16},
112#endif
111 [SOUND_BASS_CUTOFF] = {"", 0, 1, 1, 4, 1}, 113 [SOUND_BASS_CUTOFF] = {"", 0, 1, 1, 4, 1},
112 [SOUND_TREBLE_CUTOFF] = {"", 0, 1, 1, 4, 1}, 114 [SOUND_TREBLE_CUTOFF] = {"", 0, 1, 1, 4, 1},
113}; 115};