X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fmips%2Fau1x00.c;h=3f3ec0bec0671675de52887586f9f672f06d4431;hb=cf5e15fbd72c13977720aa15b7b7e00e1d8fd8f2;hp=446cf9748664dde623a5c0320a3746b9e2d8225b;hpb=062e27ec1b49d12bdb1ecc94d74b5fee5a5775db;p=karo-tx-linux.git diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index 446cf9748664..3f3ec0bec067 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -465,13 +466,13 @@ snd_au1000_pcm_new(struct snd_au1000 *au1000) flags = claim_dma_lock(); if ((au1000->stream[PLAYBACK]->dma = request_au1000_dma(DMA_ID_AC97C_TX, - "AC97 TX", au1000_dma_interrupt, IRQF_DISABLED, + "AC97 TX", au1000_dma_interrupt, 0, au1000->stream[PLAYBACK])) < 0) { release_dma_lock(flags); return -EBUSY; } if ((au1000->stream[CAPTURE]->dma = request_au1000_dma(DMA_ID_AC97C_RX, - "AC97 RX", au1000_dma_interrupt, IRQF_DISABLED, + "AC97 RX", au1000_dma_interrupt, 0, au1000->stream[CAPTURE])) < 0){ release_dma_lock(flags); return -EBUSY;