use correct input

This commit is contained in:
internal 2023-09-05 14:28:05 +02:00
parent 3439fd7725
commit da4938e3aa
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ int ddb_fe_attach_mci(struct ddb_input *input, u32 type)
ddb_mci_cmd_link_simple(link, MCI_CMD_SET_INPUT_CONFIG,
0xff, mode | (delmode & 0x10));
dvb->fe = ddb_mx_attach(input, demod, tuner, mmode);
dvb->input = 0;
dvb->input = tuner;
fm = 0;
break;
}