summaryrefslogtreecommitdiffstats
path: root/firmware/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sound.c')
-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)
|| defined(HAVE_AS3514)
current_balance = value * VOLUME_RANGE / 100; /* tenth of dB */
set_prescaled_volume();
-#elif CONFIG_CPU == PNX0101 || defined(HAVE_AS3514)
- /* TODO: implement for iFP and Sansa */
+#elif CONFIG_CPU == PNX0101
+ /* TODO: implement for iFP */
(void)value;
#endif
}