diff options
Diffstat (limited to 'sound/mips')
-rw-r--r-- | sound/mips/au1x00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index ff6e6fc198a1..8a61a1191861 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c | |||
@@ -220,7 +220,7 @@ au1000_dma_start(struct audio_stream *stream) | |||
220 | } | 220 | } |
221 | 221 | ||
222 | static irqreturn_t | 222 | static irqreturn_t |
223 | au1000_dma_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 223 | au1000_dma_interrupt(int irq, void *dev_id) |
224 | { | 224 | { |
225 | struct audio_stream *stream = (struct audio_stream *) dev_id; | 225 | struct audio_stream *stream = (struct audio_stream *) dev_id; |
226 | struct snd_pcm_substream *substream = stream->substream; | 226 | struct snd_pcm_substream *substream = stream->substream; |