aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-audio-hook.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-08-25 15:53:04 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:00:59 -0500
commit4b9b936f278163614543d66f8e8c93d5484dd148 (patch)
treef7f03bb576f318a32f3d0959ccf41f7031f241be /drivers/media/video/bt8xx/bttv-audio-hook.h
parent40c6e683a238c561db00c4fdfead43cb3b19d75f (diff)
V4L/DVB (6416): Split hooks on volume and audio mode and rework their handling
Also convert audio_mode_gpio functions from audio_hook Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-audio-hook.h')
-rw-r--r--drivers/media/video/bt8xx/bttv-audio-hook.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/media/video/bt8xx/bttv-audio-hook.h b/drivers/media/video/bt8xx/bttv-audio-hook.h
index 9770cacc17b..159d07adeff 100644
--- a/drivers/media/video/bt8xx/bttv-audio-hook.h
+++ b/drivers/media/video/bt8xx/bttv-audio-hook.h
@@ -7,17 +7,17 @@
7 7
8#include "bttvp.h" 8#include "bttvp.h"
9 9
10static void winview_audio(struct bttv *btv, struct video_audio *v, int set); 10void winview_volume (struct bttv *btv, __u16 volume);
11static void lt9415_audio(struct bttv *btv, struct video_audio *v, int set); 11
12static void avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v, 12void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
13 int set); 13void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
14static void avermedia_tv_stereo_audio(struct bttv *btv, struct video_audio *v, 14void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
15 int set); 15void terratv_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
16static void terratv_audio(struct bttv *btv, struct video_audio *v, int set); 16void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
17static void gvbctv3pci_audio(struct bttv *btv, struct video_audio *v, int set); 17void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
18static void gvbctv5pci_audio(struct bttv *btv, struct video_audio *v, int set); 18void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
19static void winfast2000_audio(struct bttv *btv, struct video_audio *v, int set); 19void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
20static void pvbt878p9b_audio(struct bttv *btv, struct video_audio *v, int set); 20void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
21static void fv2000s_audio(struct bttv *btv, struct video_audio *v, int set); 21void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
22static void windvr_audio(struct bttv *btv, struct video_audio *v, int set); 22void adtvk503_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
23static void adtvk503_audio(struct bttv *btv, struct video_audio *v, int set); 23