summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440')
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c1
1 files changed, 1 insertions, 0 deletions
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 */