X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fmips%2Fau1x00.c;fp=sound%2Fmips%2Fau1x00.c;h=c31b38659221c4bfd4e141f60a6b85f5b89f1b8a;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=cf476fe1ac5616e604afdb24ccbd7e06dce67058;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index cf476fe1a..c31b38659 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c @@ -465,13 +465,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, SA_INTERRUPT, + "AC97 TX", au1000_dma_interrupt, IRQF_DISABLED, 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, SA_INTERRUPT, + "AC97 RX", au1000_dma_interrupt, IRQF_DISABLED, au1000->stream[CAPTURE])) < 0){ release_dma_lock(flags); return -EBUSY;