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 2007-04-02 10:24:15 +00:00
parent fa0cfdbbbc
commit 06a80f1a29

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;