summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 5e14297..614a7fc 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -76,7 +76,8 @@ void init(void)
global_settings.balance,
global_settings.loudness,
global_settings.bass_boost,
- global_settings.avc );
+ global_settings.avc,
+ global_settings.channel_config );
while (button_get(false) != 0)
; /* Empty the keyboard buffer */
}