Re: af9035 test needed!

2013-02-02 Thread Michael Krufky
On Fri, Jan 11, 2013 at 6:45 PM, Jose Alberto Reguero wrote: > On Viernes, 11 de enero de 2013 20:38:01 Antti Palosaari escribió: >> Hello Jose and Gianluca >> >> Could you test that (tda18218 & mxl5007t): >> http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/it9135_tune >> r >> >> I

Re: WinTV-HVR-1400: scandvb (and kaffeine) fails to find any channels

2013-02-02 Thread Chris Clayton
On 02/01/13 21:07, Devin Heitmueller wrote: On Fri, Feb 1, 2013 at 4:03 PM, Chris Clayton wrote: Yes, I noticed that but even with the tuning timeout set at medium or longest, I doesn't find any channels. However, I've been following the debug messages through the code and ended up at drivers

SDVR 407 S

2013-02-02 Thread Bardocz Sandor
SDVR 407 S is a single Bt878 chip 16 ch. video, 4ch audio input dvr card. id: 600a:763d board name: SDVR 407 S card=150 Seems to be a Geovision GV-600 clone, video inputs works with card=150 insmod option. Thanks for your work! -- easynet.ro -

cron job: media_tree daily build: WARNINGS

2013-02-02 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: Sat Feb 2 19:00:22 CET 2013 git branch: for_v3.9 git hash: 24dec5dabfcc1d424d7bc86d393d31f57ebcc975 gcc ve

Re: [QUERY] V4L async api

2013-02-02 Thread Guennadi Liakhovetski
On Wed, 30 Jan 2013, Prabhakar Lad wrote: > Hi Guennadi, > > I am working on adding v4l-asyn for capture and display device.. > > Here is my hw details:-- > 1: The capture device has two subdevs tvp514x @0x5c and tvp514x @0x5d. > 2: The display device has a one subdev adv7343 @0x2a. > > Note:

Re: Question about printking

2013-02-02 Thread Joe Perches
On Sat, 2013-02-02 at 16:30 -0300, Ezequiel Garcia wrote: > ptr = kmalloc(sizeof(foo)); > if (!ptr) { > pr_err("Cannot allocate memory for foo\n"); > return -ENOMEM; > } > His argue against it was that kmalloc already takes care of > reporting/printking > a good deal of interesting

Re: [PATCH] v4l-utils: use openat when available

2013-02-02 Thread Gregor Jasny
Hello, On 1/22/13 5:37 PM, Riku Voipio wrote: > New architectures such as 64-Bit arm build kernels without legacy > system calls - Such as the the no-at system calls. Thus, use > SYS_openat whenever it is available. > +#ifdef SYS_openat > +#define SYS_OPEN(file, oflag, mode) \ > + syscall(SYS

Re: Bug report - em28xx NEW

2013-02-02 Thread Futilite
I tried again with the same machine, but this time with a 3.2.0-29-generik-pae 64bits, instead of previous 32 bits kernel. Same errors when inserting the device. Olivier Le 01. 02. 13 13:35, Futilite a écrit : Well. Compilation is done since last time. But module produced is unusable. I clo

Re: [RFC v2 0/5] Common Display Framework

2013-02-02 Thread Rob Clark
On Fri, Feb 1, 2013 at 5:42 PM, Laurent Pinchart wrote: > Hi Rahul, > > On Wednesday 09 January 2013 13:53:30 Rahul Sharma wrote: >> Hi Laurent, >> >> CDF will also be helpful in supporting Panels with integrated audio >> (HDMI/DP) if we can add audio related control operations to >> display_entit

[GIT PULL FOR v3.9] videodev2.h fix and em28xx regression fixes

2013-02-02 Thread Hans Verkuil
Hi Mauro, This is the second version of this git pull request. While digging through old branches of mine I found another tvaudio fix that I want to include here as well. In addition, the tvaudio control framework conversion in the original pull request also did a fix for balance handling and I ha

Re: [GIT PULL FOR v3.9] videodev2.h fix and em28xx regression fixes

2013-02-02 Thread Hans Verkuil
On Sun January 27 2013 10:43:00 Hans Verkuil wrote: > Hi Mauro, > > The first patch moves the DV control IDs from videodev2.h to v4l2-controls.h. > I noticed that they weren't moved when the controls were split off from > videodev2.h, probably because the patch adding the DV controls and the move