diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-03-25 18:56:48 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-03-25 18:56:48 +0000 |
| commit | 4e5f69d4dd20ae65ab5be92094d656f484f7a483 (patch) | |
| tree | 94508ab31fcb554e86952cab4330c8a18eaa9165 /sys/dev/sound/isa/mss.c | |
| parent | b6cfd1f43d1161dc2cc543d86bd9e9d85a78f9d9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa/mss.c')
| -rw-r--r-- | sys/dev/sound/isa/mss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 7f94dc3da920..6cf53cf13529 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -174,13 +174,13 @@ static struct pcmchan_caps opti931_caps = {4000, 48000, opti931_fmt, 0}; static void mss_lock(struct mss_info *mss) { - snd_mtxlock(mss); + snd_mtxlock(mss->lock); } static void mss_unlock(struct mss_info *mss) { - snd_mtxunlock(mss); + snd_mtxunlock(mss->lock); } static int |
