commit | 0115328d63317769bc712a96d13aa0c2011fda71 | [log] [tgz] |
---|---|---|
author | macchian <mac.chiang@intel.com> | Tue Jul 23 11:15:13 2019 +0800 |
committer | Mac Chiang <mac.chiang@intel.com> | Thu Aug 15 20:23:23 2019 +0800 |
tree | 8ef375a9dcf2a5b4a307f9d23641809c57edae69 | |
parent | a513ac7251b16aa9be0f443af091c40f7b8cf084 [diff] |
topology: cml: Add topology support for da7219+max98357a variant add the topology files for Cometlake with Intel ASoC DMIC 4ch capture, HDMI1/2/3 playback with analog codec da7219 on SSP0 for headphone playback/headset mic with digital codec max98357a on SSP1 for speaker playback Signed-off-by: Mac Chiang <mac.chiang@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