patch-2.2.0-pre8 linux/drivers/char/msp3400.h

Next file: linux/drivers/char/n_tty.c
Previous file: linux/drivers/char/msp3400.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre7/linux/drivers/char/msp3400.h linux/drivers/char/msp3400.h
@@ -7,19 +7,19 @@
 #define MSP_SET_RADIO      _IO('m',2)       /* Radio mode                */
 #define MSP_NEWCHANNEL     _IO('m',3)       /* indicate new channel      */
 
-#define MSP_GET_VOLUME     _IOR('m',4,int)
-#define MSP_SET_VOLUME     _IOW('m',5,int)
+#define MSP_GET_VOLUME     _IOR('m',4,__u16)
+#define MSP_SET_VOLUME     _IOW('m',5,__u16)
 
-#define MSP_GET_STEREO     _IOR('m',6,int)
-#define MSP_SET_STEREO     _IOW('m',7,int)
+#define MSP_GET_STEREO     _IOR('m',6,__u16)
+#define MSP_SET_STEREO     _IOW('m',7,__u16)
 
-#define MSP_GET_DC         _IOW('m',8,int)
+#define MSP_GET_DC         _IOW('m',8,__u16)
 
-#define MSP_GET_BASS       _IOR('m', 9,int)
-#define MSP_SET_BASS       _IOW('m',10,int)
-#define MSP_GET_TREBLE     _IOR('m',11,int)
-#define MSP_SET_TREBLE     _IOW('m',12,int)
-
-#define MSP_GET_UNIT	   _IOR('m',13,int)
+#define MSP_GET_BASS       _IOR('m', 9,__u16)
+#define MSP_SET_BASS       _IOW('m',10,__u16)
+#define MSP_GET_TREBLE     _IOR('m',11,__u16)
+#define MSP_SET_TREBLE     _IOW('m',12,__u16)
 
+#define MSP_GET_UNIT       _IOR('m',13,int)
+#define MSP_SWITCH_MUTE    _IO('m',14)
 #endif /* MSP3400_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov