0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #include "bttvp.h"
0011
0012 void winview_volume (struct bttv *btv, __u16 volume);
0013
0014 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0015 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0016 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0017 void terratv_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0018 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0019 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0020 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0021 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0022 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0023 void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0024 void adtvk503_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0025