aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-26 15:54:54 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:00:58 -0500
commitc2806d03c090a1bf9c8c94bbecb92242b57469f3 (patch)
treedb0c384079257f21dad4fb8a8b30e91e6e1ea4f2 /drivers/media/video/bt8xx/bttv.h
parentc96dd0710685a0932c16ecc351621af3fe0cb2c7 (diff)
V4L/DVB (6412): Audio hooks moved to another file
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv.h')
-rw-r--r--drivers/media/video/bt8xx/bttv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv.h b/drivers/media/video/bt8xx/bttv.h
index 19e75d50a107..2edef15ba35c 100644
--- a/drivers/media/video/bt8xx/bttv.h
+++ b/drivers/media/video/bt8xx/bttv.h
@@ -241,7 +241,9 @@ struct tvcard
241 unsigned int radio_addr; 241 unsigned int radio_addr;
242 242
243 unsigned int has_radio; 243 unsigned int has_radio;
244#ifdef CONFIG_VIDEO_V4L1
244 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); 245 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set);
246#endif
245 void (*muxsel_hook)(struct bttv *btv, unsigned int input); 247 void (*muxsel_hook)(struct bttv *btv, unsigned int input);
246}; 248};
247 249