projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9148cc5
)
[ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c
author
Takashi Iwai
<tiwai@suse.de>
Tue, 10 Oct 2006 13:59:46 +0000
(15:59 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 9 Feb 2007 08:00:39 +0000
(09:00 +0100)
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>
sound/soc/at91/at91rm9200-i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/at91/at91rm9200-i2s.c
b/sound/soc/at91/at91rm9200-i2s.c
index a74c5d85589b7b06ef63ed63ea8d5fbdc904185c..044a774b4301e2ccfb301a67dc600dba28799578 100644
(file)
--- a/
sound/soc/at91/at91rm9200-i2s.c
+++ b/
sound/soc/at91/at91rm9200-i2s.c
@@
-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;