Re: [PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-27 Thread Trent Piepho
On Fri, 27 Mar 2009, Hans Verkuil wrote: > On Friday 27 March 2009 20:45:40 Trent Piepho wrote: > > On Fri, 27 Mar 2009, Mauro Carvalho Chehab wrote: > > > On Wed, 25 Mar 2009 17:51:39 +0100 > > > > > > N?meth M?rton wrote: > > > > From: M?rton N?meth > > > > > > > > When enumerating audio inputs

Re: [PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-27 Thread Hans Verkuil
On Friday 27 March 2009 20:45:40 Trent Piepho wrote: > On Fri, 27 Mar 2009, Mauro Carvalho Chehab wrote: > > On Wed, 25 Mar 2009 17:51:39 +0100 > > > > Németh Márton wrote: > > > From: Márton Németh > > > > > > When enumerating audio inputs with VIDIOC_ENUMAUDIO the gspca_sunplus > > > driver doe

Re: [PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-27 Thread Trent Piepho
On Fri, 27 Mar 2009, Mauro Carvalho Chehab wrote: > On Wed, 25 Mar 2009 17:51:39 +0100 > N?meth M?rton wrote: > > > From: M?rton N?meth > > > > When enumerating audio inputs with VIDIOC_ENUMAUDIO the gspca_sunplus driver > > does not fill the reserved fields of the struct v4l2_audio with zeros as

Re: [PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-27 Thread Mauro Carvalho Chehab
On Wed, 25 Mar 2009 17:51:39 +0100 Németh Márton wrote: > From: Márton Németh > > When enumerating audio inputs with VIDIOC_ENUMAUDIO the gspca_sunplus driver > does not fill the reserved fields of the struct v4l2_audio with zeros as > required by V4L2 API revision 0.24 [1]. Add the missing ini

[PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-25 Thread Németh Márton
From: Márton Németh When enumerating audio inputs with VIDIOC_ENUMAUDIO the gspca_sunplus driver does not fill the reserved fields of the struct v4l2_audio with zeros as required by V4L2 API revision 0.24 [1]. Add the missing initializations to the V4L2 framework. The patch was tested with v4l-t