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, 2 insertions, 0 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 7558a3349b..7dd1fbf98e 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -491,6 +491,8 @@ void sound_set(int setting, int value)
491#elif CONFIG_HWCODEC == MAS3507D 491#elif CONFIG_HWCODEC == MAS3507D
492 current_balance = value * 960 / 100; /* tenth of dB */ 492 current_balance = value * 960 / 100; /* tenth of dB */
493 set_prescaled_volume(); 493 set_prescaled_volume();
494#elif defined(HAVE_UDA1380)
495 uda1380_set_balance(value);
494#endif 496#endif
495 break; 497 break;
496 498