patch-1.3.9 linux/drivers/sound/ics2101.c

Next file: linux/drivers/sound/mad16.c
Previous file: linux/drivers/sound/hex2hex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.8/linux/drivers/sound/ics2101.c linux/drivers/sound/ics2101.c
@@ -30,7 +30,7 @@
 #include "sound_config.h"
 #if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_GUS)
 
-#include <linux/ultrasound.h>
+#include "ultrasound.h"
 #include "gus_hw.h"
 
 #define MIX_DEVS	(SOUND_MASK_MIC|SOUND_MASK_LINE| \
@@ -49,10 +49,10 @@
 {
 #if 1
   /*
- *	Experimental volume scaling by Risto Kankkunen.
- *	This should give smoother volume response than just
- *	a plain multiplication.
- */
+     *  Experimental volume scaling by Risto Kankkunen.
+     *  This should give smoother volume response than just
+     *  a plain multiplication.
+   */
   int             e;
 
   if (vol < 0)
@@ -224,6 +224,7 @@
 
 static struct mixer_operations ics2101_mixer_operations =
 {
+  "ICS2101 Multimedia Mixer",
   ics2101_mixer_ioctl
 };
 
@@ -237,9 +238,9 @@
       mixer_devs[num_mixers++] = &ics2101_mixer_operations;
 
       /*
- * Some GUS v3.7 cards had some channels flipped. Disable
- * the flipping feature if the model id is other than 5.
- */
+         * Some GUS v3.7 cards had some channels flipped. Disable
+         * the flipping feature if the model id is other than 5.
+       */
 
       if (INB (u_MixSelect) != 5)
 	{

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