aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/af9013.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2010-09-09 14:53:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:05:51 -0200
commita4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e (patch)
tree792a0256248c34221c8980db9c2f089f8b3c330a /drivers/media/dvb/frontends/af9013.c
parentV4L/DVB: af9015: fix bug introduced by commit 490ade7e3f4474f626a8f5d778ead4e599b94fbc (diff)
downloadlinux-dev-a4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e.tar.xz
linux-dev-a4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e.zip
V4L/DVB: af9013: add support for MaxLinear MxL5007T tuner
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/af9013.c')
-rw-r--r--drivers/media/dvb/frontends/af9013.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/af9013.c b/drivers/media/dvb/frontends/af9013.c
index a780c32ebce4..59fe5450a53e 100644
--- a/drivers/media/dvb/frontends/af9013.c
+++ b/drivers/media/dvb/frontends/af9013.c
@@ -1381,6 +1381,7 @@ static int af9013_init(struct dvb_frontend *fe)
break;
case AF9013_TUNER_MXL5005D:
case AF9013_TUNER_MXL5005R:
+ case AF9013_TUNER_MXL5007T:
len = ARRAY_SIZE(tuner_init_mxl5005);
init = tuner_init_mxl5005;
break;