summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/pcm_playback.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c
index 2bff437ef0..eb5404c1a8 100644
--- a/firmware/pcm_playback.c
+++ b/firmware/pcm_playback.c
@@ -236,9 +236,8 @@ size_t pcm_get_bytes_waiting(void)
236#endif /* CONFIG_CPU == */ 236#endif /* CONFIG_CPU == */
237 237
238/* dummy functions for those not actually supporting all this yet */ 238/* dummy functions for those not actually supporting all this yet */
239void pcm_apply_settings(bool reset) 239void pcm_apply_settings(void)
240{ 240{
241 (void)reset;
242} 241}
243/** **/ 242/** **/
244 243