Attention is currently required from: Nicholas Sudsgaard, Paul Menzel.
Hello Felix Singer, Nico Huber, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83504?usp=email
to look at the new patch set (#5).
Change subject: southbridge/intel: Use azalia_audio_init() instead of duplicating code ......................................................................
southbridge/intel: Use azalia_audio_init() instead of duplicating code
There are some differences between the southbridge's codec_detect() removed in this patch, and in the generic function found in device/azalia_device.c:
- Generic function locks the GCAP register - Generic function clears and checks the STATESTS register - Generic function uses 15 bits for codec_mask instead of 4 bits
Change-Id: Ie174ba29c115e3a3419362602d3e3175c9a03708 Signed-off-by: Nicholas Sudsgaard devel+coreboot@nsudsgaard.com --- M src/southbridge/intel/i82801gx/azalia.c M src/southbridge/intel/i82801ix/azalia.c M src/southbridge/intel/i82801jx/azalia.c 3 files changed, 3 insertions(+), 128 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/83504/5