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

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

Merge "dsp: Update clk status when DSP returns error" into audio-drivers.lnx.5.0

parents ad679b60 3f85e825
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -783,8 +783,9 @@ static int32_t afe_callback(struct apr_client_data *data, void *priv)
				break;
			case AFE_CMD_REMOTE_LPASS_CORE_HW_VOTE_REQUEST:
			case AFE_CMD_REMOTE_LPASS_CORE_HW_DEVOTE_REQUEST:
				atomic_set(&this_afe.clk_state, 0);
				if (payload[1] != 0)
					atomic_set(&this_afe.clk_state,
					atomic_set(&this_afe.clk_status,
						payload[1]);
				wake_up(&this_afe.lpass_core_hw_wait);
				break;