[linux-dvb] Problem on SAA7134 Asustek (Tiger or
Jayhawk components : 1043:4871) : HELP !
hermann pitton
hermann-pitton at arcor.de
Sat Feb 3 03:24:54 CET 2007
Am Samstag, den 03.02.2007, 02:55 +0100 schrieb hermann pitton:
> Am Samstag, den 03.02.2007, 01:17 +0100 schrieb Emmanuel QUEMENER:
> > hermann pitton a écrit :
> >
> > > Am Freitag, den 02.02.2007, 20:43 +0100 schrieb Emmanuel QUEMENER:
[snip]
>
> For reference, this is what the other Asus tiger hybrid cards use.
> Asus followed the Philips reference design, can't tell if this time too
> for the tiger_s. At least you have only one antenna connector and no
> radio. The analog audio mux is removed too and no firmware eeprom.
>
> static struct tda1004x_config philips_tiger_config = {
> .demod_address = 0x08,
> .invert = 1,
> .invert_oclk = 0,
> .xtal_freq = TDA10046_XTAL_16M,
> .agc_config = TDA10046_AGC_TDA827X,
> .gpio_config = TDA10046_GP11_I,
> .if_freq = TDA10046_FREQ_045,
> .i2c_gate = 0x4b,
> .tuner_address = 0x61,
> .tuner_config = 0,
> .antenna_switch= 1,
> .request_firmware = philips_tda1004x_request_firmware
> };
oops, new variant of the old config is of course
static struct tda1004x_config asus_p7131_dual_config = {
.demod_address = 0x08,
.invert = 1,
.invert_oclk = 0,
.xtal_freq = TDA10046_XTAL_16M,
.agc_config = TDA10046_AGC_TDA827X,
.gpio_config = TDA10046_GP11_I,
.if_freq = TDA10046_FREQ_045,
.i2c_gate = 0x4b,
.tuner_address = 0x61,
.tuner_config = 0,
.antenna_switch= 2,
.request_firmware = philips_tda1004x_request_firmware
};
which Hartmut kept for the antenna connector switch.
Hermann
More information about the linux-dvb
mailing list