summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/pcm-pp.c1
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c1
2 files changed, 2 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
diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
index 52ab3f165f..592842668d 100644
--- a/firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
+++ b/firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
@@ -167,6 +167,7 @@ static void pcm_play_dma_stop_fiq(void)
167 while (IISCON & (1<<7)) ; 167 while (IISCON & (1<<7)) ;
168 168
169 pcm_playing = false; 169 pcm_playing = false;
170 pcm_paused = false;
170 } 171 }
171 172
172 /* De-Activate the DMA channel */ 173 /* De-Activate the DMA channel */