diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 11:03:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:11:55 -0400 |
commit | e0e31cdb91cddc4cfbf6d5ffa8212f694723269b (patch) | |
tree | 50f2c336f17c5fe9f24dff0e6eb172223892ecc6 /drivers/media/video/cx88 | |
parent | 37f89f9542c3945bddf46efc15a1b1e349af3f88 (diff) |
V4L/DVB (8105): cx2341x: add TS capability
The cx18 can support transport streams with newer firmwares. Add a TS
capability to the generic cx2341x module.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index fb67e4188b2f..bfdca5847764 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -715,7 +715,8 @@ static int vidioc_querymenu (struct file *file, void *priv, | |||
715 | 715 | ||
716 | qctrl.id = qmenu->id; | 716 | qctrl.id = qmenu->id; |
717 | blackbird_queryctrl(dev, &qctrl); | 717 | blackbird_queryctrl(dev, &qctrl); |
718 | return v4l2_ctrl_query_menu(qmenu, &qctrl, cx2341x_ctrl_get_menu(qmenu->id)); | 718 | return v4l2_ctrl_query_menu(qmenu, &qctrl, |
719 | cx2341x_ctrl_get_menu(&dev->params, qmenu->id)); | ||
719 | } | 720 | } |
720 | 721 | ||
721 | static int vidioc_querycap (struct file *file, void *priv, | 722 | static int vidioc_querycap (struct file *file, void *priv, |