summary refs log tree commit diff
path: root/sound/oss/msnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/msnd.h')
-rw-r--r--sound/oss/msnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/msnd.h b/sound/oss/msnd.h
index 61b3955481c5..c8be47ec2b7e 100644
--- a/sound/oss/msnd.h
+++ b/sound/oss/msnd.h
@@ -211,7 +211,7 @@ typedef struct multisound_dev {
 
 	/* State variables */
 	enum { msndClassic, msndPinnacle } type;
-	mode_t mode;
+	fmode_t mode;
 	unsigned long flags;
 #define F_RESETTING			0
 #define F_HAVEDIGITAL			1