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

Commit 37a5d261 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dsp: Make synchronous call to unmap afe cal data"

parents b14cb98d 3bc09aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11584,7 +11584,7 @@ static int afe_unmap_cal_data(int32_t cal_type,
	atomic_set(&this_afe.mem_map_cal_handles[cal_index],
		cal_block->map_data.q6map_handle);
	atomic_set(&this_afe.mem_map_cal_index, cal_index);
	ret = afe_cmd_memory_unmap_nowait(
	ret = afe_cmd_memory_unmap(
		cal_block->map_data.q6map_handle);
	atomic_set(&this_afe.mem_map_cal_index, -1);
	if (ret < 0) {