RE: [PATCH] Davinci VPFE Capture: Add Suspend/Resume Support

2009-12-21 Thread Karicheri, Muralidharan
Vaibhav, Did you address my comments against this patch? What was the resolution. I haven't seen any response from you. Please forward me any response that you had sent. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email:

Re: Pinnacle PCTV Hybrid (2) dvb woes

2009-12-21 Thread Devin Heitmueller
On Sun, Dec 20, 2009 at 6:40 PM, Pedro Ribeiro ped...@gmail.com wrote: Damn, I suspected that. Anyway, I'm having trouble viewing analog TV. I can scan and watch channels fine, but there is no audio, and I don't know how to configure it. If you could help me, I would really appreciate it

Re: scan/scan-s2 doesn't tune, but dvbtune does?

2009-12-21 Thread BOUWSMA Barry
On Fri, 18 Dec 2009, Michael Akey wrote: I can't get the scan/scan-s2 utilities to lock any transponders (DVB-S). My test satellite is AMC1 103W, the Pentagon Channel tp. This is probably some simple user error on my part, but I can't figure it out. I have a Corotor II with

Re: [PATCH 3/4 v13] TVP7002 driver for DM365

2009-12-21 Thread Santiago Nunez-Corrales
Alexey, Good catch. Thanks for reviewing the code. I will update and send the patch asap. Regards, Alexey Klimov wrote: Hello, On Fri, Dec 18, 2009 at 8:07 PM, santiago.nu...@ridgerun.com wrote: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-21 Thread Takashi Iwai
At Sun, 13 Dec 2009 10:22:44 -0500, Devin Heitmueller wrote: On Sat, Dec 12, 2009 at 5:34 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi Devin, It is better to submit the RFC patches to alsa ML for they to take a look. Cheers, Mauro Is there something specific you

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-21 Thread Devin Heitmueller
On Mon, Dec 21, 2009 at 12:21 PM, Takashi Iwai ti...@suse.de wrote: Just a very quick look through the files, here are some comments: - snd_card_free() can't be called with NULL, but the error path in  snd_cx18_init() may reach that (when snd_card_create() returns an  error). - Specifying

[PATCH 3/4 v13 r1] TVP7002 driver for DM365

2009-12-21 Thread santiago . nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the implementation of the TVP7002 decoder driver for DM365. Implemented using the V4L2 DV presets API. Removed shadow register values. Testing shows that the device needs not to be powered down and up for correct

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-12-21 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Dec 21 19:00:02 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13836:9defbd461e5f gcc version: gcc

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-21 Thread Robert Longfield
Well it gets even better. So on the weekend I was able to steal a few minutes to properly trouble shoot the issue now that I know it was in the mythbuntu box. As a long shot I pulled out the Promise Tech Ultra133 TX2 / ATA card I am using for the backup drive. With this card removed the sync issue

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-21 Thread Devin Heitmueller
On Mon, Dec 21, 2009 at 3:09 PM, Robert Longfield robert.longfi...@gmail.com wrote: Well it gets even better. So on the weekend I was able to steal a few minutes to properly trouble shoot the issue now that I know it was in the mythbuntu box. As a long shot I pulled out the Promise Tech

Re: How to make a Zaapa LR301AP DVB-T card work

2009-12-21 Thread hermann pitton
Am Sonntag, den 20.12.2009, 13:13 + schrieb Antonio Marcos López Alonso: please try with card=86. If everything is fine, we add it to auto detection. Cheers, Hermann Did it so and the card (TDA10046 chip ) is now detected by MythTV (have to say previous setup was

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-21 Thread Andy Walls
On Mon, 2009-12-21 at 15:09 -0500, Robert Longfield wrote: Well it gets even better. So on the weekend I was able to steal a few minutes to properly trouble shoot the issue now that I know it was in the mythbuntu box. As a long shot I pulled out the Promise Tech Ultra133 TX2 / ATA card I am

[patch 2/3] proc_fops: convert av7110

2009-12-21 Thread akpm
From: Alexey Dobriyan adobri...@gmail.com Drop S_IRUGO, proc entry doesn't contain read hooks. Drop S_IFREG, simply unnecessary. Signed-off-by: Alexey Dobriyan adobri...@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Signed-off-by: Andrew Morton a...@linux-foundation.org ---

[patch 3/3] drivers/media/video/pms.c needs version.h

2009-12-21 Thread akpm
From: Andrew Morton a...@linux-foundation.org i386 allmodconfig: drivers/media/video/pms.c: In function 'pms_querycap': drivers/media/video/pms.c:682: error: implicit declaration of function 'KERNEL_VERSION' Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Hans Verkuil hverk...@xs4all.nl

[patch 1/3] drivers/media/video: Move dereference after NULL test

2009-12-21 Thread akpm
From: Julia Lawall ju...@diku.dk In quickcam_messenger.c, if the NULL test on uvd is needed, then the dereference should be after the NULL test. In vpif_display.c, std_info is initialized to the address of a structure field. This seems unlikely to be NULL. If it could somehow be NULL, then the

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-21 Thread hermann pitton
Hi, Am Sonntag, den 20.12.2009, 22:44 -0500 schrieb Andy Walls: On Sun, 2009-12-20 at 22:33 -0500, Devin Heitmueller wrote: On Sun, Dec 20, 2009 at 10:28 PM, Andy Walls awa...@radix.net wrote: Hmmm on the current v4l-dvb tree, the command $ v4l/scripts/checkpatch.pl --no-tree --strict

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-21 Thread Mauro Carvalho Chehab
Em 21-12-2009 01:44, Andy Walls escreveu: On Sun, 2009-12-20 at 22:33 -0500, Devin Heitmueller wrote: On Sun, Dec 20, 2009 at 10:28 PM, Andy Walls awa...@radix.net wrote: Hmmm on the current v4l-dvb tree, the command $ v4l/scripts/checkpatch.pl --no-tree --strict \ -f

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-21 Thread Devin Heitmueller
On Mon, Dec 21, 2009 at 10:24 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: In the case of this patch series, the complains are not related to 80 cols: snip In this case, there was a mix of 80-column issues, as well as some other issues. I did fix the issues other than the 80-column