diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-08 10:00:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 15:32:36 -0400 |
commit | 28431146993e0ab3a2a592af8541543fe0cc2c8e (patch) | |
tree | 669550724d03d9a9b829a5d6229f28fcb0d46cc0 /sound | |
parent | 5dcded1b0b4f1537bb6dff453fb805517756c94b (diff) |
[PATCH] misc arm pt_regs fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/vidc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/vidc.c b/sound/oss/vidc.c index 8932d89408ef..bb4a0969f461 100644 --- a/sound/oss/vidc.c +++ b/sound/oss/vidc.c | |||
@@ -372,7 +372,7 @@ static void vidc_audio_trigger(int dev, int enable_bits) | |||
372 | adev->flags |= DMA_ACTIVE; | 372 | adev->flags |= DMA_ACTIVE; |
373 | 373 | ||
374 | dma_interrupt = vidc_audio_dma_interrupt; | 374 | dma_interrupt = vidc_audio_dma_interrupt; |
375 | vidc_sound_dma_irq(0, NULL, NULL); | 375 | vidc_sound_dma_irq(0, NULL); |
376 | iomd_writeb(DMA_CR_E | 0x10, IOMD_SD0CR); | 376 | iomd_writeb(DMA_CR_E | 0x10, IOMD_SD0CR); |
377 | 377 | ||
378 | local_irq_restore(flags); | 378 | local_irq_restore(flags); |