commit | 88844734352cfba1a9eb6ad73dbf8b2f1ba6632d | [log] [tgz] |
---|---|---|
author | Uday M Bhat <uday.m.bhat@intel.com> | Fri Jul 03 21:02:36 2020 +0530 |
committer | Uday M Bhat <uday.m.bhat@intel.com> | Wed Jul 08 09:13:20 2020 +0530 |
tree | baa3a55684e5de4eb56a55d3f0bdcaa842005bd5 | |
parent | 882875fa45ce29fa5a29dd4cce6bb281ecec2660 [diff] |
topology: jsl-rt1015: PLL input at 50fs is no longer supported The new recommended settings at 48Khz rate are: PLL input SSP bclk ------------------------ 64fs 3.073Mhz 100fs 4.8Mhz Modifying topology to 64fs
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