summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/rtl2832.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-09-18 00:53:04 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-27 22:14:15 +0400
commit7e688de0006dd02583332c14e07ab2560a92e37d (patch)
tree6ff30b53be596382d11ada6841216bc5cb54010a /drivers/media/dvb-frontends/rtl2832.c
parent8acc91cd68e8493ce892c39d9f94afd8bcf9be67 (diff)
downloadlinux-7e688de0006dd02583332c14e07ab2560a92e37d.tar.xz
[media] rtl2832: add configuration for e4000 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/rtl2832.c')
-rw-r--r--drivers/media/dvb-frontends/rtl2832.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.c b/drivers/media/dvb-frontends/rtl2832.c
index aaf0c29f0229..80c8e5f1182f 100644
--- a/drivers/media/dvb-frontends/rtl2832.c
+++ b/drivers/media/dvb-frontends/rtl2832.c
@@ -468,6 +468,10 @@ static int rtl2832_init(struct dvb_frontend *fe)
len = ARRAY_SIZE(rtl2832_tuner_init_tua9001);
init = rtl2832_tuner_init_tua9001;
break;
+ case RTL2832_TUNER_E4000:
+ len = ARRAY_SIZE(rtl2832_tuner_init_e4000);
+ init = rtl2832_tuner_init_e4000;
+ break;
default:
ret = -EINVAL;
goto err;