summaryrefslogtreecommitdiff
path: root/firmware/export/pcm_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm_mixer.h')
-rw-r--r--firmware/export/pcm_mixer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pcm_mixer.h b/firmware/export/pcm_mixer.h
index d424083002..f7f869eaaf 100644
--- a/firmware/export/pcm_mixer.h
+++ b/firmware/export/pcm_mixer.h
@@ -127,4 +127,10 @@ void mixer_channel_set_buffer_hook(enum pcm_mixer_channel channel,
127/* Stop ALL channels and PCM and reset state */ 127/* Stop ALL channels and PCM and reset state */
128void mixer_reset(void); 128void mixer_reset(void);
129 129
130/* Set output samplerate */
131void mixer_set_frequency(unsigned int samplerate);
132
133/* Get output samplerate */
134unsigned int mixer_get_frequency(void);
135
130#endif /* PCM_MIXER_H */ 136#endif /* PCM_MIXER_H */