From 79ddad482c949b53470cbe9968413602ac686d66 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Mon, 23 Jun 2003 20:42:05 +0000 Subject: Now forced to use auto for as many parameters as possible --- linux/drivers/media/dvb/frontends/tda10045h.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux/drivers') 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) || -- cgit v1.2.3