c6ff3fd5d1
This patch prevents the host component from flooding the trace when audio playback or capture rate is other than 48 kHz. It only means that the host sink buffer still has samples unconsumed by the downstream component. This is not a warning so it's better to change it to tracev_host(). Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> |
||
---|---|---|
doc | ||
m4 | ||
rimage | ||
scripts | ||
src | ||
test | ||
tools | ||
.gitignore | ||
.travis.yml | ||
CODEOWNERS | ||
LICENCE | ||
Makefile.am | ||
README.md | ||
autogen.sh | ||
configure.ac | ||
version.sh |
README.md
Sound Open Firmware
Status
Documentation
See docs
Prerequisites
- Docker
Build Instructions
-
Run
autogen.sh
-
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage
make
sudo make install
- Run the following configure based on your platform.
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
Running the tests
See unit testing documentation
Deployment
Add additional notes about how to deploy this on a live system
Contributing
TODO?
License
This project is licensed under the BSD Clause 3 - see the LICENCE file for details