patch-1.3.87 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/aedsp16.c
Previous file: linux/drivers/sound/Readme.v30
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Fri Apr 12 09:49:42 1996
- Orig file:
v1.3.86/linux/drivers/sound/ad1848.c
- Orig date:
Sun Mar 24 22:49:51 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -624,7 +624,7 @@
set_speed (ad1848_info * devc, int arg)
{
/*
- * The sampling speed is encoded in the least significant nible of I8. The
+ * The sampling speed is encoded in the least significant nibble of I8. The
* LSB selects the clock source (0=24.576 MHz, 1=16.9344 Mhz) and other
* three bits select the divisor (indirectly):
*
@@ -992,7 +992,7 @@
ad_write (devc, 8, fs);
/*
- * Write to I8 starts resyncronization. Wait until it completes.
+ * Write to I8 starts resynchronization. Wait until it completes.
*/
timeout = 10000;
while (timeout > 0 && inb (devc->base) == 0x80)
@@ -1006,7 +1006,7 @@
ad_write (devc, 28, fs);
/*
- * Write to I28 starts resyncronization. Wait until it completes.
+ * Write to I28 starts resynchronization. Wait until it completes.
*/
timeout = 10000;
while (timeout > 0 && inb (devc->base) == 0x80)
@@ -1588,7 +1588,7 @@
}
}
else
- printk ("ad1848: Can't find device to be undoaded. Base=%x\n",
+ printk ("ad1848: Can't find device to be unloaded. Base=%x\n",
io_base);
}
@@ -1871,7 +1871,7 @@
{
unsigned long flags;
ad1848_info *devc = (ad1848_info *) audio_devs[dev]->devc;
- unsigned long xtal_nsecs; /* nanoseconds per xtal oscillaror tick */
+ unsigned long xtal_nsecs; /* nanoseconds per xtal oscillator tick */
unsigned long divider;
save_flags (flags);
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