summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2007-04-02 10:24:15 +0000
committerariff <ariff@FreeBSD.org>2007-04-02 10:24:15 +0000
commit06a80f1a29f90ca3f52aa7af178e182e6ba86088 (patch)
treeb4e1a6bf6bad8093e221a6aaed26c81156975db3 /sys
parentfa0cfdbbbcb535cdaa50308fa152dbe25150f8ec (diff)
downloadFreeBSD-src-06a80f1a29f90ca3f52aa7af178e182e6ba86088.zip
FreeBSD-src-06a80f1a29f90ca3f52aa7af178e182e6ba86088.tar.gz
Revert busy refcount back to int. As a side note, multiple open
is still (and always) possible and does not change previous behaviour. Requested by: netchild
Diffstat (limited to 'sys')
-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 ad1967b..8212570 100644
--- a/sys/dev/sound/pcm/mixer.c
+++ b/sys/dev/sound/pcm/mixer.c
@@ -37,7 +37,7 @@ struct snd_mixer {
KOBJ_FIELDS;
const char *type;
void *devinfo;
- int busy:1;
+ int busy;
int hwvol_muted;
int hwvol_mixer;
int hwvol_step;
OpenPOWER on IntegriCloud