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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index a0da846215..a79a734e29 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -139,6 +139,9 @@ enum audio_sources
139 AUDIO_SRC_DEFAULT = AUDIO_SRC_PLAYBACK 139 AUDIO_SRC_DEFAULT = AUDIO_SRC_PLAYBACK
140}; 140};
141 141
142extern int audio_channels;
143extern int audio_output_source;
144
142#ifdef HAVE_RECORDING 145#ifdef HAVE_RECORDING
143/* Recordable source implies it has the input as well */ 146/* Recordable source implies it has the input as well */
144 147