diff options
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 | ||||
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 3 | ||||
-rw-r--r-- | sound/pci/rme9652/rme9652.c | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index d3e07de433b0..694aa057ed49 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -3603,7 +3603,7 @@ static void hdsp_midi_tasklet(unsigned long arg) | |||
3603 | snd_hdsp_midi_input_read (&hdsp->midi[1]); | 3603 | snd_hdsp_midi_input_read (&hdsp->midi[1]); |
3604 | } | 3604 | } |
3605 | 3605 | ||
3606 | static irqreturn_t snd_hdsp_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 3606 | static irqreturn_t snd_hdsp_interrupt(int irq, void *dev_id) |
3607 | { | 3607 | { |
3608 | struct hdsp *hdsp = (struct hdsp *) dev_id; | 3608 | struct hdsp *hdsp = (struct hdsp *) dev_id; |
3609 | unsigned int status; | 3609 | unsigned int status; |
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 7d03ae066d53..7055d893855d 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -2556,8 +2556,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm) | |||
2556 | interupt | 2556 | interupt |
2557 | ------------------------------------------------------------*/ | 2557 | ------------------------------------------------------------*/ |
2558 | 2558 | ||
2559 | static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id, | 2559 | static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id) |
2560 | struct pt_regs *regs) | ||
2561 | { | 2560 | { |
2562 | struct hdspm *hdspm = (struct hdspm *) dev_id; | 2561 | struct hdspm *hdspm = (struct hdspm *) dev_id; |
2563 | unsigned int status; | 2562 | unsigned int status; |
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c index fc15f61ad5d1..cf0427b4bfde 100644 --- a/sound/pci/rme9652/rme9652.c +++ b/sound/pci/rme9652/rme9652.c | |||
@@ -1882,7 +1882,7 @@ static void snd_rme9652_set_defaults(struct snd_rme9652 *rme9652) | |||
1882 | rme9652_set_rate(rme9652, 48000); | 1882 | rme9652_set_rate(rme9652, 48000); |
1883 | } | 1883 | } |
1884 | 1884 | ||
1885 | static irqreturn_t snd_rme9652_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1885 | static irqreturn_t snd_rme9652_interrupt(int irq, void *dev_id) |
1886 | { | 1886 | { |
1887 | struct snd_rme9652 *rme9652 = (struct snd_rme9652 *) dev_id; | 1887 | struct snd_rme9652 *rme9652 = (struct snd_rme9652 *) dev_id; |
1888 | 1888 | ||