summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index a90853fb64..6f5c7df09a 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -628,6 +628,7 @@ void rec_init_recording_options(struct audio_recording_options *options)
628 options->rec_channels = global_settings.rec_channels; 628 options->rec_channels = global_settings.rec_channels;
629 options->rec_prerecord_time = global_settings.rec_prerecord_time; 629 options->rec_prerecord_time = global_settings.rec_prerecord_time;
630#if CONFIG_CODEC == SWCODEC 630#if CONFIG_CODEC == SWCODEC
631 options->rec_mono_mode = global_settings.rec_mono_mode;
631 options->rec_source_flags = 0; 632 options->rec_source_flags = 0;
632 options->enc_config.rec_format = global_settings.rec_format; 633 options->enc_config.rec_format = global_settings.rec_format;
633 global_to_encoder_config(&options->enc_config); 634 global_to_encoder_config(&options->enc_config);