patch-2.1.23 linux/drivers/sound/dev_table.h

Next file: linux/drivers/sound/soundcard.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/drivers/sound/dev_table.h linux/drivers/sound/dev_table.h
@@ -508,9 +508,12 @@
 
 #if defined(MODULE) || (!defined(linux) && !defined(_AIX))
 	int trace_init = 0;
-#   else
+#else
 	int trace_init = 1;
-#   endif
+#endif
+#ifdef MODULE_PARM
+MODULE_PARM(trace_init, "i");
+#endif
 
 #else
 	extern struct audio_operations * audio_devs[MAX_AUDIO_DEV]; extern int num_audiodevs;

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