summaryrefslogtreecommitdiffstats
path: root/drivers/sound/soundcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/soundcard.c')
-rw-r--r--drivers/sound/soundcard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/sound/soundcard.c b/drivers/sound/soundcard.c
index 2abd7fa22..1fbb368d8 100644
--- a/drivers/sound/soundcard.c
+++ b/drivers/sound/soundcard.c
@@ -769,6 +769,7 @@ struct file_operations oss_sound_fops =
sound_ioctl,
sound_mmap,
sound_open,
+ NULL, /* flush */
sound_release
};
@@ -846,12 +847,16 @@ static int sound[20] = {
#ifdef MODULE
+int traceinit = 0;
+MODULE_PARM(traceinit, "i");
+
int init_module(void)
{
int err;
int ints[21];
int i;
+ trace_init=traceinit;
/*
* "sound=" command line handling by Harald Milz.
*/