Go to file
Seppo Ingalsuo 33b144d2fe Volume: Code cleanup for minimum gain value limiting
This patch changes the condition for limiting the smallest gain to
eliminate a never executed code part when VOL_MIN is defined as zero. The
variable v is unsigned integer so less than zero is not possible.
The functionality is not modified by this patch.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2017-12-20 10:07:25 +00:00
src Volume: Code cleanup for minimum gain value limiting 2017-12-20 10:07:25 +00:00
.gitignore gitigore: ignore disassembly and mapfiles 2017-09-25 12:52:10 +01:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am build: fix generation of commit ID and build number 2017-06-06 13:17:22 +01:00
README README: correct the root-dir, which didn't work actually 2017-12-08 21:52:57 +00:00
autogen.sh configure: reset build count every time autogen.sh is run. 2017-11-30 16:03:46 +00:00
build-all.sh build: Make sure build all runs configure before make clean. 2017-12-05 20:36:55 +00:00
configure.ac configure.ac: add CONFIG_HOST_PTABLE flag for platforms which need handle it 2017-12-06 14:58:15 +00:00
git-version.sh git-version: Fix REEF_TAG bug when having rc tags 2017-12-07 14:27:23 +00:00

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=$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

3) make

4) make bin