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:
parent
fa0cfdbbbc
commit
06a80f1a29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user