aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-audio-hook.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-audio-hook.h')
-rw-r--r--drivers/media/video/bt8xx/bttv-audio-hook.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-audio-hook.h b/drivers/media/video/bt8xx/bttv-audio-hook.h
new file mode 100644
index 000000000000..9770cacc17b9
--- /dev/null
+++ b/drivers/media/video/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
10static void winview_audio(struct bttv *btv, struct video_audio *v, int set);
11static void lt9415_audio(struct bttv *btv, struct video_audio *v, int set);
12static void avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v,
13 int set);
14static void avermedia_tv_stereo_audio(struct bttv *btv, struct video_audio *v,
15 int set);
16static void terratv_audio(struct bttv *btv, struct video_audio *v, int set);
17static void gvbctv3pci_audio(struct bttv *btv, struct video_audio *v, int set);
18static void gvbctv5pci_audio(struct bttv *btv, struct video_audio *v, int set);
19static void winfast2000_audio(struct bttv *btv, struct video_audio *v, int set);
20static void pvbt878p9b_audio(struct bttv *btv, struct video_audio *v, int set);
21static void fv2000s_audio(struct bttv *btv, struct video_audio *v, int set);
22static void windvr_audio(struct bttv *btv, struct video_audio *v, int set);
23static void adtvk503_audio(struct bttv *btv, struct video_audio *v, int set);