[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:
Antti Palosaari
2012-09-17 17:53:04 -03:00
committed by Mauro Carvalho Chehab
부모 8acc91cd68
커밋 7e688de000
3개의 변경된 파일42개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -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;