Re: [PATCH 4/4] media/solo6x10: Changes on the vb2-dma-sg API

2013-11-05 Thread Ismael Luceno
On Fri, 19 Jul 2013 09:58:49 +0200 Ricardo Ribalda Delgado wrote: > The struct vb2_dma_sg_desc has been replaced with the generic sg_table > to describe the location of the video buffers. > > Signed-off-by: Ricardo Ribalda Delgado Acked-by: Ismael Luceno <...> signature.asc Description: PGP

[PATCH 4/4] media/solo6x10: Changes on the vb2-dma-sg API

2013-07-19 Thread Ricardo Ribalda Delgado
The struct vb2_dma_sg_desc has been replaced with the generic sg_table to describe the location of the video buffers. Signed-off-by: Ricardo Ribalda Delgado --- drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff