diff options
Diffstat (limited to 'sound/arm')
-rw-r--r-- | sound/arm/aaci.c | 2 | ||||
-rw-r--r-- | sound/arm/pxa2xx-ac97.c | 2 | ||||
-rw-r--r-- | sound/arm/pxa2xx-pcm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c index 8435fdd1c87c..53675cf4de44 100644 --- a/sound/arm/aaci.c +++ b/sound/arm/aaci.c | |||
@@ -221,7 +221,7 @@ static void aaci_fifo_irq(struct aaci *aaci, u32 mask) | |||
221 | } | 221 | } |
222 | } | 222 | } |
223 | 223 | ||
224 | static irqreturn_t aaci_irq(int irq, void *devid, struct pt_regs *regs) | 224 | static irqreturn_t aaci_irq(int irq, void *devid) |
225 | { | 225 | { |
226 | struct aaci *aaci = devid; | 226 | struct aaci *aaci = devid; |
227 | u32 mask; | 227 | u32 mask; |
diff --git a/sound/arm/pxa2xx-ac97.c b/sound/arm/pxa2xx-ac97.c index 599aff8290e8..dede954b2c65 100644 --- a/sound/arm/pxa2xx-ac97.c +++ b/sound/arm/pxa2xx-ac97.c | |||
@@ -152,7 +152,7 @@ static void pxa2xx_ac97_reset(struct snd_ac97 *ac97) | |||
152 | GCR |= GCR_SDONE_IE|GCR_CDONE_IE; | 152 | GCR |= GCR_SDONE_IE|GCR_CDONE_IE; |
153 | } | 153 | } |
154 | 154 | ||
155 | static irqreturn_t pxa2xx_ac97_irq(int irq, void *dev_id, struct pt_regs *regs) | 155 | static irqreturn_t pxa2xx_ac97_irq(int irq, void *dev_id) |
156 | { | 156 | { |
157 | long status; | 157 | long status; |
158 | 158 | ||
diff --git a/sound/arm/pxa2xx-pcm.c b/sound/arm/pxa2xx-pcm.c index 4938ef10b813..e8cf904b8358 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) | |||
137 | return ret; | 137 | return ret; |
138 | } | 138 | } |
139 | 139 | ||
140 | static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id, struct pt_regs *regs) | 140 | static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id) |
141 | { | 141 | { |
142 | struct snd_pcm_substream *substream = dev_id; | 142 | struct snd_pcm_substream *substream = dev_id; |
143 | struct pxa2xx_runtime_data *rtd = substream->runtime->private_data; | 143 | struct pxa2xx_runtime_data *rtd = substream->runtime->private_data; |