Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44370 )
Change subject: {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences ......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44370/6/src/device/azalia_device.c File src/device/azalia_device.c:
https://review.coreboot.org/c/coreboot/+/44370/6/src/device/azalia_device.c@... PS6, Line 137: 50
see line #148
The comment should be moved further down in a follow up to avoid confusion.
https://review.coreboot.org/c/coreboot/+/44370/6/src/device/azalia_device.c@... PS6, Line 141: reg32 = read32(base + HDA_ICII_REG); : reg32 |= HDA_ICII_BUSY | HDA_ICII_VALID; : write32(base + HDA_ICII_REG, reg32);
this change absolutely nothing
It keeps reserved bits alive, which is a good thing ;-)