patch-2.0.3 linux/drivers/sound/pss.c
Next file: linux/drivers/sound/sb.h
Previous file: linux/drivers/sound/patmgr.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Sat Jul 6 11:31:42 1996
- Orig file:
v2.0.2/linux/drivers/sound/pss.c
- Orig date:
Wed Jul 3 22:05:15 1996
diff -u --recursive --new-file v2.0.2/linux/drivers/sound/pss.c linux/drivers/sound/pss.c
@@ -260,7 +260,7 @@
break;
else
{
- printk ("\nPSS: DownLoad timeout problems, byte %d=%d\n",
+ printk ("\nPSS: Download timeout problems, byte %d=%d\n",
count, size);
return 0;
}
@@ -710,7 +710,7 @@
return -(EIO);
}
- if (!pss_get_dspword (devc, &tmp)) /* Read msb */
+ if (!pss_get_dspword (devc, &tmp)) /* Read MSB */
{
restore_flags (flags);
return -(EIO);
@@ -718,7 +718,7 @@
buf.parm1 = tmp << 8;
- if (!pss_get_dspword (devc, &tmp)) /* Read lsb */
+ if (!pss_get_dspword (devc, &tmp)) /* Read LSB */
{
restore_flags (flags);
return -(EIO);
@@ -800,7 +800,7 @@
/*
* For some reason the card returns 0xff in the WSS status register
- * immediately after boot. Propably MIDI+SB emulation algorithm
+ * immediately after boot. Probably MIDI+SB emulation algorithm
* downloaded to the ADSP2115 spends some time initializing the card.
* Let's try to wait until it finishes this task.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov