X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Foss%2Fvidc.c;h=725fef0f59a379d5dd8e2a71e1993dcf151046fb;hb=b840d79631c882786925303c2b0f4fefc31845ed;hp=8932d89408efb294d2673d7da8f25625cd154046;hpb=ae3e0218621db0590163b2d5c424ef1f340e3cc6;p=~andy%2Flinux diff --git a/sound/oss/vidc.c b/sound/oss/vidc.c index 8932d89408e..725fef0f59a 100644 --- a/sound/oss/vidc.c +++ b/sound/oss/vidc.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include @@ -372,7 +372,7 @@ static void vidc_audio_trigger(int dev, int enable_bits) adev->flags |= DMA_ACTIVE; dma_interrupt = vidc_audio_dma_interrupt; - vidc_sound_dma_irq(0, NULL, NULL); + vidc_sound_dma_irq(0, NULL); iomd_writeb(DMA_CR_E | 0x10, IOMD_SD0CR); local_irq_restore(flags);