summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/emu8000.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/emu8000.c')
-rw-r--r--sys/dev/sound/isa/emu8000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/emu8000.c b/sys/dev/sound/isa/emu8000.c
index 73ac39f..2442e2b 100644
--- a/sys/dev/sound/isa/emu8000.c
+++ b/sys/dev/sound/isa/emu8000.c
@@ -720,7 +720,7 @@ emu_attach(device_t dev)
/* Fill the softc for this unit. */
bcopy(&emu_synthinfo, &scp->synthinfo, sizeof(emu_synthinfo));
- mtx_init(&scp->mtx, "emumid", MTX_DEF);
+ mtx_init(&scp->mtx, "emumid", NULL, MTX_DEF);
scp->devinfo = devinfo = create_mididev_info_unit(MDT_SYNTH, &emu_op_desc, &midisynth_op_desc);
/* Fill the midi info. */
OpenPOWER on IntegriCloud