diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-10-10 09:59:46 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:00:39 -0500 |
commit | 0f71e8b98506252db22a0c4fcfecb0aadcf393cc (patch) | |
tree | 8c5a906cef79906616585bfd29380e90e12fcd61 /sound/soc | |
parent | 9148cc502752b12051760e6c5ba5daaea3367360 (diff) |
[ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c
Fixed the irq handler in soc/at91-at91rm9200-i2s.c to follow the
new style without pt_regs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/at91/at91rm9200-i2s.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/at91/at91rm9200-i2s.c b/sound/soc/at91/at91rm9200-i2s.c index a74c5d85589b..044a774b4301 100644 --- a/sound/soc/at91/at91rm9200-i2s.c +++ b/sound/soc/at91/at91rm9200-i2s.c | |||
@@ -270,8 +270,7 @@ static struct at91rm9200_ssc_info { | |||
270 | }; | 270 | }; |
271 | 271 | ||
272 | 272 | ||
273 | static int at91rm9200_i2s_interrupt(int irq, void *dev_id, | 273 | static irqreturn_t at91rm9200_i2s_interrupt(int irq, void *dev_id) |
274 | struct pt_regs *regs) | ||
275 | { | 274 | { |
276 | struct at91rm9200_ssc_info *ssc_p = dev_id; | 275 | struct at91rm9200_ssc_info *ssc_p = dev_id; |
277 | at91rm9200_pcm_dma_params_t *dma_params; | 276 | at91rm9200_pcm_dma_params_t *dma_params; |