summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2003-06-23 20:42:05 +0000
committerAndrew de Quincy <devnull@localhost>2003-06-23 20:42:05 +0000
commit79ddad482c949b53470cbe9968413602ac686d66 (patch)
treeaebd5c7ef237a20b166abcbca244c3605e6ac05a /linux
parent695cbdff963cba9f974edbc966c25b87bf439eb1 (diff)
downloadmediapointer-dvb-s2-79ddad482c949b53470cbe9968413602ac686d66.tar.gz
mediapointer-dvb-s2-79ddad482c949b53470cbe9968413602ac686d66.tar.bz2
Now forced to use auto for as many parameters as possible
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/frontends/tda10045h.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda10045h.c b/linux/drivers/media/dvb/frontends/tda10045h.c
index e7d4c6c04..8319e547b 100644
--- a/linux/drivers/media/dvb/frontends/tda10045h.c
+++ b/linux/drivers/media/dvb/frontends/tda10045h.c
@@ -671,6 +671,11 @@ int tda10045h_set_fe(struct dvb_i2c_bus *i2c,
if (tmp < 0)
return tmp;
+ // hardcoded to use auto as much as possible
+ fe_params->u.ofdm.code_rate_HP = FEC_AUTO;
+ fe_params->u.ofdm.guard_interval = GUARD_INTERVAL_AUTO;
+ fe_params->u.ofdm.transmission_mode = TRANSMISSION_MODE_AUTO;
+
// Set standard params.. or put them to auto
if ((fe_params->u.ofdm.code_rate_HP == FEC_AUTO) ||
(fe_params->u.ofdm.code_rate_LP == FEC_AUTO) ||