summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index d3f4435058..7004a40fb6 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -490,7 +490,8 @@ void sound_set_balance(int value)
490 mas_codec_writereg(0x11, tmp); 490 mas_codec_writereg(0x11, tmp);
491#elif CONFIG_CODEC == MAS3507D || defined HAVE_UDA1380 \ 491#elif CONFIG_CODEC == MAS3507D || defined HAVE_UDA1380 \
492 || defined HAVE_WM8975 || defined HAVE_WM8758 || defined HAVE_WM8731 \ 492 || defined HAVE_WM8975 || defined HAVE_WM8758 || defined HAVE_WM8731 \
493 || defined(HAVE_WM8721) || defined(HAVE_TLV320) || defined(HAVE_WM8751) 493 || defined(HAVE_WM8721) || defined(HAVE_TLV320) || defined(HAVE_WM8751) \
494 || defined(HAVE_AS3514)
494 current_balance = value * VOLUME_RANGE / 100; /* tenth of dB */ 495 current_balance = value * VOLUME_RANGE / 100; /* tenth of dB */
495 set_prescaled_volume(); 496 set_prescaled_volume();
496#elif CONFIG_CPU == PNX0101 || defined(HAVE_AS3514) 497#elif CONFIG_CPU == PNX0101 || defined(HAVE_AS3514)