patch-2.1.109 linux/drivers/sound/lowlevel/aci.c
Next file: linux/drivers/sound/lowlevel/awe_wave.c
Previous file: linux/drivers/sound/lowlevel/README.awe
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Fri Jul 10 14:03:36 1998
- Orig file:
v2.1.108/linux/drivers/sound/lowlevel/aci.c
- Orig date:
Mon Feb 23 18:12:09 1998
diff -u --recursive --new-file v2.1.108/linux/drivers/sound/lowlevel/aci.c linux/drivers/sound/lowlevel/aci.c
@@ -13,7 +13,7 @@
* software.
*
* This Voxware ACI driver currently only supports the ACI functions
- * on the miroSOUND PCM12 card. Support for miro soundcards with
+ * on the miroSOUND PCM12 card. Support for miro sound cards with
* additional ACI functions can easily be added later.
*
* Revision history:
@@ -76,6 +76,7 @@
#ifdef MODULE /* Whether the aci mixer is to be reset. */
int aci_reset = 0; /* Default: don't reset if the driver is a */
+MODULE_PARM(aci_reset,"i");
#else /* module; use "insmod sound.o aci_reset=1" */
int aci_reset = 1; /* to override. */
#endif
@@ -88,7 +89,7 @@
/*
* Wait until the ACI microcontroller has set the READYFLAG in the
* Busy/IRQ Source Register to 0. This is required to avoid
- * overrunning the soundcard microcontroller. We do a busy wait here,
+ * overrunning the sound card microcontroller. We do a busy wait here,
* because the microcontroller is not supposed to signal a busy
* condition for more than a few clock cycles. In case of a time-out,
* this function returns -1.
@@ -491,7 +492,7 @@
}
if (aci_idcode[0] == 0x6d) {
- /* it looks like a miro soundcard */
+ /* It looks like a miro sound card. */
switch (aci_idcode[1]) {
case 0x41:
boardname = "PCM1 pro / early PCM12";
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov