summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/sound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 923a8693bd..27b9fa1670 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -493,8 +493,8 @@ void sound_set_balance(int value)
493 || defined(HAVE_AS3514) 493 || defined(HAVE_AS3514)
494 current_balance = value * VOLUME_RANGE / 100; /* tenth of dB */ 494 current_balance = value * VOLUME_RANGE / 100; /* tenth of dB */
495 set_prescaled_volume(); 495 set_prescaled_volume();
496#elif CONFIG_CPU == PNX0101 || defined(HAVE_AS3514) 496#elif CONFIG_CPU == PNX0101
497 /* TODO: implement for iFP and Sansa */ 497 /* TODO: implement for iFP */
498 (void)value; 498 (void)value;
499#endif 499#endif
500} 500}