patch-2.0.3 linux/drivers/sound/sb_audio.c
Next file: linux/drivers/sound/sb_card.c
Previous file: linux/drivers/sound/sb.h
Back to the patch index
Back to the overall index
- Lines: 54
- Date:
Sat Jul 6 11:31:42 1996
- Orig file:
v2.0.2/linux/drivers/sound/sb_audio.c
- Orig date:
Wed Jul 3 22:05:15 1996
diff -u --recursive --new-file v2.0.2/linux/drivers/sound/sb_audio.c linux/drivers/sound/sb_audio.c
@@ -1,7 +1,7 @@
/*
* sound/sb_audio.c
*
- * Audio routines for SoundBlaster compatible cards.
+ * Audio routines for Sound Blaster compatible cards.
*/
/*
* Copyright (C) by Hannu Savolainen 1993-1996
@@ -399,7 +399,7 @@
}
/*
- * SB2.01 spesific speed setup
+ * SB2.01 specific speed setup
*/
static int
@@ -433,7 +433,7 @@
}
/*
- * SB Pro spesific routines
+ * SB Pro specific routines
*/
static int
@@ -575,7 +575,7 @@
}
/*
- * ESS spesific routines
+ * ESS specific routines
*/
static void
@@ -607,7 +607,7 @@
* Set filter divider register
*/
- speed = (speed * 9) / 20; /* Set filter rolloff to 90% of speed/2 */
+ speed = (speed * 9) / 20; /* Set filter roll-off to 90% of speed/2 */
divider = 256 - 7160000 / (speed * 82);
ess_write (devc, 0xa2, divider);
@@ -798,7 +798,7 @@
}
/*
- * SB16 spesific routines
+ * SB16 specific routines
*/
static int
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov