提交 0f71e8b9 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[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: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 9148cc50
......@@ -270,8 +270,7 @@ static struct at91rm9200_ssc_info {
};
static int at91rm9200_i2s_interrupt(int irq, void *dev_id,
struct pt_regs *regs)
static irqreturn_t at91rm9200_i2s_interrupt(int irq, void *dev_id)
{
struct at91rm9200_ssc_info *ssc_p = dev_id;
at91rm9200_pcm_dma_params_t *dma_params;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册