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

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

Merge "ASoC: msm: qdsp6v2: Fix crash during WFD playback and SSR"

parents c20cfccd 15126c66
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -292,11 +292,13 @@ static int32_t afe_callback(struct apr_client_data *data, void *priv)
			this_afe.tx_cb(data->opcode, data->token,
					data->payload,
					this_afe.tx_private_data);
			this_afe.tx_cb = NULL;
		}
		if (this_afe.rx_cb) {
			this_afe.rx_cb(data->opcode, data->token,
					data->payload,
					this_afe.rx_private_data);
			this_afe.rx_cb = NULL;
		}

		return 0;