X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Foss%2Fvidc.c;h=725fef0f59a379d5dd8e2a71e1993dcf151046fb;hb=30ef898c535bffd105c1a9b9b6563969b3deb31e;hp=8932d89408efb294d2673d7da8f25625cd154046;hpb=ca78f6baca863afe2e6a244a0fe94b3a70211d46;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);