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

Commit fe66f73c authored by Bhalchandra Gajare's avatar Bhalchandra Gajare
Browse files

ASoC: wcd_cpe_core: add arch_setup_dma_ops call



Change adds call to arch_setup_dma_ops to make sure the dma ops
are initialized before dma allocations are done.

CRs-fixed: 1065339
Change-Id: I5658598032f151c9293b3c4f6cf2311df8d3a634
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent c6855ffd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2051,6 +2051,7 @@ struct wcd_cpe_core *wcd_cpe_init(const char *img_fname,
		goto schedule_dload_work;
	}

	arch_setup_dma_ops(core->dev, 0, 0, NULL, 0);
	core->cpe_dump_v_addr = dma_alloc_coherent(core->dev,
						   core->hw_info.dram_size,
						   &core->cpe_dump_addr,