[coreboot-gerrit] New patch to review for coreboot: adf5eea AMD OliveHill: update the CODEC verb data

Bruce Griffith (Bruce.Griffith@se-eng.com) gerrit at coreboot.org
Fri Jul 26 12:33:49 CEST 2013


Bruce Griffith (Bruce.Griffith at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3820

-gerrit

commit adf5eea80ce65d79a33ffbbc1f07d385a19d4668
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Tue Jun 18 18:09:07 2013 -0600

    AMD OliveHill: update the CODEC verb data
    
    Change-Id: Ia302120e7bf9150a20f1c448b5cba6075e0e9da1
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/mainboard/amd/olivehill/BiosCallOuts.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/mainboard/amd/olivehill/BiosCallOuts.c b/src/mainboard/amd/olivehill/BiosCallOuts.c
index 3efaa2b..f86242d 100644
--- a/src/mainboard/amd/olivehill/BiosCallOuts.c
+++ b/src/mainboard/amd/olivehill/BiosCallOuts.c
@@ -66,20 +66,20 @@ AGESA_STATUS GetBiosCallout (UINT32 Func, UINT32 Data, VOID *ConfigPtr)
  * AMD Olivehill Platform ALC272 Verb Table
  */
 static const CODEC_ENTRY Olivehill_Alc272_VerbTbl[] = {
-	{0x11, 0x411111F0},
-	{0x12, 0x411111F0},
-	{0x13, 0x411111F0},
-	{0x14, 0x411111F0},
-	{0x15, 0x411111F0},
-	{0x16, 0x411111F0},
-	{0x17, 0x411111F0},
-	{0x18, 0x01a19840},
-	{0x19, 0x411111F0},
-	{0x1a, 0x01813030},
-	{0x1b, 0x411111F0},
-	{0x1d, 0x40130605},
-	{0x1e, 0x01441120},
-	{0x21, 0x01211010},
+	{0x11, 0x411111F0}, //        - SPDIF_OUT2
+	{0x12, 0x411111F0}, //        - DMIC_1/2
+	{0x13, 0x411111F0}, //        - DMIC_3/4
+	{0x14, 0x411111F0}, // Port D - LOUT1
+	{0x15, 0x411111F0}, // Port A - LOUT2
+	{0x16, 0x411111F0}, //
+	{0x17, 0x411111F0}, // Port H - MONO
+	{0x18, 0x01a19840}, // Port B - MIC1
+	{0x19, 0x411111F0}, // Port F - MIC2
+	{0x1a, 0x01813030}, // Port C - LINE1
+	{0x1b, 0x411111F0}, // Port E - LINE2
+	{0x1d, 0x40130605}, //        - PCBEEP
+	{0x1e, 0x01441120}, //        - SPDIF_OUT1
+	{0x21, 0x01214010}, // Port I - HPOUT
 	{0xff, 0xffffffff}
 };
 



More information about the coreboot-gerrit mailing list