summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 933076537e..b55c46a573 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -129,6 +129,7 @@ enum rec_channel_modes
129#define CHN_CAP_ALL (CHN_CAP_STEREO | CHN_CAP_MONO) 129#define CHN_CAP_ALL (CHN_CAP_STEREO | CHN_CAP_MONO)
130#endif /* CONFIG_CODEC == SWCODEC */ 130#endif /* CONFIG_CODEC == SWCODEC */
131 131
132/* the enums below must match prestr[] in recording.c */
132enum audio_sources 133enum audio_sources
133{ 134{
134 AUDIO_SRC_PLAYBACK = -1, /* Virtual source */ 135 AUDIO_SRC_PLAYBACK = -1, /* Virtual source */