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

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

Merge "dsp: Fix AFE RTC set parameter" into audio-drivers.lnx.3.0

parents 8fe64bdf b01240a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1354,7 +1354,7 @@ static int send_rtac_afe_apr(void __user *buf, uint32_t opcode)
		if (copy_from_user(rtac_cal[AFE_RTAC_CAL].cal_data.kvaddr,
				   (void __user *) buf +
					   offsetof(struct rtac_afe_user_data,
						    v3_get.param_hdr),
						    v3_set.param_hdr),
				   payload_size)) {
			pr_err("%s: Could not copy payload from user buffer\n",
				__func__);