aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttvp.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-26 16:54:54 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:00:58 -0200
commitc2806d03c090a1bf9c8c94bbecb92242b57469f3 (patch)
treedb0c384079257f21dad4fb8a8b30e91e6e1ea4f2 /drivers/media/video/bt8xx/bttvp.h
parentV4L/DVB (6411): remove V4L1 from being compiled when V4L2 only is selected (diff)
downloadlinux-dev-c2806d03c090a1bf9c8c94bbecb92242b57469f3.tar.xz
linux-dev-c2806d03c090a1bf9c8c94bbecb92242b57469f3.zip
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/bttvp.h')
-rw-r--r--drivers/media/video/bt8xx/bttvp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttvp.h b/drivers/media/video/bt8xx/bttvp.h
index 37b96a54f90e..fdd78f8b1dc3 100644
--- a/drivers/media/video/bt8xx/bttvp.h
+++ b/drivers/media/video/bt8xx/bttvp.h
@@ -336,8 +336,9 @@ struct bttv {
/* old gpio interface */
wait_queue_head_t gpioq;
int shutdown;
+#ifdef CONFIG_VIDEO_V4L1
void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set);
-
+#endif
/* new gpio interface */
spinlock_t gpio_lock;