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
This commit is contained in:
Ariff Abdullah 2007-04-02 10:24:15 +00:00
parent 25b054d731
commit f505e02090
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168264

View file

@ -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;