diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-20 05:09:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:17:29 -0400 |
commit | 6a052c84342dd047226ecad0e1aa4e4b37d45a6c (patch) | |
tree | d669dccc4e7bcf742a24988722177ff06551ea17 /drivers/media/video/bt8xx | |
parent | ef5b5b7e73038f2c7d0d1b020c6eac6435c2b552 (diff) |
V4L/DVB (12214): bttv: set RDS capability if applicable.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index a5959538d116..939d1e512974 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -2652,6 +2652,8 @@ static int bttv_querycap(struct file *file, void *priv, | |||
2652 | V4L2_CAP_VBI_CAPTURE | | 2652 | V4L2_CAP_VBI_CAPTURE | |
2653 | V4L2_CAP_READWRITE | | 2653 | V4L2_CAP_READWRITE | |
2654 | V4L2_CAP_STREAMING; | 2654 | V4L2_CAP_STREAMING; |
2655 | if (btv->has_saa6588) | ||
2656 | cap->capabilities |= V4L2_CAP_RDS_CAPTURE; | ||
2655 | if (no_overlay <= 0) | 2657 | if (no_overlay <= 0) |
2656 | cap->capabilities |= V4L2_CAP_VIDEO_OVERLAY; | 2658 | cap->capabilities |= V4L2_CAP_VIDEO_OVERLAY; |
2657 | 2659 | ||