aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 22:18:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 19:05:24 -0300
commit086991dd106bda1c43a294a874563322e0d777e4 (patch)
treefbd4c78a71d5aee2c58625d75d1cbe22e555f55a /drivers/media/dvb-frontends
parent[media] it913x: remove unused af9033 demod tuner config inits (diff)
downloadlinux-dev-086991dd106bda1c43a294a874563322e0d777e4.tar.xz
linux-dev-086991dd106bda1c43a294a874563322e0d777e4.zip
[media] af9033: move code from it913x to af9033
That register is property of demodulator so move it correct place. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/af9033.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c
index 032074708d73..8e3a99d2b4bf 100644
--- a/drivers/media/dvb-frontends/af9033.c
+++ b/drivers/media/dvb-frontends/af9033.c
@@ -391,6 +391,15 @@ static int af9033_init(struct dvb_frontend *fe)
goto err;
}
+ switch (state->cfg.tuner) {
+ case AF9033_TUNER_IT9135_60:
+ case AF9033_TUNER_IT9135_61:
+ case AF9033_TUNER_IT9135_62:
+ ret = af9033_wr_reg(state, 0x800000, 0x01);
+ if (ret < 0)
+ goto err;
+ }
+
state->bandwidth_hz = 0; /* force to program all parameters */
return 0;