diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-17 16:53:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-27 14:14:15 -0400 |
commit | 7e688de0006dd02583332c14e07ab2560a92e37d (patch) | |
tree | 6ff30b53be596382d11ada6841216bc5cb54010a /drivers/media/dvb-frontends/rtl2832.c | |
parent | 8acc91cd68e8493ce892c39d9f94afd8bcf9be67 (diff) |
[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.c | 4 |
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) | |||
468 | len = ARRAY_SIZE(rtl2832_tuner_init_tua9001); | 468 | len = ARRAY_SIZE(rtl2832_tuner_init_tua9001); |
469 | init = rtl2832_tuner_init_tua9001; | 469 | init = rtl2832_tuner_init_tua9001; |
470 | break; | 470 | break; |
471 | case RTL2832_TUNER_E4000: | ||
472 | len = ARRAY_SIZE(rtl2832_tuner_init_e4000); | ||
473 | init = rtl2832_tuner_init_e4000; | ||
474 | break; | ||
471 | default: | 475 | default: |
472 | ret = -EINVAL; | 476 | ret = -EINVAL; |
473 | goto err; | 477 | goto err; |