diff options
author | Antti Palosaari <crope@iki.fi> | 2013-03-07 21:29:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 19:03:41 -0300 |
commit | 22d729f30e6ffa2c28a704377a5e6689f33b3095 (patch) | |
tree | 5762b396a80a09a50558430d2b25426872beedc6 /drivers/media/dvb-frontends/af9033.c | |
parent | bb2e12a6f983045f4452f7561c712162002ccf44 (diff) | |
download | linux-22d729f30e6ffa2c28a704377a5e6689f33b3095.tar.gz linux-22d729f30e6ffa2c28a704377a5e6689f33b3095.tar.bz2 linux-22d729f30e6ffa2c28a704377a5e6689f33b3095.zip |
[media] af9033: add IT9135 tuner config "52" init table
Dumped out from the Windows driver version 12.07.06.1
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033.c')
-rw-r--r-- | drivers/media/dvb-frontends/af9033.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c index d6fc566669ea..920c8758c696 100644 --- a/drivers/media/dvb-frontends/af9033.c +++ b/drivers/media/dvb-frontends/af9033.c @@ -355,6 +355,9 @@ static int af9033_init(struct dvb_frontend *fe) init = tuner_init_it9135_51; break; case AF9033_TUNER_IT9135_52: + len = ARRAY_SIZE(tuner_init_it9135_52); + init = tuner_init_it9135_52; + break; case AF9033_TUNER_IT9135_60: case AF9033_TUNER_IT9135_61: case AF9033_TUNER_IT9135_62: |