Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Stas Sergeev
23.07.2011 05:28, Mauro Carvalho Chehab wrote: Mplayer was just one example of an application that I know it doesn't call V4L2_CID_AUDIO_MUTE to unmute. I would suggest fixing all such an apps, even if we are not going to change that in the driver. Your approach of moving it to

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Jose Alberto Reguero
On Sábado, 23 de Julio de 2011 00:23:05 Antti Palosaari escribió: On 07/23/2011 12:49 AM, Jose Alberto Reguero wrote: On Viernes, 22 de Julio de 2011 20:12:20 Jose Alberto Reguero escribió: On Viernes, 22 de Julio de 2011 18:46:24 Antti Palosaari escribió: On 07/22/2011 07:25 PM, Jose

Re: [PATCH] cxd2820r: fix possible out-of-array lookup

2011-07-23 Thread Malcolm Priestley
On Sat, 2011-07-23 at 01:47 +0200, HoP wrote: 2011/7/23 Antti Palosaari cr...@iki.fi: On 07/23/2011 02:31 AM, Antti Palosaari wrote: On 07/23/2011 02:01 AM, HoP wrote: 2011/7/23 Antti Palosaaricr...@iki.fi: But now I see what you mean. msg2[1] is set as garbage fields in case of

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Antti Palosaari
On 07/23/2011 11:26 AM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 00:23:05 Antti Palosaari escribió: On 07/23/2011 12:49 AM, Jose Alberto Reguero wrote: On Viernes, 22 de Julio de 2011 20:12:20 Jose Alberto Reguero escribió: On Viernes, 22 de Julio de 2011 18:46:24 Antti

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Jose Alberto Reguero
On Sábado, 23 de Julio de 2011 11:42:58 Antti Palosaari escribió: On 07/23/2011 11:26 AM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 00:23:05 Antti Palosaari escribió: On 07/23/2011 12:49 AM, Jose Alberto Reguero wrote: On Viernes, 22 de Julio de 2011 20:12:20 Jose Alberto

s2-liplianin - dib0700 causes kernel oops!

2011-07-23 Thread Treito
Hello, I tried to install s2-liplianin on changing kernel-versions. All in common is, that my Hauppauge Nova-T USB-Stick causes a kernel oops when plugged in. The devices are generated, but it does not tune. lsusb freezes. Here is my kernel.log: http://pastebin.com/03hxKvme The drivers from

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Antti Palosaari
On 07/23/2011 01:21 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 11:42:58 Antti Palosaari escribió: On 07/23/2011 11:26 AM, Jose Alberto Reguero wrote: The problem is in i2c read in tda827x_probe_version. Without the fix sometimes, when changing the code the tuner is

Re: [PATCH] Add support for PCTV452E.

2011-07-23 Thread Steffen Barszus
On Tue, 24 May 2011 21:51:22 +0200 Hans Petter Selasky hsela...@c2i.net wrote: NOTES: Sources were taken from the following repositorium as of today: http://mercurial.intuxication.org/hg/s2-liplianin/ And depend on the zig-zag fix posted today. Did a first test on the patch. [

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Mauro Carvalho Chehab
Em 23-07-2011 04:44, Stas Sergeev escreveu: 23.07.2011 05:28, Mauro Carvalho Chehab wrote: Mplayer was just one example of an application that I know it doesn't call V4L2_CID_AUDIO_MUTE to unmute. I would suggest fixing all such an apps, even if we are not going to change that in the driver.

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Stas Sergeev
23.07.2011 17:06, Mauro Carvalho Chehab wrote: I would suggest fixing all such an apps, even if we are not going to change that in the driver. If application needs to change due to a patch, this is a regression, I said even if we are not going to change that in the driver, which, imho, removes

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Mauro Carvalho Chehab
Em 23-07-2011 10:20, Stas Sergeev escreveu: 23.07.2011 17:06, Mauro Carvalho Chehab wrote: I would suggest fixing all such an apps, even if we are not going to change that in the driver. If application needs to change due to a patch, this is a regression, I said even if we are not going to

Re: [PATCH] cxd2820r: fix possible out-of-array lookup

2011-07-23 Thread HoP
2011/7/23 Malcolm Priestley tvbox...@gmail.com: On Sat, 2011-07-23 at 01:47 +0200, HoP wrote: 2011/7/23 Antti Palosaari cr...@iki.fi: On 07/23/2011 02:31 AM, Antti Palosaari wrote: On 07/23/2011 02:01 AM, HoP wrote: 2011/7/23 Antti Palosaaricr...@iki.fi: But now I see what you

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Stas Sergeev
23.07.2011 19:09, Mauro Carvalho Chehab wrote: As I said, I propose the automute state to be a separate, _third_ state. mute/unmute/automute. Automute state is only set initially, but if the app explicitly sets any other state, it is no longer affected. Since an app can't rely on the state

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-23 Thread Stas Sergeev
23.07.2011 19:09, Mauro Carvalho Chehab wrote: Anyway, we're discussing a lot for a kernel fix for PA, Please note that right now we are discussing the fix for mplayer or anything else that forgets to just explicitly enable/disable the audio! IMHO, that should better be fixed first. -- To

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Jose Alberto Reguero
On Sábado, 23 de Julio de 2011 12:37:53 Antti Palosaari escribió: On 07/23/2011 01:21 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 11:42:58 Antti Palosaari escribió: On 07/23/2011 11:26 AM, Jose Alberto Reguero wrote: The problem is in i2c read in tda827x_probe_version.

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Antti Palosaari
On 07/23/2011 06:41 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 12:37:53 Antti Palosaari escribió: On 07/23/2011 01:21 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 11:42:58 Antti Palosaari escribió: On 07/23/2011 11:26 AM, Jose Alberto Reguero wrote: The

Re: [PATCH, RESEND] uvcvideo: Add FIX_BANDWIDTH quirk to HP Webcam found on HP Mini 5103 netbook

2011-07-23 Thread Kirill Smelkov
Hi Laurent, All, On Sat, Jul 23, 2011 at 01:12:11AM +0200, Laurent Pinchart wrote: Hi Kirill, On Saturday 23 July 2011 00:25:20 Kirill Smelkov wrote: On Sat, Jul 23, 2011 at 12:03:57AM +0200, Laurent Pinchart wrote: On Friday 22 July 2011 16:47:22 Kirill Smelkov wrote: [ Cc'ing

[patch] [media] pwc: precedence bug in pwc_init_controls()

2011-07-23 Thread Dan Carpenter
'!' has higher precedence than '' so we need parenthesis here. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/pwc/pwc-v4l.c b/drivers/media/video/pwc/pwc-v4l.c index e9a0e94..8c70e64 100644 --- a/drivers/media/video/pwc/pwc-v4l.c +++

[cron job] v4l-dvb daily build: ERRORS

2011-07-23 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:Sat Jul 23 19:01:41 CEST 2011 git hash:f0a21151140da01c71de636f482f2eddec2840cc gcc version: i686-linux-gcc (GCC)

Re: [PATCH] add support for the dvb-t part of CT-3650 v3

2011-07-23 Thread Jose Alberto Reguero
On Sábado, 23 de Julio de 2011 19:47:27 Antti Palosaari escribió: On 07/23/2011 06:41 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 12:37:53 Antti Palosaari escribió: On 07/23/2011 01:21 PM, Jose Alberto Reguero wrote: On Sábado, 23 de Julio de 2011 11:42:58 Antti Palosaari

[PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-23 Thread Devin Heitmueller
The following patch addresses the regression introduced in the cx231xx driver which stopped the Hauppauge USBLive2 from working. Confirmed working by both myself and the user who reported the issue on the KernelLabs blog (Robert DeLuca). cx231xx: Fix regression introduced which broke the