summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 974dd7f73e..09a45f1faa 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -818,12 +818,14 @@ static void volume_limit_set_default(void* setting, void* defaultval)
818 *(int*)setting = sound_max(SOUND_VOLUME); 818 *(int*)setting = sound_max(SOUND_VOLUME);
819} 819}
820 820
821#if defined(HAVE_EROS_QN_CODEC)
821static void stereosw_apply(int arg) 822static void stereosw_apply(int arg)
822{ 823{
823 (void)arg; 824 (void)arg;
824 825
825 sound_settings_apply(); 826 sound_settings_apply();
826} 827}
828#endif
827 829
828const struct settings_list settings[] = { 830const struct settings_list settings[] = {
829 /* sound settings */ 831 /* sound settings */