From 34e5a8359eccc02d39130a5a3256066d2f459040 Mon Sep 17 00:00:00 2001 From: Abylay Ospan Date: Sun, 19 Jul 2009 18:06:00 -0300 Subject: [PATCH] --- yaml --- r: 161467 b: refs/heads/master c: 644c7ef0b9a9c4f4dec4a44249b7047452654722 h: refs/heads/master i: 161465: 59348a7dc7ea4f90e0b05567bc91b0acb78cdce3 161463: e586a47d3d867d6e191f36187755220cbe012f3e v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx23885/cx23885-dvb.c | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 42f62f1e73e3..e0db8e9271f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352 +refs/heads/master: 644c7ef0b9a9c4f4dec4a44249b7047452654722 diff --git a/trunk/drivers/media/video/cx23885/cx23885-dvb.c b/trunk/drivers/media/video/cx23885/cx23885-dvb.c index 58478daba88a..022fad798fc2 100644 --- a/trunk/drivers/media/video/cx23885/cx23885-dvb.c +++ b/trunk/drivers/media/video/cx23885/cx23885-dvb.c @@ -396,7 +396,7 @@ static struct stv0900_reg stv0900_ts_regs[] = { static struct stv0900_config netup_stv0900_config = { .demod_address = 0x68, - .xtal = 27000000, + .xtal = 8000000, .clkmode = 3,/* 0-CLKI, 2-XTALI, else AUTO */ .diseqc_mode = 2,/* 2/3 PWM */ .ts_config_regs = stv0900_ts_regs, @@ -408,12 +408,14 @@ static struct stv0900_config netup_stv0900_config = { static struct stv6110_config netup_stv6110_tunerconfig_a = { .i2c_address = 0x60, - .mclk = 27000000, + .mclk = 16000000, + .clk_div = 1, }; static struct stv6110_config netup_stv6110_tunerconfig_b = { .i2c_address = 0x63, - .mclk = 27000000, + .mclk = 16000000, + .clk_div = 1, }; static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)