Hello build bot (Jenkins), Matt DeVillier, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45010
to look at the new patch set (#4).
Change subject: soc/intel/skylake: Fix NHLT_PDM_DEV definition ......................................................................
soc/intel/skylake: Fix NHLT_PDM_DEV definition
According to the NHLT specification[1], PDM is defined as "1" on Kabylake based platforms. coreboot sets it to "0" on all platforms.
Tested on an Acer Aspire VN7-572G (Skylake-U), which has a 1ch array DMIC, on Windows 10.
1. https://01.org/sites/default/files/595976_intel_sst_nhlt.pdf
Change-Id: Ifbc67228c9e7af7db5154d597ca8d67860cfd2ed Signed-off-by: Benjamin Doron benjamin.doron00@gmail.com --- M src/include/nhlt.h M src/soc/intel/skylake/nhlt/dmic.c 2 files changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/45010/4