[PATCH] Added support for AVerMedia Cardbus Plus

2009-04-14 Thread Oldřich Jedlička
Here comes the full support for AVerMedia Cardbus Plus (E501R) - including remote control. TV, Composite and FM radio tested, I don't have S-Video to test. I've figured out that the radio works only with xtal frequency 13MHz. Signed-off-by: Oldřich Jedlička oldium@seznam.cz --- diff -r

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

2009-04-14 Thread Oldřich Jedlička
use the card without the need to change the capture rate from 48kHz to 32kHz. Enjoy :-) Signed-off-by: Oldřich Jedlička oldium@seznam.cz --- diff -r dba0b6fae413 linux/drivers/media/video/saa7134/saa7134-alsa.c --- a/linux/drivers/media/video/saa7134/saa7134-alsa.c Thu Apr 09 08:21:42 2009

Re: [PATCH 0/8] ir-kbd-i2c conversion to the new i2c binding model (v3)

2009-05-14 Thread Oldřich Jedlička
On Wednesday 13 of May 2009 at 21:45:59, Jean Delvare wrote: Hi all, Here comes an update of my conversion of ir-kbd-i2c to the new i2c binding model. I've split it into 8 pieces for easier review. Firstly there is 1 preliminary patch: Hi Jean, works for me, as usual :-) I've used the

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-18 Thread Oldřich Jedlička
Hi Figo Zhang, On Monday 18 of May 2009 at 04:13:13, figo.zhang wrote: saa7134-video.c: poll method lose race condition Signed-off-by: Figo.zhang figo.zh...@kolorific.com --- drivers/media/video/saa7134/saa7134-video.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-)

Re: Almost got remote working with my Winfast tv usb II Deluxe box

2009-10-26 Thread Oldřich Jedlička
On Sunday 25 of October 2009 at 21:44:20, Magnus Alm wrote: Hi! Hi Magnus, This is on Ubuntu 9.04, kernel 2.6.28-16. I get the following in dmesg when pressing channel down on my remote: [ 3517.984559] : unknown key: key=0x90 raw=0x90 down=1 [ 3518.096558] : unknown key: key=0x90 raw=0x90

[RFC] SAA713x setting audio capture frequency (ALSA)

2009-07-12 Thread Oldřich Jedlička
Hi all, I had a look at the audio code in saa7134 directory once again (saa7134-alsa.c and saa7134-tvaudio.c). It has one major problem - the frequency for SAA7134 isn't set during startup, only during the capture source change (that is another problem). But let's start from beginning, please

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

2009-07-15 Thread Oldřich Jedlička
12.07.2009, 19:48 +0200 schrieb Oldřich Jedlička: Hi all, I had a look at the audio code in saa7134 directory once again (saa7134-alsa.c and saa7134-tvaudio.c). It has one major problem - the frequency for SAA7134 isn't set during startup, only during the capture source change

[PATCH] Report only 32kHz for ALSA

2009-08-18 Thread Oldřich Jedlička
without any frequency translation Signed-off-by: Oldřich Jedlička oldium@seznam.cz diff --git a/linux/drivers/media/video/saa7134/saa7134-alsa.c b/linux/drivers/media/video/saa7134/saa7134-alsa.c index c09ec3e..504186a 100644 --- a/linux/drivers/media/video/saa7134/saa7134-alsa.c +++ b/linux