Paul Menzel has uploaded this change for review.

View Change

mb/asus/f2a85-m_pro: Add HA verbs

Copy the values `/sys/class/sound/hwC1D0/init_pin_configs` with vendor
firmware 6601 Linux 5.8.14.

The values are the same as for the Asus F2A85-M, but the codec is
ALC892.

Change-Id: I3adb1e5d2cde0557b96dfa88c58262dc22f1f1c8
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M src/mainboard/asus/f2a85-m/BiosCallOuts.c
1 file changed, 19 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/46668/1
diff --git a/src/mainboard/asus/f2a85-m/BiosCallOuts.c b/src/mainboard/asus/f2a85-m/BiosCallOuts.c
index a426f01..8068686 100644
--- a/src/mainboard/asus/f2a85-m/BiosCallOuts.c
+++ b/src/mainboard/asus/f2a85-m/BiosCallOuts.c
@@ -63,9 +63,28 @@
};
#endif

+const CODEC_ENTRY f2a85_m_pro_alc892_VerbTbl[] = {
+ {0x11, 0x99430140},
+ {0x12, 0x411111f0},
+ {0x14, 0x01014010},
+ {0x15, 0x01011012},
+ {0x16, 0x01016011},
+ {0x17, 0x01012014},
+ {0x18, 0x01a19850},
+ {0x19, 0x02a19c60},
+ {0x1a, 0x0181305f},
+ {0x1b, 0x02214c20},
+ {0x1c, 0x411111f0},
+ {0x1d, 0x4005e601},
+ {0x1e, 0x01456130},
+ {0x1f, 0x411111f0},
+ {0xff, 0xffffffff}
+};
+
static const CODEC_TBL_LIST CodecTableList[] =
{
{0x10ec0887, (CODEC_ENTRY*)&f2a85_m_alc887_VerbTbl[0]},
+ {0x10ec0892, (CODEC_ENTRY*)&f2a85_m_pro_alc892_VerbTbl[0]},
{(UINT32)0x0FFFFFFFF, (CODEC_ENTRY*)0x0FFFFFFFFUL}
};


To view, visit change 46668. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3adb1e5d2cde0557b96dfa88c58262dc22f1f1c8
Gerrit-Change-Number: 46668
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newchange