diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-10-11 03:56:12 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-11 03:56:12 -0400 |
commit | 24fcbacedb0d83cabc6761acbecfbf751265ce52 (patch) | |
tree | 7147b206304b028c3cfd5de6317e5c8510098ca9 /sound/sparc | |
parent | 2f614fe04f4463ff22234133319067d7361f54e5 (diff) | |
parent | 53a5fbdc2dff55161a206ed1a1385a8fa8055c34 (diff) |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/amd7930.c | 2 | ||||
-rw-r--r-- | sound/sparc/cs4231.c | 2 | ||||
-rw-r--r-- | sound/sparc/dbri.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/sound/sparc/amd7930.c b/sound/sparc/amd7930.c index be0bd503f013..c899786f30f5 100644 --- a/sound/sparc/amd7930.c +++ b/sound/sparc/amd7930.c | |||
@@ -491,7 +491,7 @@ static void __amd7930_update_map(struct snd_amd7930 *amd) | |||
491 | __amd7930_write_map(amd); | 491 | __amd7930_write_map(amd); |
492 | } | 492 | } |
493 | 493 | ||
494 | static irqreturn_t snd_amd7930_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 494 | static irqreturn_t snd_amd7930_interrupt(int irq, void *dev_id) |
495 | { | 495 | { |
496 | struct snd_amd7930 *amd = dev_id; | 496 | struct snd_amd7930 *amd = dev_id; |
497 | unsigned int elapsed; | 497 | unsigned int elapsed; |
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index 9a06c3bd6944..edeb3d3c4c7e 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c | |||
@@ -1753,7 +1753,7 @@ out_err: | |||
1753 | 1753 | ||
1754 | #ifdef SBUS_SUPPORT | 1754 | #ifdef SBUS_SUPPORT |
1755 | 1755 | ||
1756 | static irqreturn_t snd_cs4231_sbus_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1756 | static irqreturn_t snd_cs4231_sbus_interrupt(int irq, void *dev_id) |
1757 | { | 1757 | { |
1758 | unsigned long flags; | 1758 | unsigned long flags; |
1759 | unsigned char status; | 1759 | unsigned char status; |
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 5a97be689b40..4ceb09d215d8 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
@@ -1903,8 +1903,7 @@ static void dbri_process_interrupt_buffer(struct snd_dbri * dbri) | |||
1903 | } | 1903 | } |
1904 | } | 1904 | } |
1905 | 1905 | ||
1906 | static irqreturn_t snd_dbri_interrupt(int irq, void *dev_id, | 1906 | static irqreturn_t snd_dbri_interrupt(int irq, void *dev_id) |
1907 | struct pt_regs *regs) | ||
1908 | { | 1907 | { |
1909 | struct snd_dbri *dbri = dev_id; | 1908 | struct snd_dbri *dbri = dev_id; |
1910 | static int errcnt = 0; | 1909 | static int errcnt = 0; |