mirror of https://github.com/thesofproject/sof.git
14b43b369b
The host ring buffer size may be not page aligned, but the last page was utilized by host component wrongly, which may introduce beating noise. Here change to correct size for the last element, which will fix the issue. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com> |
||
---|---|---|
src | ||
.gitignore | ||
LICENCE | ||
Makefile.am | ||
README | ||
autogen.sh | ||
build-all.sh | ||
configure.ac | ||
git-version.sh |
README
Build Instructions 1) Run "autogen.sh" 2) Run the following configure based on your platform. Baytrail :- ./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf Cherrytrail :- ./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf 3) make 4) make bin