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

Commit ba4cd40f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "radio: silabs: Fix the issue with RDS"

parents 8ae65e26 b9ef5621
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2291,6 +2291,7 @@ static void silabs_interrupts_handler(struct silabs_fm_device *radio)
				__func__);
				__func__);
			silabs_fm_q_event(radio, SILABS_EVT_TUNE_SUCC);
			silabs_fm_q_event(radio, SILABS_EVT_TUNE_SUCC);
			radio->seek_tune_status = NO_SEEK_TUNE_PENDING;
			radio->seek_tune_status = NO_SEEK_TUNE_PENDING;
			radio->is_af_tune_in_progress = false;
		} else if (radio->seek_tune_status == SEEK_PENDING) {
		} else if (radio->seek_tune_status == SEEK_PENDING) {
			FMDBG("%s: posting SILABS_EVT_SEEK_COMPLETE event\n",
			FMDBG("%s: posting SILABS_EVT_SEEK_COMPLETE event\n",
				__func__);
				__func__);