patch-2.0.3 linux/drivers/sound/dmasound.c

Next file: linux/drivers/sound/gus_vol.c
Previous file: linux/drivers/sound/dmabuf.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.2/linux/drivers/sound/dmasound.c linux/drivers/sound/dmasound.c
@@ -57,7 +57,7 @@
 			to cut data only at sample sizes, buffer size is now
 			a kernel runtime option, implemented fsync() & several
 			minor improvements
-		++Guenther: useful hints and bugfixes, cross-checked it for
+		++Guenther: useful hints and bug fixes, cross-checked it for
 			Falcons
 
 1996/3/9	++geert: support added for Amiga, A-law, 16-bit little endian.
@@ -99,7 +99,7 @@
 
 #ifdef CONFIG_AMIGA
    /*
-    *	The minimum period for audio depends on htotal (for OCS/ECS/AGA)
+    *	The minimum period for audio depends on total (for OCS/ECS/AGA)
     *	(Imported from arch/m68k/amiga/amisound.c)
     */
 
@@ -307,7 +307,7 @@
 
 #ifdef HAS_14BIT_TABLES
 
-/* 14 bit mu-law (lsb) */
+/* 14 bit mu-law (LSB) */
 
 static char alaw2dma14l[] = {
         33,     33,     33,     33,     33,     33,     33,     33,
@@ -344,7 +344,7 @@
         14,     12,     10,      8,      6,      4,      2,      0
 };
 
-/* 14 bit A-law (lsb) */
+/* 14 bit A-law (LSB) */
 
 static char alaw2dma14l[] = {
         32,     32,     32,     32,     32,     32,     32,     32,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov