patch-1.3.70 linux/drivers/sound/sscape.c
Next file: linux/drivers/sound/uart6850.c
Previous file: linux/drivers/sound/soundcard.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Mar 1 07:50:55 1996
- Orig file:
v1.3.69/linux/drivers/sound/sscape.c
- Orig date:
Wed Feb 14 14:37:16 1996
diff -u --recursive --new-file v1.3.69/linux/drivers/sound/sscape.c linux/drivers/sound/sscape.c
@@ -301,7 +301,7 @@
}
void
-sscapeintr (int irq, struct pt_regs *dummy)
+sscapeintr (int irq, void *dev_id, struct pt_regs *dummy)
{
unsigned char bits, tmp;
static int debug = 0;
@@ -323,7 +323,7 @@
#if (defined(CONFIG_MPU401) || defined(CONFIG_MPU_EMU)) && defined(CONFIG_MIDI)
if (bits & 0x01)
{
- mpuintr (irq, NULL);
+ mpuintr (irq, NULL, NULL);
if (debug++ > 10) /* Temporary debugging hack */
{
sscape_write (devc, GA_INTENA_REG, 0x00); /* Disable all interrupts */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this