patch-2.0.3 linux/drivers/sound/lowlevel/aci.c
Next file: linux/drivers/sound/mad16.c
Previous file: linux/drivers/sound/gus_wave.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Jul 6 11:31:42 1996
- Orig file:
v2.0.2/linux/drivers/sound/lowlevel/aci.c
- Orig date:
Wed Jul 3 22:05:14 1996
diff -u --recursive --new-file v2.0.2/linux/drivers/sound/lowlevel/aci.c linux/drivers/sound/lowlevel/aci.c
@@ -63,7 +63,7 @@
#undef DEBUG /* if defined, produce a verbose report via syslog */
-int aci_port = 0x354; /* as determined by bit 4 in the Opti 929 MC4 register */
+int aci_port = 0x354; /* as determined by bit 4 in the OPTi 929 MC4 register */
unsigned char aci_idcode[2] = {0, 0}; /* manufacturer and product ID */
unsigned char aci_version = 0; /* ACI firmware version */
int aci_solo; /* status bit of the card that can't be *
@@ -129,7 +129,7 @@
/*
* The four ACI command types (implied, write, read and indexed) can
* be sent to the microcontroller using the following four functions.
- * If a problem occured, they return -1.
+ * If a problem occurred, they return -1.
*/
static int implied_cmd(unsigned char opcode)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov