patch-2.4.0-test11 linux/drivers/media/video/audiochip.h

Next file: linux/drivers/media/video/bttv-cards.c
Previous file: linux/drivers/media/video/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/drivers/media/video/audiochip.h linux/drivers/media/video/audiochip.h
@@ -11,6 +11,16 @@
 /* select from TV,radio,extern,MUTE */
 #define AUDC_SET_INPUT        _IOW('m',17,int)
 
+/* audio inputs */
+#define AUDIO_TUNER        0x00
+#define AUDIO_RADIO        0x01
+#define AUDIO_EXTERN       0x02
+#define AUDIO_INTERN       0x03
+#define AUDIO_OFF          0x04 
+#define AUDIO_ON           0x05
+#define AUDIO_MUTE         0x80
+#define AUDIO_UNMUTE       0x81
+
 /* all the stuff below is obsolete and just here for reference.  I'll
  * remove it once the driver is tested and works fine.
  *

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)