summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 19:30:08 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 19:30:08 +0000
commiteb7603f1c540cad4af4661fd6461dd56a4436a8e (patch)
treef574c77701b75b99ee341ddbbd77b1c252db97f1 /firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
parent94a372524ae8b56349c8eeccf5431fbd6742a78d (diff)
downloadrockbox-eb7603f1c540cad4af4661fd6461dd56a4436a8e.tar.gz
rockbox-eb7603f1c540cad4af4661fd6461dd56a4436a8e.zip
always reset the pcm_paused flag when stopping playback. fixes FS #7187
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13423 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c')
-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 */