diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 04:35:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 12:59:29 -0400 |
commit | da404dc0b1fe76b06a8d094e3ef1af9ec8252cec (patch) | |
tree | d66711e9a069ee9bf6a00891d0a0497e0e4a8a90 /sound/isa | |
parent | 24a01d4ee4ee9196c1acc58c64dc216ba2578f1f (diff) |
snd_msnd ->mode is fmode_t, not mode_t
we put FMODE_... in there
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/msnd/msnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/msnd/msnd.h b/sound/isa/msnd/msnd.h index 3773e242b58e..a168ba3313ac 100644 --- a/sound/isa/msnd/msnd.h +++ b/sound/isa/msnd/msnd.h | |||
@@ -249,7 +249,7 @@ struct snd_msnd { | |||
249 | 249 | ||
250 | /* State variables */ | 250 | /* State variables */ |
251 | enum { msndClassic, msndPinnacle } type; | 251 | enum { msndClassic, msndPinnacle } type; |
252 | mode_t mode; | 252 | fmode_t mode; |
253 | unsigned long flags; | 253 | unsigned long flags; |
254 | #define F_RESETTING 0 | 254 | #define F_RESETTING 0 |
255 | #define F_HAVEDIGITAL 1 | 255 | #define F_HAVEDIGITAL 1 |