summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8758.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8758.c')
-rw-r--r--firmware/drivers/audio/wm8758.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/audio/wm8758.c b/firmware/drivers/audio/wm8758.c
index 8f452f7a09..b380530e39 100644
--- a/firmware/drivers/audio/wm8758.c
+++ b/firmware/drivers/audio/wm8758.c
@@ -38,9 +38,11 @@ const struct sound_settings_info audiohw_settings[] = {
38 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0}, 38 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0},
39 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0}, 39 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
40 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100}, 40 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
41#ifdef HAVE_RECORDING
41 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0}, 42 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0},
42 [SOUND_RIGHT_GAIN] = {"dB", 1, 1,-128, 96, 0}, 43 [SOUND_RIGHT_GAIN] = {"dB", 1, 1,-128, 96, 0},
43 [SOUND_MIC_GAIN] = {"dB", 1, 1,-128, 108, 16}, 44 [SOUND_MIC_GAIN] = {"dB", 1, 1,-128, 108, 16},
45#endif
44 [SOUND_BASS_CUTOFF] = {"", 0, 1, 1, 4, 1}, 46 [SOUND_BASS_CUTOFF] = {"", 0, 1, 1, 4, 1},
45 [SOUND_TREBLE_CUTOFF] = {"", 0, 1, 1, 4, 1}, 47 [SOUND_TREBLE_CUTOFF] = {"", 0, 1, 1, 4, 1},
46}; 48};