Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124090
b: refs/heads/master
c: 043a68b
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 0e41d90 commit 44637b6
Show file tree
Hide file tree
Showing 4 changed files with 8 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: 763fbaf65a3f7fd571db427a376e727faeb5bfc5
refs/heads/master: 043a68b36dc137c5754183c7625950d7fe39be0b
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static void stb0899_set_mclk(struct stb0899_state *state, u32 Mclk)
static int stb0899_postproc(struct stb0899_state *state, u8 ctl, int enable)
{
struct stb0899_config *config = state->config;
struct stb0899_postproc *postproc = config->postproc;
const struct stb0899_postproc *postproc = config->postproc;

/* post process event */
if (postproc) {
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,8 @@ static struct stb0899_config knc1_dvbs2_config = {
.init_s2_fec = knc1_stb0899_s2_init_4,
.init_tst = knc1_stb0899_s1_init_5,

.postproc = NULL,

.demod_address = 0x68,
// .ts_output_mode = STB0899_OUT_PARALLEL, /* types = SERIAL/PARALLEL */
.block_sync_mode = STB0899_SYNC_FORCED, /* DSS, SYNC_FORCED/UNSYNCED */
Expand Down Expand Up @@ -1472,7 +1474,7 @@ static struct stb0899_config knc1_dvbs2_config = {
.tuner_set_frequency = tda8261_set_frequency,
.tuner_set_bandwidth = NULL,
.tuner_get_bandwidth = tda8261_get_bandwidth,
.tuner_set_rfsiggain = NULL,
.tuner_set_rfsiggain = NULL
};

/*
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,8 @@ static struct stb0899_config tt3200_config = {
.init_s2_fec = tt3200_stb0899_s2_init_4,
.init_tst = tt3200_stb0899_s1_init_5,

.postproc = NULL,

.demod_address = 0x68,

.xtal_freq = 27000000,
Expand All @@ -1679,7 +1681,7 @@ static struct stb0899_config tt3200_config = {
.tuner_set_frequency = stb6100_set_frequency,
.tuner_set_bandwidth = stb6100_set_bandwidth,
.tuner_get_bandwidth = stb6100_get_bandwidth,
.tuner_set_rfsiggain = NULL,
.tuner_set_rfsiggain = NULL
};

struct stb6100_config tt3200_stb6100_config = {
Expand Down

0 comments on commit 44637b6

Please sign in to comment.