forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8f0b09916
commit
9055915645
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ static void sync_audio_setting(int setting, bool global)
|
|||
#ifdef AUDIOHW_HAVE_TREBLE
|
||||
rb->sound_set(SOUND_TREBLE, (global || settings.tone_controls)
|
||||
? rb->global_settings->treble
|
||||
: rb->sound_default(SOUND_TREBLE);
|
||||
: rb->sound_default(SOUND_TREBLE));
|
||||
#endif
|
||||
|
||||
#ifdef AUDIOHW_HAVE_EQ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue