Re: dot file

2010-06-17 Thread Laurent Pinchart
Hi Mauro, (CC'ing linux-media as other people might be interested in this). On Thursday 17 June 2010 06:53:47 Mauro Carvalho Chehab wrote: This is just a reminder: please send me one .dot file that you used to create the subdev mapping for one of the devices. The more complex, the better.

Re: [OT] preferred video apps?

2010-06-17 Thread deb
On 05/01/2010 02:48 AM, Mauro Carvalho Chehab wrote: On digital side, I use kaffeine, gnutv and vlc. Kaffeine and gnutv can record. Not sure about vlc. vlc can too. Check advance controls in the menu View to get the nice red button :-) -- To unsubscribe from this list: send the line

Re: Trouble getting DVB-T working with Portuguese transmissions

2010-06-17 Thread Pedro Côrte-Real
On Wed, Jun 16, 2010 at 9:57 PM, Richard Zidlicky r...@linux-m68k.org wrote: On Wed, Jun 16, 2010 at 11:43:09AM +0100, Pedro Côrte-Real wrote: status  C Y  | signal  66% | snr   0% | ber 2097151 | unc 0 | status SC YL | signal  65% | snr   0% | ber 2097151 | unc 0 | FE_HAS_LOCK status SC YL |

Re: Trouble getting DVB-T working with Portuguese transmissions

2010-06-17 Thread Pedro Côrte-Real
On Thu, Jun 17, 2010 at 10:03 AM, Pedro Côrte-Real pe...@pedrocr.net wrote: On Wed, Jun 16, 2010 at 9:57 PM, Richard Zidlicky r...@linux-m68k.org wrote: Did you try kaffeine or w_scan? I did try both of those. kaffeine I haven't been able to get to work at all and w_scan found the frequency

[patch] Staging: tm6000: fix problem in alsa init

2010-06-17 Thread Dan Carpenter
The problem is that we never passed the idx parameter to tm6000_audio_init() so it's uninitialized. In fact, the struct tm6000_ops -init() definition didn't have idx as a parameter. When I added the parameter to tm6000_ops, I also added a parameter to the -fini() callback. fini() is just a stub

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-17 Thread Andy Walls
On Wed, 2010-06-16 at 16:41 -0400, Jarod Wilson wrote: On Wed, Jun 16, 2010 at 4:04 PM, Jarod Wilson ja...@wilsonet.com wrote: ... I have another suggestion, let's keep the client register/unregister callbacks for decoders (but add a comment that they're only used for lirc). Then teach

Latest DVB documentation and examples

2010-06-17 Thread George Helyar
I have version 5.1 of the DVB API #define DVB_API_VERSION 5 #define DVB_API_VERSION_MINOR 1 However, I could only find documentation and examples on the web for version 3. This uses devices that I don't have. Here's what I do have: /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/dvr0

Re: [patch] Staging: tm6000: fix problem in alsa init

2010-06-17 Thread Bee Hock Goh
Dan, The lastest codes under the tm6000 branch created by Maruo have no reference to idx in tm6000_audio_init. Also if you use the latest tree, the audio extension is initiated. Only issue now is that the there is no continuous audio data. regards, Hock. On Thu, Jun 17, 2010 at 8:06 PM, Dan

Re: Alternative for defconfig

2010-06-17 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100616 10:50]: * Felipe Contreras felipe.contre...@gmail.com [100611 19:03]: On Fri, Jun 11, 2010 at 6:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: My understanding is that Linus will remove all ARM defconfigs in 2.6.36, unless

RE: sub device device node and ioctl support?

2010-06-17 Thread Karicheri, Muralidharan
Laurent, The media controller upstreaming process will start in one or two weeks. This will require a lot of time, so everything won't be ready for 2.6.36. This being said, the subdevice userspace API is the first part of the media controller that will be pushed upstream. Is this already

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-17 Thread Jarod Wilson
On Thu, Jun 17, 2010 at 8:14 AM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2010-06-16 at 16:41 -0400, Jarod Wilson wrote: On Wed, Jun 16, 2010 at 4:04 PM, Jarod Wilson ja...@wilsonet.com wrote: ... I have another suggestion, let's keep the client register/unregister callbacks for

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

2010-06-17 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:Thu Jun 17 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

Re: Trouble getting DVB-T working with Portuguese transmissions

2010-06-17 Thread Richard Zidlicky
On Thu, Jun 17, 2010 at 10:03:16AM +0100, Pedro Côrte-Real wrote: On Wed, Jun 16, 2010 at 9:57 PM, Richard Zidlicky r...@linux-m68k.org wrote: On Wed, Jun 16, 2010 at 11:43:09AM +0100, Pedro Côrte-Real wrote: status  C Y  | signal  66% | snr   0% | ber 2097151 | unc 0 | status SC YL |

[GIT FIXES for 2.6.34] tuner, tveeprom: Add the Philips FQ1236 MK5/TCL M30WTP-4N-E for eeprom tuner index 168

2010-06-17 Thread Andy Walls
Mauro, Please pull this rather simple tuner addition. Thanks go to Larry Glenn for reporting the problem and testing the fix, and thanks go to Hauppauge for providing information on the meaning of tveeprom tuner index value 168. I forgot to add to my commit messages: Tested-by: Larry

Re: Fwd: [PATCH] V4L/DVB: New NXP tda18218 tuner

2010-06-17 Thread Bee Hock Goh
Can someone share what is the process to get a patch into the mainstream codes? It been quite a while already and its still been review. Seem like a waste if this patch disappear again just like the previous time when it was submitted long ago. On Sun, May 30, 2010 at 8:22 AM, Bee Hock Goh