diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttvp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/bt8xx/bttvp.h b/drivers/media/video/bt8xx/bttvp.h index fdd78f8b1dc3..4a02f0a8a467 100644 --- a/drivers/media/video/bt8xx/bttvp.h +++ b/drivers/media/video/bt8xx/bttvp.h | |||
@@ -336,9 +336,10 @@ 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 | |
340 | void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); | 340 | void (*volume_gpio)(struct bttv *btv, __u16 volume); |
341 | #endif | 341 | void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set); |
342 | |||
342 | /* new gpio interface */ | 343 | /* new gpio interface */ |
343 | spinlock_t gpio_lock; | 344 | spinlock_t gpio_lock; |
344 | 345 | ||