diff options
author | Arvo Jarve <arvo@softshark.ee> | 2007-10-30 09:21:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:20 -0500 |
commit | 1e3d8abe6d70ccd345bf0210d1184b813403fa94 (patch) | |
tree | 34a400be6cea6173a8e1bc7dcc53e2519210d88d /drivers/media/dvb/frontends | |
parent | b2fe5c6b01f1e44fff0a5d298457a9c9262c997a (diff) |
V4L/DVB (9433): Limit bandwidth with a 3dB response fall
In this case, we will be sure that there exists a carrier
and the center frequency would be simply f1 - f2. In such
a circumstance, the TR loop is simplified to doing a simple
check for timing, rather than searching for the same.
Signed-off-by: Arvo Jarve <arvo@softshark.ee>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/tda8261.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda8261.c b/drivers/media/dvb/frontends/tda8261.c index 1b9f4dc1b003..16e833fdc77e 100644 --- a/drivers/media/dvb/frontends/tda8261.c +++ b/drivers/media/dvb/frontends/tda8261.c | |||
@@ -102,7 +102,7 @@ static int tda8261_get_state(struct dvb_frontend *fe, | |||
102 | tstate->frequency = state->frequency; | 102 | tstate->frequency = state->frequency; |
103 | break; | 103 | break; |
104 | case DVBFE_TUNER_BANDWIDTH: | 104 | case DVBFE_TUNER_BANDWIDTH: |
105 | tstate->bandwidth = 60000000; /* FIXME! need to calculate Bandwidth */ | 105 | tstate->bandwidth = 40000000; /* FIXME! need to calculate Bandwidth */ |
106 | break; | 106 | break; |
107 | default: | 107 | default: |
108 | printk("%s: Unknown parameter (param=%d)\n", __func__, param); | 108 | printk("%s: Unknown parameter (param=%d)\n", __func__, param); |