summaryrefslogtreecommitdiffstats
path: root/firmware/export/pcm_playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm_playback.h')
-rw-r--r--firmware/export/pcm_playback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm_playback.h b/firmware/export/pcm_playback.h
index 80a1f557fe..28409c01d9 100644
--- a/firmware/export/pcm_playback.h
+++ b/firmware/export/pcm_playback.h
@@ -33,7 +33,7 @@ void pcm_init(void);
*/
void pcm_set_frequency(unsigned int frequency);
/* apply settings to hardware immediately */
-void pcm_apply_settings(bool reset);
+void pcm_apply_settings(void);
/* This is for playing "raw" PCM data */
void pcm_play_data(pcm_more_callback_type get_more,