]> err.no Git - linux-2.6/blobdiff - drivers/media/video/bt8xx/bttv.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6] / drivers / media / video / bt8xx / bttv.h
index 19e75d50a107924d6559d68b7ba14bddc83443f2..bf4c339a520c879d5bf1a04e5c213d6a63f2cc5a 100644 (file)
@@ -241,7 +241,10 @@ struct tvcard
        unsigned int radio_addr;
 
        unsigned int has_radio;
-       void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set);
+
+       void (*volume_gpio)(struct bttv *btv, __u16 volume);
+       void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
+
        void (*muxsel_hook)(struct bttv *btv, unsigned int input);
 };