patch-1.3.38 linux/drivers/sound/sb_mixer.c

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

diff -u --recursive --new-file v1.3.37/linux/drivers/sound/sb_mixer.c linux/drivers/sound/sb_mixer.c
@@ -62,7 +62,7 @@
   save_flags (flags);
   cli ();
   outb ((unsigned char) (port & 0xff), MIXER_ADDR);	/*
-							 * Select register
+							   * Select register
 							 */
   tenmicrosec ();
   outb ((unsigned char) (value & 0xff), MIXER_DATA);
@@ -79,7 +79,7 @@
   save_flags (flags);
   cli ();
   outb ((unsigned char) (port & 0xff), MIXER_ADDR);	/*
-							 * Select register
+							   * Select register
 							 */
   tenmicrosec ();
   val = inb (MIXER_DATA);
@@ -555,7 +555,7 @@
 	{
 	  supported_devices = SGNXPRO_MIXER_DEVICES;
 	  supported_rec_devices = SGNXPRO_RECORDING_DEVICES;
-	  iomap = &sgnxpro_mix[0][0];
+	  iomap = &sgnxpro_mix;
 	}
       else
 #endif

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