summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorJoakim Hernberg2014-01-31 11:15:48 +0100
committerMauro Carvalho Chehab2014-02-04 20:45:37 +0100
commit8d2b022911c2fa72085df39921dc5cd963bc159f (patch)
tree8d324f5ef7bab0e71107c4f621d6c99c24140941 /drivers/media/pci/cx23885/cx23885-dvb.c
parent[media] mceusb: improve error logging (diff)
downloadkernel-qcow2-linux-8d2b022911c2fa72085df39921dc5cd963bc159f.tar.gz
kernel-qcow2-linux-8d2b022911c2fa72085df39921dc5cd963bc159f.tar.xz
kernel-qcow2-linux-8d2b022911c2fa72085df39921dc5cd963bc159f.zip
[media] cx23885: Fix tuning regression for TeVii S471
When tuning to 10818V on Astra 28E2, the system tunes to 11343V instead. This is a regression in the S471 driver introduced with the changeset: b43ea8068d2090cb1e44632c8a938ab40d2c7419 [media] cx23885: Fix TeVii S471 regression since introduction of ts2020. Suggested-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Signed-off-by: Joakim Hernberg <jhernberg@alchemy.lu> Tested-by: Mark Clarkstone <hello@markclarkstone.co.uk> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-dvb.c')
-rw-r--r--drivers/media/pci/cx23885/cx23885-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c
index 05492053b473..4be01b3bd4f5 100644
--- a/drivers/media/pci/cx23885/cx23885-dvb.c
+++ b/drivers/media/pci/cx23885/cx23885-dvb.c
@@ -473,6 +473,7 @@ static struct ds3000_config tevii_ds3000_config = {
static struct ts2020_config tevii_ts2020_config = {
.tuner_address = 0x60,
.clk_out_div = 1,
+ .frequency_div = 1146000,
};
static struct cx24116_config dvbworld_cx24116_config = {