cron job: media_tree daily build: OK

2014-06-14 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun Jun 15 04:00:18 CEST 2014 git branch: test git hash: f7a27ff1fb77e114d1059a5eb2ed1cffdc508ce8 gcc versi

Re: em28xx submit of urb 0 failed (error=-27)

2014-06-14 Thread Antti Palosaari
On 06/14/2014 03:45 PM, Mauro Carvalho Chehab wrote: Em Thu, 12 Jun 2014 03:37:26 +0300 Antti Palosaari escreveu: I just ran blind scan using w_scan and it interrupted scanning, with following error (ioctl DMX_SET_FILTER failed: 27 File too large). 602000: (time: 00:58.973) (0.308se

Re: soc_camera and device-tree

2014-06-14 Thread Guennadi Liakhovetski
Hi Robert, On Sat, 14 Jun 2014, Robert Jarzmik wrote: > Hi Guennadi, > > I'm slowly converting all of my drivers to device-tree. > In the process, I met ... soc_camera. > > I converted mt9m111.c and pxa_camera.c, but now I need the linking > soc_camera. And I don't have a clear idea on how it s

soc_camera and device-tree

2014-06-14 Thread Robert Jarzmik
Hi Guennadi, I'm slowly converting all of my drivers to device-tree. In the process, I met ... soc_camera. I converted mt9m111.c and pxa_camera.c, but now I need the linking soc_camera. And I don't have a clear idea on how it should be done. I was thinking of having soc_camera_pdrv_probe() chang

Usb-dvb Pinnacle PCTV 200e

2014-06-14 Thread Davide Marchi
Hi friends, I've a Pinnacle PCTV 200e on Ubuntu LTS 14.04, kernel Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 i686 i686 GNU/Linux: lsusb: #Bus 001 Device 004: ID 2304:020e Pinnacle Systems, Inc. PCTV 200e dmesg: [ 5287.516227] usb 1-8: new high-speed USB device num

[PATCH 0/3] Auvitek au0828 fixups

2014-06-14 Thread Mauro Carvalho Chehab
Testing auvitek au0828-based devices with xawtv caused lots of overruns, as the period_bytes is set to a too low value, with causes troubles when syncing the audio capture from au0828 card with the audio playback, at the main audio card. It turns that we need a period_bytes size that it is big eno

[PATCH 1/3] sound: Add a quirk to enforce period_bytes

2014-06-14 Thread Mauro Carvalho Chehab
The Auvitek 0828 chip, used on HVR950Q actually need two quirks and not just one. The first one, already implemented, enforces that it won't have channel swaps at the transfers. However, for TV applications, like xawtv and tvtime, another quirk is needed, in order to enforce that, at least 2 URB

[PATCH 3/3] sound: Update au0828 quirks table

2014-06-14 Thread Mauro Carvalho Chehab
The au0828 quirks table is currently not in sync with the au0828 media driver. Syncronize it, as all the au0828 devices with analog TV need the same quirks. Cc: sta...@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- sound/usb/quirks-table.h | 10 +- 1 file changed, 9 insertions

[PATCH 2/3] sound: simplify au0828 quirk table

2014-06-14 Thread Mauro Carvalho Chehab
Add a macro to simplify au0828 quirk table. That makes easier to check it against the USB IDs at drivers/media/usb/au0828-card.c Cc: sta...@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- sound/usb/quirks-table.h | 159 ++- 1 file changed, 32

[GIT PULL FOR v3.16] OMAP4 ISS fix

2014-06-14 Thread Laurent Pinchart
Hi Mauro, Please pull the following fix for v3.16. It fixes a build breakage due to the OMAP4 ISS driver. The following changes since commit f7a27ff1fb77e114d1059a5eb2ed1cffdc508ce8: [media] xc5000: delay tuner sleep to 5 seconds (2014-05-25 17:50:16 -0300) are available in the git repositor

Authorize

2014-06-14 Thread online736361
Award Approved: http://form.jotformeu.com/form/41625607297359 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: em28xx submit of urb 0 failed (error=-27)

2014-06-14 Thread Mauro Carvalho Chehab
Em Thu, 12 Jun 2014 03:37:26 +0300 Antti Palosaari escreveu: > I just ran blind scan using w_scan and it interrupted scanning, with > following error (ioctl DMX_SET_FILTER failed: 27 File too large). > > 602000: (time: 00:58.973) > (0.308sec): SCL (0x1F) > (0.308sec) signal >

[PATCH v2] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio.

2014-06-14 Thread Rickard Strandqvist
Wrong value used in same cases for the aspect ratio. Signed-off-by: Rickard Strandqvist --- drivers/media/v4l2-core/v4l2-dv-timings.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/v4l2-core/v4l2-dv-timings.c b/drivers/media/v4l2-core/v4l2-dv-timings.c

[PATCH v2] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio.

2014-06-14 Thread Rickard Strandqvist
Wrong value used in same cases for the aspect ratio. This is likely a cut and paste mistake. This was partly found using a static code analysis program called cppcheck. Rickard Strandqvist (1): media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio. drivers/m