patch-2.0.3 linux/drivers/sound/sound_config.h

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

diff -u --recursive --new-file v2.0.2/linux/drivers/sound/sound_config.h linux/drivers/sound/sound_config.h
@@ -34,7 +34,7 @@
 
 /************* PCM DMA buffer sizes *******************/
 
-/* If you are using high playback or recording speeds, the default buffersize
+/* If you are using high playback or recording speeds, the default buffer size
    is too small. DSP_BUFFSIZE must be 64k or less.
 
    A rule of thumb is 64k for PAS16, 32k for PAS+, 16k for SB Pro and
@@ -97,7 +97,7 @@
 #define SND_DEV_DSP16	5	/* Like /dev/dsp but 16 bits/sample */
 #define SND_DEV_STATUS	6	/* /dev/sndstat */
 #define SND_DEV_AWFM	7	/* Reserved */
-#define SND_DEV_SEQ2	8	/* /dev/sequecer, level 2 interface */
+#define SND_DEV_SEQ2	8	/* /dev/sequencer, level 2 interface */
 #define SND_DEV_SNDPROC 9	/* /dev/sndproc for programmable devices */
 #define SND_DEV_PSS	SND_DEV_SNDPROC
 
@@ -127,8 +127,8 @@
 	char *name;
 	int driver_use_1;	/* Driver defined field 1 */
 	int driver_use_2;	/* Driver defined field 2 */
-	int *osp;	/* OS spesific info */
-	int card_subtype;	/* Driver spesific. Usually 0 */
+	int *osp;	/* OS specific info */
+	int card_subtype;	/* Driver specific. Usually 0 */
 };
 
 #define SYNTH_MAX_VOICES	32

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