mb/starlabs/starbook/adl: Change HDA verb hex values to lower case
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I6a5c54ac46840fc1e03eb15b9ae2ddc34172ec08 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72011 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f6c0e1ae91
commit
a0ce36eafa
1 changed files with 7 additions and 7 deletions
|
|
@ -19,13 +19,13 @@ const u32 cim_verb_data[] = {
|
|||
AZALIA_PIN_CFG(0, 0x01, 0x00000000),
|
||||
AZALIA_PIN_CFG(0, 0x12, 0x90a61120),
|
||||
AZALIA_PIN_CFG(0, 0x14, 0x90171110),
|
||||
AZALIA_PIN_CFG(0, 0x17, 0x042B1010),
|
||||
AZALIA_PIN_CFG(0, 0x18, 0x411111F0),
|
||||
AZALIA_PIN_CFG(0, 0x19, 0x04AB1020),
|
||||
AZALIA_PIN_CFG(0, 0x1a, 0x411111F0),
|
||||
AZALIA_PIN_CFG(0, 0x1b, 0x411111F0),
|
||||
AZALIA_PIN_CFG(0, 0x1d, 0x411111F0),
|
||||
AZALIA_PIN_CFG(0, 0x1e, 0x411111F0),
|
||||
AZALIA_PIN_CFG(0, 0x17, 0x042b1010),
|
||||
AZALIA_PIN_CFG(0, 0x18, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0, 0x19, 0x04ab1020),
|
||||
AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0, 0x1b, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0, 0x1d, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0, 0x21, 0x042b1010),
|
||||
|
||||
/* ALC269 Default 1 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue