aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-14 11:27:48 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:58:50 -0400
commit09419af39b510851ed14319a93b6d214b80025db (patch)
treefff74100e696e692dee4a49641c186087241209c /drivers
parentadd632cd2580ceb4de9f71ab58c658e9bdebd7f7 (diff)
V4L/DVB: pvrusb2: switch to new vbi subdev ops
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 712b300f723f..301ef197d038 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2028,7 +2028,7 @@ static void pvr2_hdw_cx25840_vbi_hack(struct pvr2_hdw *hdw)
2028 memset(&fmt, 0, sizeof(fmt)); 2028 memset(&fmt, 0, sizeof(fmt));
2029 fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; 2029 fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
2030 v4l2_device_call_all(&hdw->v4l2_dev, hdw->decoder_client_id, 2030 v4l2_device_call_all(&hdw->v4l2_dev, hdw->decoder_client_id,
2031 video, s_fmt, &fmt); 2031 vbi, s_sliced_fmt, &fmt.fmt.sliced);
2032} 2032}
2033 2033
2034 2034