mirror of https://github.com/thesofproject/sof.git
443b21de4b
It is possible that that in trace_work() sof_ipc_dma_trace_posn ipc message reaches host side sof driver before the dma_copy_to_host_nowait() is finished. Change the dma_copy_to_host_nowait() implementation to dma_copy_to_host() by adding DMA_COPY_BLOCKING flag to dma_copy() command. The flag is already there on the !defined(CONFIG_DMA_GW) version of the function and the old name of the function was a bit misleading. This commit changes also probe.c probe_task() so that it also uses the new blocking DMA copy. I could not see any justification to use nowait version there either. Signed-off-by: Jyri Sarha <jyri.sarha@intel.com> |
||
---|---|---|
.github | ||
doc | ||
installer | ||
keys | ||
rimage@ee5c3e1deb | ||
scripts | ||
smex | ||
src | ||
test | ||
third_party/include | ||
tools | ||
zephyr | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODEOWNERS | ||
Kconfig | ||
Kconfig.sof | ||
Kconfig.xtos-build | ||
Kconfig.xtos-dbg | ||
LICENCE | ||
README.md |
README.md
Sound Open Firmware
Status
Documentation
See docs
Running the tests
See unit testing documentation
Deployment
TODO: Add additional notes about how to deploy this on a live system
Contributing
See Contributing to the Project
License
This project is licensed under the BSD Clause 3 - see the LICENCE file for details