summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2005-10-26 21:17:40 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2005-10-26 21:17:40 +0000
commitff7bd1bebf0bcec1f8afa18dfb37096f97dc1e42 (patch)
tree42472aa7fcfb4e0dad65ad43baffe3de4f2b5db8 /sys/dev
parent3aafcdb5aaaf52da1b6fed1199ac4b6cd69307e7 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c
index dd5c55473f0e..e7e3e0ccd42e 100644
--- a/sys/dev/sound/pcm/mixer.c
+++ b/sys/dev/sound/pcm/mixer.c
@@ -74,7 +74,7 @@ static d_close_t mixer_close;
static struct cdevsw mixer_cdevsw = {
.d_version = D_VERSION,
- .d_flags = D_NEEDGIANT,
+ .d_flags = D_TRACKCLOSE | D_NEEDGIANT,
.d_open = mixer_open,
.d_close = mixer_close,
.d_ioctl = mixer_ioctl,