forked from len0rd/rockbox
Really fix yellow this time
Change-Id: I73a39f823ca5d20f8a562ddb36ba4f8c7137b2db
This commit is contained in:
parent
2061448341
commit
cc45e4d88d
1 changed files with 2 additions and 0 deletions
|
@ -818,12 +818,14 @@ static void volume_limit_set_default(void* setting, void* defaultval)
|
||||||
*(int*)setting = sound_max(SOUND_VOLUME);
|
*(int*)setting = sound_max(SOUND_VOLUME);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(HAVE_EROS_QN_CODEC)
|
||||||
static void stereosw_apply(int arg)
|
static void stereosw_apply(int arg)
|
||||||
{
|
{
|
||||||
(void)arg;
|
(void)arg;
|
||||||
|
|
||||||
sound_settings_apply();
|
sound_settings_apply();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
const struct settings_list settings[] = {
|
const struct settings_list settings[] = {
|
||||||
/* sound settings */
|
/* sound settings */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue