Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161467
b: refs/heads/master
c: 644c7ef
h: refs/heads/master
i:
  161465: 59348a7
  161463: e586a47
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 4602950 commit 34e5a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352
refs/heads/master: 644c7ef0b9a9c4f4dec4a44249b7047452654722
8 changes: 5 additions & 3 deletions trunk/drivers/media/video/cx23885/cx23885-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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)
Expand Down

0 comments on commit 34e5a83

Please sign in to comment.