commit | b206b7a8d63c5c940c3c2ad17d3f4030e3705810 | [log] [tgz] |
---|---|---|
author | Tomasz Lauda <tomasz.lauda@linux.intel.com> | Wed Feb 12 13:15:55 2020 +0200 |
committer | Daniel Baluta <daniel.baluta@gmail.com> | Sun Feb 16 22:26:55 2020 +0200 |
tree | ebc7e70d2af43ffa44f164eb8111d81131fec34e | |
parent | 01a589581abfc786964e67c00ae7e4580b6a6a29 [diff] |
ASRC: Fix stream parameters passing in params() This patch updates the stream sample rate propagation to happen via source or sink buffer. The params struct can no more be used for that. Without this change the DAI component reports xrun and the stream fails. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com> 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