aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2007-04-02 10:24:15 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2007-04-02 10:24:15 +0000
commitf505e02090af9834415ec25caa2878517d67694b (patch)
treeb4e1a6bf6bad8093e221a6aaed26c81156975db3
parent25b054d7314176785fca85d0842c8f4f40363011 (diff)
Notes
-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 ad1967b5711f..821257042277 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;