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

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