Attention is currently required from: Angel Pons. Hello build bot (Jenkins), Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50790
to look at the new patch set (#3).
Change subject: device/azalia_device: Fix STATESTS register and add defines ......................................................................
device/azalia_device: Fix STATESTS register and add defines
The STATESTS register is 16bits and supports up to 15 codecs.
Add a new Kconfig for the maximum codec count and use it instead of the arbitrary choosen 32bit register size and maximum of 3 codecs.
Fixes codec detection timeout seen on Intel PCH 200-Series.
See "HDA Spec Rev. 1.0" for reference.
Change-Id: If7859ed33e58d907a91c4ac8675892e37998cf41 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/device/Kconfig M src/device/azalia_device.c M src/include/device/azalia_device.h 3 files changed, 24 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/50790/3