diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 15:54:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:00:58 -0500 |
commit | c2806d03c090a1bf9c8c94bbecb92242b57469f3 (patch) | |
tree | db0c384079257f21dad4fb8a8b30e91e6e1ea4f2 /drivers/media/video/bt8xx/bttvp.h | |
parent | c96dd0710685a0932c16ecc351621af3fe0cb2c7 (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/bttvp.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttvp.h | 3 |
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 { | |||
336 | /* old gpio interface */ | 336 | /* old gpio interface */ |
337 | wait_queue_head_t gpioq; | 337 | wait_queue_head_t gpioq; |
338 | int shutdown; | 338 | int shutdown; |
339 | #ifdef CONFIG_VIDEO_V4L1 | ||
339 | void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); | 340 | void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); |
340 | 341 | #endif | |
341 | /* new gpio interface */ | 342 | /* new gpio interface */ |
342 | spinlock_t gpio_lock; | 343 | spinlock_t gpio_lock; |
343 | 344 | ||