mirror of https://github.com/thesofproject/sof.git
6b39aded15
A side effect of the pipeline splitting work means that testbench is not building. Provide a temporary fix until Zephyr native APIs are used. /component.c.o -c /home/lrg/work/sof/sof/src/audio/component.c /home/lrg/work/sof/sof/src/audio/component.c: In function ‘get_drv’: /home/lrg/work/sof/sof/src/audio/component.c:41:2: error: ‘flags’ is used uninitialized in this function [-Werror=uninitialized] 41 | irq_local_disable(flags); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/lrg/work/sof/sof/src/audio/component.c: In function ‘comp_register’: /home/lrg/work/sof/sof/src/audio/component.c:150:2: error: ‘flags’ is used uninitialized in this function [-Werror=uninitialized] 150 | irq_local_disable(flags); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/lrg/work/sof/sof/src/audio/component.c: In function ‘comp_unregister’: /home/lrg/work/sof/sof/src/audio/component.c:163:2: error: ‘flags’ is used uninitialized in this function [-Werror=uninitialized] 163 | irq_local_disable(flags); | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Signed-off-by: Liam Girdwood <liam.r.girdwood@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