diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-01-18 12:15:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:21 -0500 |
commit | 043a68b36dc137c5754183c7625950d7fe39be0b (patch) | |
tree | da2c437ba447b054b56de6bb27c198c45493a312 /drivers/media/dvb/ttpci/budget-av.c | |
parent | 763fbaf65a3f7fd571db427a376e727faeb5bfc5 (diff) |
V4L/DVB (9444): Initialize post process events to NULL
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 3459a9af7009..aa1bc2d2add7 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -1445,6 +1445,8 @@ static struct stb0899_config knc1_dvbs2_config = { | |||
1445 | .init_s2_fec = knc1_stb0899_s2_init_4, | 1445 | .init_s2_fec = knc1_stb0899_s2_init_4, |
1446 | .init_tst = knc1_stb0899_s1_init_5, | 1446 | .init_tst = knc1_stb0899_s1_init_5, |
1447 | 1447 | ||
1448 | .postproc = NULL, | ||
1449 | |||
1448 | .demod_address = 0x68, | 1450 | .demod_address = 0x68, |
1449 | // .ts_output_mode = STB0899_OUT_PARALLEL, /* types = SERIAL/PARALLEL */ | 1451 | // .ts_output_mode = STB0899_OUT_PARALLEL, /* types = SERIAL/PARALLEL */ |
1450 | .block_sync_mode = STB0899_SYNC_FORCED, /* DSS, SYNC_FORCED/UNSYNCED */ | 1452 | .block_sync_mode = STB0899_SYNC_FORCED, /* DSS, SYNC_FORCED/UNSYNCED */ |
@@ -1472,7 +1474,7 @@ static struct stb0899_config knc1_dvbs2_config = { | |||
1472 | .tuner_set_frequency = tda8261_set_frequency, | 1474 | .tuner_set_frequency = tda8261_set_frequency, |
1473 | .tuner_set_bandwidth = NULL, | 1475 | .tuner_set_bandwidth = NULL, |
1474 | .tuner_get_bandwidth = tda8261_get_bandwidth, | 1476 | .tuner_get_bandwidth = tda8261_get_bandwidth, |
1475 | .tuner_set_rfsiggain = NULL, | 1477 | .tuner_set_rfsiggain = NULL |
1476 | }; | 1478 | }; |
1477 | 1479 | ||
1478 | /* | 1480 | /* |