snd_msnd ->mode is fmode_t, not mode_t
we put FMODE_... in there Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
24a01d4ee4
commit
da404dc0b1
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ struct snd_msnd {
|
|||
|
||||
/* State variables */
|
||||
enum { msndClassic, msndPinnacle } type;
|
||||
mode_t mode;
|
||||
fmode_t mode;
|
||||
unsigned long flags;
|
||||
#define F_RESETTING 0
|
||||
#define F_HAVEDIGITAL 1
|
||||
|
|
Loading…
Reference in a new issue