patch-2.4.0-test3 linux/drivers/sound/sscape.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/soundcard.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Jul 5 10:56:14 2000
- Orig file:
v2.4.0-test2/linux/drivers/sound/sscape.c
- Orig date:
Fri Mar 10 16:40:44 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/sound/sscape.c linux/drivers/sound/sscape.c
@@ -272,12 +272,14 @@
return data;
}
+#if 0 /* unused */
static int host_command1(struct sscape_info *devc, int cmd)
{
unsigned char buf[10];
buf[0] = (unsigned char) (cmd & 0xff);
return host_write(devc, buf, 1);
}
+#endif /* unused */
static int host_command2(struct sscape_info *devc, int cmd, int parm1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)