diff options
Diffstat (limited to 'sound/pci/echoaudio/echoaudio.c')
-rw-r--r-- | sound/pci/echoaudio/echoaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/echoaudio/echoaudio.c b/sound/pci/echoaudio/echoaudio.c index c3dafa29054f..e5e88fe54de0 100644 --- a/sound/pci/echoaudio/echoaudio.c +++ b/sound/pci/echoaudio/echoaudio.c | |||
@@ -1818,8 +1818,7 @@ static struct snd_kcontrol_new snd_echo_channels_info __devinitdata = { | |||
1818 | IRQ Handler | 1818 | IRQ Handler |
1819 | ******************************************************************************/ | 1819 | ******************************************************************************/ |
1820 | 1820 | ||
1821 | static irqreturn_t snd_echo_interrupt(int irq, void *dev_id, | 1821 | static irqreturn_t snd_echo_interrupt(int irq, void *dev_id) |
1822 | struct pt_regs *regs) | ||
1823 | { | 1822 | { |
1824 | struct echoaudio *chip = dev_id; | 1823 | struct echoaudio *chip = dev_id; |
1825 | struct snd_pcm_substream *substream; | 1824 | struct snd_pcm_substream *substream; |