summaryrefslogtreecommitdiff
path: root/firmware/export/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audio.h')
-rw-r--r--firmware/export/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index aedaffbe89..9530082050 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -176,6 +176,7 @@ struct audio_recording_options
176 int rec_channels; 176 int rec_channels;
177 int rec_prerecord_time; 177 int rec_prerecord_time;
178#if CONFIG_CODEC == SWCODEC 178#if CONFIG_CODEC == SWCODEC
179 int rec_mono_mode;
179 int rec_source_flags; /* for rec_set_source */ 180 int rec_source_flags; /* for rec_set_source */
180 struct encoder_config enc_config; 181 struct encoder_config enc_config;
181#else 182#else