diff options
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv-audio-hook.h')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-audio-hook.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttv-audio-hook.h b/drivers/media/pci/bt8xx/bttv-audio-hook.h new file mode 100644 index 000000000000..159d07adeff8 --- /dev/null +++ b/drivers/media/pci/bt8xx/bttv-audio-hook.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * Handlers for board audio hooks, splitted from bttv-cards | ||
3 | * | ||
4 | * Copyright (c) 2006 Mauro Carvalho Chehab (mchehab@infradead.org) | ||
5 | * This code is placed under the terms of the GNU General Public License | ||
6 | */ | ||
7 | |||
8 | #include "bttvp.h" | ||
9 | |||
10 | void winview_volume (struct bttv *btv, __u16 volume); | ||
11 | |||
12 | void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
13 | void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
14 | void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
15 | void terratv_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
16 | void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
17 | void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
18 | void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
19 | void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
20 | void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
21 | void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
22 | void adtvk503_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set); | ||
23 | |||