mb/samsung/lumpy: Correct NID 0x08 HDA pin config macro usage
Commit eb504eb49a ("mb/samsung/lumpy: Fix HDA pin configuration
issues") incorrectly used AZALIA_PIN_CFG_NC(0) as a standalone entry
for NID 0x08. Change to AZALIA_PIN_CFG(0, 0x08, AZALIA_PIN_CFG_NC(0))
so the verb for NID 0x08 is emitted correctly.
Change-Id: Iaf23b6e8791a352758189d92ad9c89414fc5a22d
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91442
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
38988a727e
commit
8ba58ef800
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const u32 cim_verb_data[] = {
|
|||
)),
|
||||
|
||||
/* Pin Complex (NID 0x08) - Unused (NC) */
|
||||
AZALIA_PIN_CFG_NC(0),
|
||||
AZALIA_PIN_CFG(0, 0x08, AZALIA_PIN_CFG_NC(0)),
|
||||
|
||||
/* Pin Complex (NID 0x09) - Internal Digital Mic */
|
||||
AZALIA_PIN_CFG(0, 0x09, AZALIA_PIN_DESC(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue