aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/kbl-u
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2024-06-06 18:07:54 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-06-07 11:13:19 +0000
commitca9f94854176808651d075b968aa7551cf4d2ae6 (patch)
treec8352dbe2f1adaa340029f329c87920721be4be7 /src/mainboard/clevo/kbl-u
parent14feda4412d0365471b46f5c2d087e02e5182d77 (diff)
mb/**/hda_verb: Use `AZALIA_PIN_CFG_NC(0)`
Replace `0x411111f0` with `AZALIA_PIN_CFG_NC(0)`, which evaluates to the same value and conveys additional information to the reader. Done with a bulk search and replace operation. Change-Id: Ibd84daec017bc1ab1ee4edd906fda80231c134cc Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82394 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/clevo/kbl-u')
-rw-r--r--src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c b/src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c
index 05bb273a74..68f4159dca 100644
--- a/src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c
+++ b/src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c
@@ -13,11 +13,11 @@ const u32 cim_verb_data[] = {
AZALIA_PIN_CFG(0, 0x15, 0x02211010),
AZALIA_PIN_CFG(0, 0x17, 0x40000000),
AZALIA_PIN_CFG(0, 0x18, 0x02a11030),
- AZALIA_PIN_CFG(0, 0x19, 0x411111f0),
- AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
- AZALIA_PIN_CFG(0, 0x1b, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x19, AZALIA_PIN_CFG_NC(0)),
+ AZALIA_PIN_CFG(0, 0x1a, AZALIA_PIN_CFG_NC(0)),
+ AZALIA_PIN_CFG(0, 0x1b, AZALIA_PIN_CFG_NC(0)),
AZALIA_PIN_CFG(0, 0x1d, 0x40f4a205),
- AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x1e, AZALIA_PIN_CFG_NC(0)),
/* Intel iGPU HDMI */
0x8086280b,