summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/pcm-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/pcm-as3525.c b/firmware/target/arm/as3525/pcm-as3525.c
index e5cbdc48ee..d47f80ae77 100644
--- a/firmware/target/arm/as3525/pcm-as3525.c
+++ b/firmware/target/arm/as3525/pcm-as3525.c
@@ -43,7 +43,7 @@ static int locked = 0;
43void pcm_play_lock(void) 43void pcm_play_lock(void)
44{ 44{
45 if(++locked == 1) 45 if(++locked == 1)
46 VIC_INT_EN_CLEAR |= INTERRUPT_DMAC; 46 VIC_INT_EN_CLEAR = INTERRUPT_DMAC;
47} 47}
48 48
49/* Unmask the DMA interrupt if enabled */ 49/* Unmask the DMA interrupt if enabled */