diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-09-05 14:31:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-10-01 23:23:44 +0300 |
commit | 7c617138b8254a6bb60bfb5b8fc53eb8b3d6c3ab (patch) | |
tree | b79c9f4f4256083a550de6644ab79bd2cc04d107 /drivers/media/usb/cx231xx/cx231xx-vbi.h | |
parent | 7e86efa2ff03db92067b2f6f4fa3f1f8b8da7c76 (diff) | |
download | linux-7c617138b8254a6bb60bfb5b8fc53eb8b3d6c3ab.tar.xz |
media: cx231xx: convert to the vb2 framework
This patch converts the cx231xx driver to the vb2 framework.
Since you can't do a partial conversion this is a big-bang patch,
i.e. large and hard to review. I never found a way around this.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Co-developed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-vbi.h')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx-vbi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-vbi.h b/drivers/media/usb/cx231xx/cx231xx-vbi.h index 7cddd629fbfc..0b21bee5fa30 100644 --- a/drivers/media/usb/cx231xx/cx231xx-vbi.h +++ b/drivers/media/usb/cx231xx/cx231xx-vbi.h @@ -10,7 +10,7 @@ #ifndef _CX231XX_VBI_H #define _CX231XX_VBI_H -extern const struct videobuf_queue_ops cx231xx_vbi_qops; +extern struct vb2_ops cx231xx_vbi_qops; #define NTSC_VBI_START_LINE 10 /* line 10 - 21 */ #define NTSC_VBI_END_LINE 21 |