commit | d8a5f4cf52c94d462c588caf92f0c532dd7b2aaf | [log] [tgz] |
---|---|---|
author | Pan Xiuli <xiuli.pan@linux.intel.com> | Wed May 27 16:35:42 2020 +0800 |
committer | Slawomir Blauciak <slawomir.blauciak@linux.intel.com> | Fri May 29 11:58:53 2020 +0200 |
tree | 34fd83b7b92a9ad1ef44936f8e13450277ea6760 | |
parent | 46897802a4549a77e26949ef7bbf54b4c480caaf [diff] |
topology: fix wrong parameter for HDMI in sof-jsl-da7219 Remove the wrong one more 0 in the DAI config for HDMI. Signed-off-by: Pan Xiuli <xiuli.pan@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