patch-2.2.17 linux/drivers/sound/sb_ess.c

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

diff -u --recursive --new-file v2.2.16/drivers/sound/sb_ess.c linux/drivers/sound/sb_ess.c
@@ -1215,6 +1215,12 @@
 	/* FKS: sb_dsp_reset to enable extended mode???? */
 	sb_dsp_reset(devc); /* Turn on extended mode */
 
+	/* Disable audio 2 data if boot from another OS w/o HW reset */
+	if (devc->submodel == SUBMDL_ES1879)
+	{
+		ess_setmixer(devc, 0x71, 0x00);
+	}   
+                       
 	/*
 	 *  Enable joystick and OPL3
 	 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)