mirror of https://github.com/thesofproject/sof.git
f5de034636
This patch changes the logic in function select_mode() to use the defined FIR decimation filters as order of preference for FIR decimation factors. The earlier logic was simply to select the lowest decimation factor. It can be used to e.g. prefer decimation factor 6 over 5 when both are possible. The driver mode select behavior is not yet changed in this patch. The filters are presented in increasing decimation factor order in the header file. The preference order is changed in other patch. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> |
||
---|---|---|
.github | ||
doc | ||
installer | ||
keys | ||
rimage@d1f91efdc1 | ||
scripts | ||
smex | ||
src | ||
test | ||
tools | ||
zephyr | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODEOWNERS | ||
Kconfig | ||
LICENCE | ||
README.md |
README.md
Sound Open Firmware
Status
Documentation
See docs
Running the tests
See unit testing documentation
Deployment
TODO: Add additional notes about how to deploy this on a live system
Contributing
See Contributing to the Project
License
This project is licensed under the BSD Clause 3 - see the LICENCE file for details