diff options
author | Antti Palosaari <crope@iki.fi> | 2010-09-09 14:53:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 01:05:51 -0200 |
commit | a4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e (patch) | |
tree | 792a0256248c34221c8980db9c2f089f8b3c330a /drivers/media/dvb/frontends/af9013.c | |
parent | 76391a71543ba0c45e634b31cc33cef1e1be8e79 (diff) | |
download | lwn-a4f31d0da5c6807a0f5dfc7d285d8d4bdaa1e36e.tar.gz lwn-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.c | 1 |
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; |