summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/sound_menu.c7
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,
135 return true; 135 return true;
136 break; 136 break;
137 } 137 }
138 if (changed) { 138 if (changed)
139 mpeg_sound_set(setting, *variable); 139 mpeg_sound_set(setting, *variable);
140#if CONFIG_HWCODEC == MAS3507D
141 if(setting == SOUND_BALANCE)
142 mpeg_sound_set(SOUND_VOLUME, global_settings.volume);
143#endif
144 }
145 } 140 }
146 lcd_stop_scroll(); 141 lcd_stop_scroll();
147 return false; 142 return false;