mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-06 03:32:05 +00:00
V4L/DVB (4276): Fix CI on old KNC1 DVBC cards
These cards do not need the tda10021 configuration change when data is streamed through a CAM module. This disables it for these ones. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
1b172e0c4e
commit
fd6decfbb8
@ -1141,6 +1141,15 @@ static void frontend_init(struct budget_av *budget_av)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SUBID_DVBC_KNC1:
|
case SUBID_DVBC_KNC1:
|
||||||
|
budget_av->reinitialise_demod = 1;
|
||||||
|
fe = tda10021_attach(&philips_cu1216_config,
|
||||||
|
&budget_av->budget.i2c_adap,
|
||||||
|
read_pwm(budget_av));
|
||||||
|
if (fe) {
|
||||||
|
fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case SUBID_DVBC_KNC1_PLUS:
|
case SUBID_DVBC_KNC1_PLUS:
|
||||||
case SUBID_DVBC_CINERGY1200:
|
case SUBID_DVBC_CINERGY1200:
|
||||||
budget_av->reinitialise_demod = 1;
|
budget_av->reinitialise_demod = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user