summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sbc.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-04-04 20:56:47 +0000
committerjhb <jhb@FreeBSD.org>2002-04-04 20:56:47 +0000
commite41b9c8bc985e43b76dd58c8d1fcb8e2f492894b (patch)
treeb793de57a7a8d6dd735f55c26084755dcbbc8156 /sys/dev/sound/isa/sbc.c
parent4ca17c54a379a9078a74f29d8d42cf1ddeae30ff (diff)
downloadFreeBSD-src-e41b9c8bc985e43b76dd58c8d1fcb8e2f492894b.zip
FreeBSD-src-e41b9c8bc985e43b76dd58c8d1fcb8e2f492894b.tar.gz
Add lock type arguments to callers of snd_mtxcreate().
Diffstat (limited to 'sys/dev/sound/isa/sbc.c')
-rw-r--r--sys/dev/sound/isa/sbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c
index 39c6b24..5a7ec48 100644
--- a/sys/dev/sound/isa/sbc.c
+++ b/sys/dev/sound/isa/sbc.c
@@ -114,7 +114,7 @@ static void sb_setmixer(struct resource *io, u_int port, u_int value);
static void
sbc_lockinit(struct sbc_softc *scp)
{
- scp->lock = snd_mtxcreate(device_get_nameunit(scp->dev));
+ scp->lock = snd_mtxcreate(device_get_nameunit(scp->dev), "sound softc");
}
static void
OpenPOWER on IntegriCloud