diff options
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.c')
-rw-r--r-- | apps/plugins/mpegplayer/mpeg_settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c index 4f0d9e1c5a..093d8ec2c0 100644 --- a/apps/plugins/mpegplayer/mpeg_settings.c +++ b/apps/plugins/mpegplayer/mpeg_settings.c | |||
@@ -408,7 +408,7 @@ static void sync_audio_setting(int setting, bool global) | |||
408 | #ifdef AUDIOHW_HAVE_TREBLE | 408 | #ifdef AUDIOHW_HAVE_TREBLE |
409 | rb->sound_set(SOUND_TREBLE, (global || settings.tone_controls) | 409 | rb->sound_set(SOUND_TREBLE, (global || settings.tone_controls) |
410 | ? rb->global_settings->treble | 410 | ? rb->global_settings->treble |
411 | : rb->sound_default(SOUND_TREBLE); | 411 | : rb->sound_default(SOUND_TREBLE)); |
412 | #endif | 412 | #endif |
413 | 413 | ||
414 | #ifdef AUDIOHW_HAVE_EQ | 414 | #ifdef AUDIOHW_HAVE_EQ |