diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/vidc.c | 2 | ||||
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | 1 |
2 files changed, 2 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); |
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c index 732263e4a437..5bd69206ba65 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <sound/core.h> | 22 | #include <sound/core.h> |
23 | #include "pdaudiocf.h" | 23 | #include "pdaudiocf.h" |
24 | #include <sound/initval.h> | 24 | #include <sound/initval.h> |
25 | #include <asm/irq_regs.h> | ||
25 | 26 | ||
26 | /* | 27 | /* |
27 | * | 28 | * |