summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pcm-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pcm-pp.c')
-rw-r--r--firmware/target/arm/pcm-pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/pcm-pp.c b/firmware/target/arm/pcm-pp.c
index 6ecc3dae31..5aa27dd12f 100644
--- a/firmware/target/arm/pcm-pp.c
+++ b/firmware/target/arm/pcm-pp.c
@@ -248,6 +248,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
248void pcm_play_dma_stop(void) 248void pcm_play_dma_stop(void)
249{ 249{
250 pcm_playing = false; 250 pcm_playing = false;
251 pcm_paused = false;
251 252
252#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5024 253#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5024
253 254