commit | 46cf134be622b833a6001da0583cf91d1f19dfff | [log] [tgz] |
---|---|---|
author | Pan Xiuli <xiuli.pan@linux.intel.com> | Wed May 27 16:35:42 2020 +0800 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Tue Jun 23 10:53:43 2020 +0200 |
tree | 26c9a922907221945c3d1dab308283902a178fd5 | |
parent | 3d8a0ac809a216634967fe1c3959ccea9bc210f2 [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