summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2007-10-30 17:21:33 +0400
committerManu Abraham <manu@linuxtv.org>2007-10-30 17:21:33 +0400
commit30e53a0015de2dc6bf4e28ba74d8058bad6734ec (patch)
treeebff1f9b6eb0a33d601e40df1797c98af5ec3fed /linux/drivers/media
parentf616b28a46c39375e82035e6c31fa52b372c595b (diff)
downloadmediapointer-dvb-s2-30e53a0015de2dc6bf4e28ba74d8058bad6734ec.tar.gz
mediapointer-dvb-s2-30e53a0015de2dc6bf4e28ba74d8058bad6734ec.tar.bz2
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. From: Arvo Jarve <arvo@softshark.ee> Signed-off-by: Arvo Jarve <arvo@softshark.ee> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/tda8261.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda8261.c b/linux/drivers/media/dvb/frontends/tda8261.c
index 1b9f4dc1b..16e833fdc 100644
--- a/linux/drivers/media/dvb/frontends/tda8261.c
+++ b/linux/drivers/media/dvb/frontends/tda8261.c
@@ -102,7 +102,7 @@ static int tda8261_get_state(struct dvb_frontend *fe,
tstate->frequency = state->frequency;
break;
case DVBFE_TUNER_BANDWIDTH:
- tstate->bandwidth = 60000000; /* FIXME! need to calculate Bandwidth */
+ tstate->bandwidth = 40000000; /* FIXME! need to calculate Bandwidth */
break;
default:
printk("%s: Unknown parameter (param=%d)\n", __func__, param);