patch-1.3.9 linux/drivers/sound/pas2_pcm.c
Next file: linux/drivers/sound/patmgr.c
Previous file: linux/drivers/sound/pas2_mixer.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Mon Jul 10 01:45:15 1995
- Orig file:
v1.3.8/linux/drivers/sound/pas2_pcm.c
- Orig date:
Fri Aug 19 08:54:09 1994
diff -u --recursive --new-file v1.3.8/linux/drivers/sound/pas2_pcm.c linux/drivers/sound/pas2_pcm.c
@@ -79,13 +79,13 @@
tmp = pas_read (FILTER_FREQUENCY);
/*
- * Set anti-aliasing filters according to sample rate. You really *NEED*
- * to enable this feature for all normal recording unless you want to
- * experiment with aliasing effects.
- * These filters apply to the selected "recording" source.
- * I (pfw) don't know the encoding of these 5 bits. The values shown
- * come from the SDK found on ftp.uwp.edu:/pub/msdos/proaudio/.
-*/
+ * Set anti-aliasing filters according to sample rate. You reall *NEED*
+ * to enable this feature for all normal recording unless you want to
+ * experiment with aliasing effects.
+ * These filters apply to the selected "recording" source.
+ * I (pfw) don't know the encoding of these 5 bits. The values shown
+ * come from the SDK found on ftp.uwp.edu:/pub/msdos/proaudio/.
+ */
#if !defined NO_AUTO_FILTER_SET
tmp &= 0xe0;
if (pcm_speed >= 2 * 17897)
@@ -128,8 +128,8 @@
pas_write (pas_read (PCM_CONTROL) ^ P_C_PCM_MONO, PCM_CONTROL);
pcm_channels = arg;
- pcm_set_speed (pcm_speed);/*
- * The speed must be reinitialized
+ pcm_set_speed (pcm_speed); /*
+ * The speed must be reinitialized
*/
}
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