summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/af9033.c
diff options
context:
space:
mode:
authorGianluca Gennari <gennarone@gmail.com>2012-04-02 22:25:14 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-04-09 19:52:34 +0200
commitce1fe3799c0e92b9219ab123002d0383c5c3cc07 (patch)
treecb42b3ae6650197cf3a7f24d3155c5e5d1bed2cd /drivers/media/dvb/frontends/af9033.c
parent[media] af9035: add USB id for 07ca:a867 (diff)
downloadlinux-ce1fe3799c0e92b9219ab123002d0383c5c3cc07.tar.xz
linux-ce1fe3799c0e92b9219ab123002d0383c5c3cc07.zip
[media] af9035: add support for the tda18218 tuner
Add basic support for the tda18218 tuner and the AVerMedia A835 devices. Signed-off-by: Gianluca Gennari <gennarone@gmail.com> 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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/af9033.c b/drivers/media/dvb/frontends/af9033.c
index 8c0f4a3ef0f0..5fadee79b325 100644
--- a/drivers/media/dvb/frontends/af9033.c
+++ b/drivers/media/dvb/frontends/af9033.c
@@ -305,6 +305,10 @@ static int af9033_init(struct dvb_frontend *fe)
len = ARRAY_SIZE(tuner_init_mxl5007t);
init = tuner_init_mxl5007t;
break;
+ case AF9033_TUNER_TDA18218:
+ len = ARRAY_SIZE(tuner_init_tda18218);
+ init = tuner_init_tda18218;
+ break;
default:
pr_debug("%s: unsupported tuner ID=%d\n", __func__,
state->cfg.tuner);