Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da404dc0 authored by Al Viro's avatar Al Viro
Browse files

snd_msnd ->mode is fmode_t, not mode_t



we put FMODE_... in there

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 24a01d4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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