1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

set iq_mode to 2 in start_iq()

This commit is contained in:
none 2021-02-09 17:40:49 +01:00
parent a276a370cb
commit 37eb11fb4b

View File

@ -411,7 +411,7 @@ static int start_iq(struct dvb_frontend *fe, u32 flags,
mci_set_tuner(fe, input, 1); mci_set_tuner(fe, input, 1);
*/ */
sx8_base->tuner_use_count[input]++; sx8_base->tuner_use_count[input]++;
sx8_base->iq_mode = (ts_config > 1); sx8_base->iq_mode = 2;
unlock: unlock:
mutex_unlock(&mci_base->tuner_lock); mutex_unlock(&mci_base->tuner_lock);
if (stat) if (stat)