From 37eb11fb4bab10a747d5bcbe9241209b360fcf75 Mon Sep 17 00:00:00 2001 From: none Date: Tue, 9 Feb 2021 17:40:49 +0100 Subject: [PATCH] set iq_mode to 2 in start_iq() --- ddbridge/ddbridge-sx8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddbridge/ddbridge-sx8.c b/ddbridge/ddbridge-sx8.c index dc6bf37..8160a92 100644 --- a/ddbridge/ddbridge-sx8.c +++ b/ddbridge/ddbridge-sx8.c @@ -411,7 +411,7 @@ static int start_iq(struct dvb_frontend *fe, u32 flags, mci_set_tuner(fe, input, 1); */ sx8_base->tuner_use_count[input]++; - sx8_base->iq_mode = (ts_config > 1); + sx8_base->iq_mode = 2; unlock: mutex_unlock(&mci_base->tuner_lock); if (stat)