X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Farm%2Fpxa2xx-pcm.c;h=e8cf904b835804dc7329ec35d0eaca216a9ce188;hb=8213084125eed3c5efbc5e13739b93dfedb88590;hp=4938ef10b813f5604ee58f30aa19357b35373e89;hpb=5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f;p=~andy%2Flinux diff --git a/sound/arm/pxa2xx-pcm.c b/sound/arm/pxa2xx-pcm.c index 4938ef10b81..e8cf904b835 100644 --- a/sound/arm/pxa2xx-pcm.c +++ b/sound/arm/pxa2xx-pcm.c @@ -137,7 +137,7 @@ static int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd) return ret; } -static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id, struct pt_regs *regs) +static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id) { struct snd_pcm_substream *substream = dev_id; struct pxa2xx_runtime_data *rtd = substream->runtime->private_data;