Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27612
to look at the new patch set (#2).
Change subject: lib/nhlt: add missing size field ......................................................................
lib/nhlt: add missing size field
coreboot doesn't provide a field that's required by some drivers. This doc is apparently offline:
https://01.org/blogs/2016/intel-smart-sound-technology-audio-dsp
but can currently be found at:
https://docplayer.net/36738126-Intel-smart-sound-technology-audio- dsp-non-hd-audio-acpi-high-level-design.html
Figure 2-1 (page 9) shows a SPECIFIC_CONFIG struct that should follow the endpoint descriptors. The struct is described in section 2.2 (page 10). It's sufficient to just provide the "CapabilitiesSize" field that's set to zero (meaning no capabilities follow).
Change-Id: Ic0480c8123225a49c23b9e6af44ee20072c57a3f Signed-off-by: Matt Delco delco@chromium.org --- M src/lib/nhlt.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/27612/2