diff options
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r-- | apps/sound_menu.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c index 33bb80faa1..f08ee35525 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -135,13 +135,8 @@ bool set_sound(const char* string, return true; break; } - if (changed) { + if (changed) mpeg_sound_set(setting, *variable); -#if CONFIG_HWCODEC == MAS3507D - if(setting == SOUND_BALANCE) - mpeg_sound_set(SOUND_VOLUME, global_settings.volume); -#endif - } } lcd_stop_scroll(); return false; |