diff options
author | Junghak Sung <jh1009.sung@samsung.com> | 2015-10-06 05:37:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-20 12:48:39 -0400 |
commit | 33119e80c3b96ac81912677a6e86dc1890a5859f (patch) | |
tree | e8b5ad405fa8b42c75b747d92ad72bb8a9eb1764 /drivers/media/pci/netup_unidvb | |
parent | 4d0b0ed636601691460adee0a953a03e4cdcbbe0 (diff) |
[media] media: videobuf2: Change queue_setup argument
Replace struct v4l2_format * with void * to make queue_setup()
for common use.
And then, modify all device drivers related with this change.
Signed-off-by: Junghak Sung <jh1009.sung@samsung.com>
Signed-off-by: Geunyoung Kim <nenggun.kim@samsung.com>
Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com: fix missing const in fimc-lite.c]
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/netup_unidvb')
-rw-r--r-- | drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c index 04c8411ea27d..83c90d3462e9 100644 --- a/drivers/media/pci/netup_unidvb/netup_unidvb_core.c +++ b/drivers/media/pci/netup_unidvb/netup_unidvb_core.c | |||
@@ -277,7 +277,7 @@ static irqreturn_t netup_unidvb_isr(int irq, void *dev_id) | |||
277 | } | 277 | } |
278 | 278 | ||
279 | static int netup_unidvb_queue_setup(struct vb2_queue *vq, | 279 | static int netup_unidvb_queue_setup(struct vb2_queue *vq, |
280 | const struct v4l2_format *fmt, | 280 | const void *parg, |
281 | unsigned int *nbuffers, | 281 | unsigned int *nbuffers, |
282 | unsigned int *nplanes, | 282 | unsigned int *nplanes, |
283 | unsigned int sizes[], | 283 | unsigned int sizes[], |