summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index d687948c94..1a77709f9c 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -397,7 +397,7 @@ void radio_screen(void)
397 397
398#if CONFIG_CODEC != SWCODEC 398#if CONFIG_CODEC != SWCODEC
399 rec_create_directory(); 399 rec_create_directory();
400 audio_init_recording(talk_get_bufsize()); 400 audio_init_recording();
401 401
402 sound_settings_apply(); 402 sound_settings_apply();
403 /* Yes, we use the D/A for monitoring */ 403 /* Yes, we use the D/A for monitoring */