summaryrefslogtreecommitdiff
path: root/firmware/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sound.c')
-rw-r--r--firmware/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index dba732c904..6d510cc896 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -52,7 +52,7 @@ const struct sound_settings_info audiohw_settings[] = {
52 [SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0}, 52 [SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0},
53 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0}, 53 [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0},
54 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0}, 54 [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
55 [SOUND_STEREO_WIDTH] = {"%", 0, 1, 0, 255, 100}, 55 [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
56#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\ 56#if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\
57 || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) 57 || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731)
58 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0}, 58 [SOUND_LEFT_GAIN] = {"dB", 1, 1,-128, 96, 0},