[PATCH][RESEND] Added support for AVerMedia Cardbus Plus

2009-04-14 Thread Oldrich Jedlicka
, }, }, + [SAA7134_BOARD_AVERMEDIA_CARDBUS_501] = { + /* Oldrich Jedlicka oldium@seznam.cz */ + .name = AVerMedia Cardbus TV/Radio (E501R), + .audio_clock= 0x187de7, + .tuner_type = TUNER_ALPS_TSBE5_PAL, + .radio_type = TUNER_TEA5767

[PATCH][RESEND] Use correct sampling rate for TV/FM radio

2009-04-14 Thread Oldrich Jedlicka
Here is the fix for using the 32kHz sampling rate for TV and FM radio (ALSA). The TV uses 32kHz anyway (mode 0; 32kHz demdec on), radio works only with 32kHz (mode 1; 32kHz baseband). The ALSA wrongly reported 32kHz and 48kHz for everything (TV, radio, LINE1/2). Now it should be possible to just

Re: [PATCH 6/6] saa7134: Simplify handling of IR on AVerMedia Cardbus

2009-04-17 Thread Oldrich Jedlicka
Hi Jean, On Friday 17 of April 2009 at 15:45:20, Jean Delvare wrote: Hi Oldrich, On Thu, 9 Apr 2009 23:12:51 +0200, Oldrich Jedlicka wrote: On Saturday 04 of April 2009 at 14:31:37, Jean Delvare wrote: [sniff] @@ -753,6 +737,10 @@ void saa7134_probe_i2c_ir(struct saa7134

Re: [PATCH][RESEND] Use correct sampling rate for TV/FM radio

2009-05-19 Thread Oldrich Jedlicka
On Tuesday 14 of April 2009 at 20:48:14, Oldrich Jedlicka wrote: Here is the fix for using the 32kHz sampling rate for TV and FM radio (ALSA). The TV uses 32kHz anyway (mode 0; 32kHz demdec on), radio works only with 32kHz (mode 1; 32kHz baseband). The ALSA wrongly reported 32kHz and 48kHz

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-22 Thread Oldrich Jedlicka
On Thursday 21 of May 2009 at 14:53:00, Michael Krufky wrote: On Thu, May 21, 2009 at 8:51 AM, Michael Krufky mkru...@kernellabs.com wrote: On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka oldium@seznam.cz wrote: Hi Mike, On Wednesday 20 of May 2009 at 21:57:15, Michael Krufky

Re: [PATCH][RESEND] Use correct sampling rate for TV/FM radio

2009-05-28 Thread Oldrich Jedlicka
On Wednesday 27 of May 2009 at 21:05:35, Mauro Carvalho Chehab wrote: Em Sat, 23 May 2009 19:09:12 +0200 Oldrich Jedlicka oldium@seznam.cz escreveu: On Tuesday 19 of May 2009 at 19:54:18, Oldrich Jedlicka wrote: On Tuesday 14 of April 2009 at 20:48:14, Oldrich Jedlicka wrote: Here

Re: [PATCH][RESEND] Use correct sampling rate for TV/FM radio

2009-05-29 Thread Oldrich Jedlicka
Hi, On Friday 29 of May 2009 at 01:49:50, hermann pitton wrote: Hi, just some short notes. Am Donnerstag, den 28.05.2009, 18:47 +0200 schrieb Oldrich Jedlicka: On Wednesday 27 of May 2009 at 21:05:35, Mauro Carvalho Chehab wrote: Em Sat, 23 May 2009 19:09:12 +0200 Oldrich Jedlicka

Re: [REVIEW] ivtv, ir-kbd-i2c: Explicit IR support for the AVerTV M116 for newer kernels

2009-10-05 Thread Oldrich Jedlicka
On Monday 05 of October 2009 at 00:23:47, Aleksandr V. Piskunov wrote: On Sat, Oct 03, 2009 at 11:44:20AM -0400, Andy Walls wrote: Aleksandr and Jean, Zdrastvoitye Bonjour, To support the AVerMedia M166's IR microcontroller in ivtv and ir-kbd-i2c with the new i2c binding model, I

Re: [REVIEW] ivtv, ir-kbd-i2c: Explicit IR support for the AVerTV M116 for newer kernels

2009-10-07 Thread Oldrich Jedlicka
On Monday 05 of October 2009 at 10:50:31, Aleksandr V. Piskunov wrote: Basicly during the I2C operation that reads scancode, controller seems to stop processing input from IR sensor, resulting a loss of keypress. So the solution(?) I found was to decrease the udelay in

[PATCH][RESEND] Added support for AVerMedia Cardbus Hybrid remote control

2009-01-31 Thread Oldrich Jedlicka
); +/* Oldrich Jedlicka oldium@seznam.cz */ +IR_KEYTAB_TYPE ir_codes_avermedia_cardbus[IR_KEYTAB_SIZE] = { + [ 0x00 ] = KEY_POWER, + [ 0x01 ] = KEY_TUNER, /* TV/FM */ + [ 0x03 ] = KEY_TEXT, /* Teletext */ + [ 0x04 ] = KEY_EPG, + [ 0x05 ] = KEY_1, + [ 0x06 ] = KEY_2, + [ 0x07 ] = KEY_3, + [ 0x08

Re: [RFC] SAA713x setting audio capture frequency (ALSA)

2009-07-13 Thread Oldrich Jedlicka
Hi Hermann, On Monday 13 of July 2009 at 03:06:41, hermann pitton wrote: Hi Oldřich, this needs to be looked up during day time, preferably with the register settings for all involved saa713x devices, which I do not have ... You can respond the next day, no need to stay awake :-) Am

Re: [RFC] SAA713x setting audio capture frequency (ALSA)

2009-07-15 Thread Oldrich Jedlicka
is to come up with few patches after the discussion for another discussion. On Monday 13 of July 2009 at 21:20:38, Oldrich Jedlicka wrote: Hi Hermann, On Monday 13 of July 2009 at 03:06:41, hermann pitton wrote: Hi Oldřich, this needs to be looked up during day time