diff options
author | Antti Palosaari <crope@iki.fi> | 2013-03-07 19:25:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 18:03:20 -0400 |
commit | bb2e12a6f983045f4452f7561c712162002ccf44 (patch) | |
tree | 0eb7372fcf5f4eb1d48b4e6b2ce1e0874ee504e9 /drivers/media/dvb-frontends/af9033.c | |
parent | a72cbb77c1f18e7e560afea9cba1159fa0968c50 (diff) |
[media] af9033: add IT9135 tuner config "51" 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 1386d2968129..d6fc566669ea 100644 --- a/drivers/media/dvb-frontends/af9033.c +++ b/drivers/media/dvb-frontends/af9033.c | |||
@@ -351,6 +351,9 @@ static int af9033_init(struct dvb_frontend *fe) | |||
351 | init = tuner_init_it9135_38; | 351 | init = tuner_init_it9135_38; |
352 | break; | 352 | break; |
353 | case AF9033_TUNER_IT9135_51: | 353 | case AF9033_TUNER_IT9135_51: |
354 | len = ARRAY_SIZE(tuner_init_it9135_51); | ||
355 | init = tuner_init_it9135_51; | ||
356 | break; | ||
354 | case AF9033_TUNER_IT9135_52: | 357 | case AF9033_TUNER_IT9135_52: |
355 | case AF9033_TUNER_IT9135_60: | 358 | case AF9033_TUNER_IT9135_60: |
356 | case AF9033_TUNER_IT9135_61: | 359 | case AF9033_TUNER_IT9135_61: |