patch-2.4.7 linux/drivers/sound/wavfront.c

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

diff -u --recursive --new-file v2.4.6/linux/drivers/sound/wavfront.c linux/drivers/sound/wavfront.c
@@ -166,7 +166,7 @@
 
 /*** Module-accessible parameters ***************************************/
 
-int wf_raw = 0; /* we normally check for "raw state" to firmware
+int wf_raw;     /* we normally check for "raw state" to firmware
 		   loading. if set, then during driver loading, the
 		   state of the board is ignored, and we reset the
 		   board and load the firmware anyway.
@@ -179,7 +179,7 @@
 		   operation, whatever that means.
 		*/
 
-int debug_default = 0;  /* you can set this to control debugging
+int debug_default;      /* you can set this to control debugging
 			      during driver loading. it takes any combination
 			      of the WF_DEBUG_* flags defined in
 			      wavefront.h

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