Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-20 Thread Hans Verkuil
On Wed 20 March 2013 11:06:36 Jon Arne Jørgensen wrote: > On Mon, Mar 18, 2013 at 09:58:32AM +0100, Bjørn Mork wrote: > > Hans Verkuil writes: > > > > >> +/* > > >> + * > > >> + * The device delivers data in chunks of 0x400 bytes. > > >> + * The four first bytes is a magic header to identify the

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-20 Thread Jon Arne Jørgensen
On Mon, Mar 18, 2013 at 09:58:32AM +0100, Bjørn Mork wrote: > Hans Verkuil writes: > > >> +/* > >> + * > >> + * The device delivers data in chunks of 0x400 bytes. > >> + * The four first bytes is a magic header to identify the chunks. > >> + *0xaa 0xaa 0x00 0x00 = saa7113 Active Video

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-20 Thread Jon Arne Jørgensen
On Mon, Mar 18, 2013 at 09:58:32AM +0100, Bjørn Mork wrote: Hans Verkuil hverk...@xs4all.nl writes: +/* + * + * The device delivers data in chunks of 0x400 bytes. + * The four first bytes is a magic header to identify the chunks. + *0xaa 0xaa 0x00 0x00 = saa7113 Active Video

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-20 Thread Hans Verkuil
On Wed 20 March 2013 11:06:36 Jon Arne Jørgensen wrote: On Mon, Mar 18, 2013 at 09:58:32AM +0100, Bjørn Mork wrote: Hans Verkuil hverk...@xs4all.nl writes: +/* + * + * The device delivers data in chunks of 0x400 bytes. + * The four first bytes is a magic header to identify the

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Bjørn Mork
Hans Verkuil writes: >> +/* >> + * >> + * The device delivers data in chunks of 0x400 bytes. >> + * The four first bytes is a magic header to identify the chunks. >> + * 0xaa 0xaa 0x00 0x00 = saa7113 Active Video Data >> + * 0xaa 0xaa 0x00 0x01 = PCM - 24Bit 2 Channel audio data >> + */ >>

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:01 Jon Arne Jørgensen wrote: > This file is responsible for all communication with the video hardware > and also starting and stopping the capture. > > It also contains the setup and handling of the usb ISOCHRONOUS transfers. > > Signed-off-by: Jon Arne Jørgensen >

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:01 Jon Arne Jørgensen wrote: This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling of the usb ISOCHRONOUS transfers. Signed-off-by: Jon Arne Jørgensen

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Bjørn Mork
Hans Verkuil hverk...@xs4all.nl writes: +/* + * + * The device delivers data in chunks of 0x400 bytes. + * The four first bytes is a magic header to identify the chunks. + * 0xaa 0xaa 0x00 0x00 = saa7113 Active Video Data + * 0xaa 0xaa 0x00 0x01 = PCM - 24Bit 2 Channel audio data + */

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-17 Thread Jon Arne Jørgensen
On Fri, Mar 15, 2013 at 09:40:35AM -0300, Ezequiel Garcia wrote: > On Thu, Mar 14, 2013 at 03:07:01PM +0100, Jon Arne Jørgensen wrote: > > This file is responsible for all communication with the video hardware > > and also starting and stopping the capture. > > > > It also contains the setup and

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-17 Thread Jon Arne Jørgensen
On Fri, Mar 15, 2013 at 09:40:35AM -0300, Ezequiel Garcia wrote: On Thu, Mar 14, 2013 at 03:07:01PM +0100, Jon Arne Jørgensen wrote: This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-15 Thread Ezequiel Garcia
On Thu, Mar 14, 2013 at 03:07:01PM +0100, Jon Arne Jørgensen wrote: > This file is responsible for all communication with the video hardware > and also starting and stopping the capture. > > It also contains the setup and handling of the usb ISOCHRONOUS transfers. > > Signed-off-by: Jon Arne

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-15 Thread Ezequiel Garcia
On Thu, Mar 14, 2013 at 03:07:01PM +0100, Jon Arne Jørgensen wrote: This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling of the usb ISOCHRONOUS transfers. Signed-off-by: Jon Arne Jørgensen

[RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling of the usb ISOCHRONOUS transfers. Signed-off-by: Jon Arne Jørgensen --- drivers/media/usb/smi2021/smi2021_video.c | 543

[RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling of the usb ISOCHRONOUS transfers. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_video.c | 543