patch-2.1.109 linux/drivers/sound/soundcard.c

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

diff -u --recursive --new-file v2.1.108/linux/drivers/sound/soundcard.c linux/drivers/sound/soundcard.c
@@ -1,7 +1,7 @@
 /*
  * linux/drivers/sound/soundcard.c
  *
- * Soundcard driver for Linux
+ * Sound card driver for Linux
  */
 /*
  * Copyright (C) by Hannu Savolainen 1993-1997
@@ -435,7 +435,7 @@
 	}
 	dev = MINOR(inode->i_rdev);
 	if (!soundcard_configured && dev != SND_DEV_CTL && dev != SND_DEV_STATUS) {
-		/* printk("SoundCard Error: The soundcard system has not been configured\n");*/
+		/* printk("SoundCard Error: The sound system has not been configured\n");*/
 		return -ENXIO;
 	}
 	DEB(printk("sound_open(dev=%d)\n", dev));

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