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

Commit 20ecda1e 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 rtac memory unmap issue in ASM driver" into audio-drivers.lnx.3.0

parents f3d6f393 d66cc714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -952,7 +952,7 @@ int q6asm_unmap_rtac_block(uint32_t *mem_map_handle)
			__func__, result2);
		result = result2;
	} else {
		mem_map_handle = 0;
		*mem_map_handle = 0;
	}

	result2 = q6asm_mmap_apr_dereg();