summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8721.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8721.c')
-rw-r--r--firmware/drivers/audio/wm8721.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8721.c b/firmware/drivers/audio/wm8721.c
index dd3c1332fc..0efbd8570d 100644
--- a/firmware/drivers/audio/wm8721.c
+++ b/firmware/drivers/audio/wm8721.c
@@ -43,7 +43,7 @@ const struct sound_settings_info audiohw_settings[] = {
43 /* HAVE_SW_TONE_CONTROLS */ 43 /* HAVE_SW_TONE_CONTROLS */
44 [SOUND_BASS] = {"dB", 0, 1, -24, 24, 0}, 44 [SOUND_BASS] = {"dB", 0, 1, -24, 24, 0},
45 [SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0}, 45 [SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0},
46 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0}, 46 [SOUND_BALANCE] = {"dB", 0, 1, -80, 80, 0},
47 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0}, 47 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
48 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100}, 48 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
49}; 49};