commit | 700ca2ae9a0c27a0e2e201de0fa358a58d4a5810 | [log] [tgz] |
---|---|---|
author | Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> | Tue Jun 09 15:48:05 2020 +0300 |
committer | Liam Girdwood <lgirdwood@gmail.com> | Wed Jun 10 21:31:52 2020 +0100 |
tree | 22d790ce0885fbb37b4aa4ed38918af774aa4f9b | |
parent | 34507f4f94de87b206302512c1dc803894727260 [diff] |
Audio: Fix error trace for build specific limitation for FIR EQ This patch fixes from errors trace a message where the length parameter is always shown as zero: ERROR Filter length 0 exceeds limitation for build. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.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