Nicholas Chin has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/84099?usp=email )
Change subject: mb/dell/snb_ivb_latitude/*/hda_verb.c: Use AZALIA_PIN_DESC macro ......................................................................
mb/dell/snb_ivb_latitude/*/hda_verb.c: Use AZALIA_PIN_DESC macro
Use the AZALIA_PIN_DESC macro from include/device/azalia_device.h instead of magic numbers, as well as the enums for each of the register field values. The macros were generated by running util/hda-decoder against the original azalia logs used for the original board ports.
TEST=Timeless builds for all variants did not change between main and this patch
Change-Id: If5ecee39efbddbba101f820dead82efcb848b6bc Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M src/mainboard/dell/snb_ivb_latitude/variants/e5420/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e5520/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e5530/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6220/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6230/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6320/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6330/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6420/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6430/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6520/hda_verb.c M src/mainboard/dell/snb_ivb_latitude/variants/e6530/hda_verb.c 11 files changed, 893 insertions(+), 108 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/84099/2