commit | 19a0445dd0cf75ab0478bbc69ad8ab9024ca2955 | [log] [tgz] |
---|---|---|
author | macchian <mac.chiang@intel.com> | Tue Jun 11 16:55:38 2019 +0800 |
committer | GitHub <noreply@github.com> | Tue Jun 11 16:55:38 2019 +0800 |
tree | db1a78b35677995bdc1e14c6b250659aeb251f61 | |
parent | c922a866e211a3e56d1e280fa72fc0328f81c802 [diff] |
topology: add topology file for CML with da7219 add the topology file for Cometlake with analog codec da7219 on SSP0 for headphone playback/headset mic with digital codec max98357 on SSP1 for speaker playback
See docs
mkdir build && cd build
Baytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Cherrytrail:
cmake -DTOOLCHAIN=xtensa-cht-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cht-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