[media] rtl2832: add configuration for e4000 tuner
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

부모
8acc91cd68
커밋
7e688de000
@@ -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;
|
||||
|
Reference in New Issue
Block a user