commit | d23eeb18634da16dad7359ff050c92920cfd5e7e | [log] [tgz] |
---|---|---|
author | Naveen Manohar <naveen.m@intel.com> | Fri Dec 14 23:08:55 2018 +0530 |
committer | Janusz Jankowski <janusz.jankowski@linux.intel.com> | Mon Dec 24 08:40:36 2018 +0100 |
tree | 0d85c94d566677f477eef600227b1801ceb73b48 | |
parent | 5d55ab5863339b303e86f5bb682e3658180c8d5e [diff] |
topology: Add GLK topology support for chromebook rt5682+max98357a variant Add new PCMs and backends for GLK chromebook with codecs rt5682+max98357a. Signed-off-by: Naveen Manohar <naveen.m@intel.com>
See docs
Run autogen.sh
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage make sudo make install
Baytrail :-
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Cherrytrail :-
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Library for Host Platform :- If building library for host platform, run the following configure. Please modify the --prefix option to choose the directory for installing the library files and headers
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/
make
make bin
End with an example of getting some data out of the system or using it for a little demo
See unit testing documentation
Add additional notes about how to deploy this on a live system
TODO?
This project is licensed under the BSD Clause 3 - see the LICENCE file for details