Merge "ASoC: wcd_cpe_core: add arch_setup_dma_ops call"
This commit is contained in:
commit
cd31b17afd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue