commit | 324efb18161669eee36ea481d8bb9d61d5ae81b4 | [log] [tgz] |
---|---|---|
author | Brent Lu <brent.lu@intel.com> | Tue May 12 11:51:28 2020 +0800 |
committer | Marcin Maka <marcin.maka@linux.intel.com> | Thu Jun 18 11:02:31 2020 +0200 |
tree | 36af8ad244028008a62c91319c25412774a84ff8 | |
parent | ddde684d7296f3059e195d4dfe9c832367fcddfb [diff] |
pipeline: recover from preload fail Calling comp_underrun() in host component to recover from XRUN caused by preload fail. Signed-off-by: Brent Lu <brent.lu@intel.com>
See docs
mkdir build && cd build
Baytrail / Cherrytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Haswell / Broadwell:
cmake -DTOOLCHAIN=xtensa-hsw-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-hsw-elf ..
Apollolake:
cmake -DTOOLCHAIN=xtensa-apl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-apl-elf ..
Cannonlake:
cmake -DTOOLCHAIN=xtensa-cnl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cnl-elf ..
Baytrail:
make baytrail_defconfig
Cherrytrail:
make cherrytrail_defconfig
Haswell:
make haswell_defconfig
Broadwell:
make broadwell_defconfig
Apollolake:
make apollolake_defconfig
Cannonlake:
make cannonlake_defconfig
make menuconfig
make bin # or `make bin -j<jobs>` for parallel build
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details