Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9ef5621 authored by Venkateshwarlu Domakonda's avatar Venkateshwarlu Domakonda
Browse files

radio: silabs: Fix the issue with RDS



When controller sends signal strength low, driver initializing to AF jump.
Cancel the AF jump after tune complete.

CRs-Fixed: 901762
Change-Id: I2cfd15d1f3ec5cafb8d9396152e253bb231caeee
Signed-off-by: default avatarVenkateshwarlu Domakonda <vdomak@codeaurora.org>
parent 5fade566
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2291,6 +2291,7 @@ static void silabs_interrupts_handler(struct silabs_fm_device *radio)
				__func__);
			silabs_fm_q_event(radio, SILABS_EVT_TUNE_SUCC);
			radio->seek_tune_status = NO_SEEK_TUNE_PENDING;
			radio->is_af_tune_in_progress = false;
		} else if (radio->seek_tune_status == SEEK_PENDING) {
			FMDBG("%s: posting SILABS_EVT_SEEK_COMPLETE event\n",
				__func__);