diff options
author | Matti Aaltonen <matti.j.aaltonen@nokia.com> | 2010-10-18 05:54:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-22 21:49:47 -0400 |
commit | cb0ed22270129b980257fa9c83b152f09ecd9eda (patch) | |
tree | b8fff62d7802a2ef4653227a989346b2b0dbb7bb /drivers/media/video | |
parent | eb8942e9b6150d3cc89640f1fb243ca9626a1d14 (diff) |
[media] [RFC,1/1] V4L2: Use new CAP bits in existing RDS capable drivers
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/saa6588.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa6588.c b/drivers/media/video/saa6588.c index 2ddd68cc3f93..984c0feb2a4e 100644 --- a/drivers/media/video/saa6588.c +++ b/drivers/media/video/saa6588.c | |||
@@ -429,7 +429,7 @@ static int saa6588_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) | |||
429 | { | 429 | { |
430 | struct saa6588 *s = to_saa6588(sd); | 430 | struct saa6588 *s = to_saa6588(sd); |
431 | 431 | ||
432 | vt->capability |= V4L2_TUNER_CAP_RDS; | 432 | vt->capability |= V4L2_TUNER_CAP_RDS | V4L2_TUNER_CAP_RDS_BLOCK_IO; |
433 | if (s->sync) | 433 | if (s->sync) |
434 | vt->rxsubchans |= V4L2_TUNER_SUB_RDS; | 434 | vt->rxsubchans |= V4L2_TUNER_SUB_RDS; |
435 | return 0; | 435 | return 0; |