[coreboot-gerrit] Patch set updated for coreboot: 5dd729c google/panther: Disconnect speaker and mic in verb table

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Jun 15 20:09:20 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6000

-gerrit

commit 5dd729c78b51afa8bfb9fb27ff77e3c982f88975
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Jan 9 14:15:36 2014 -0800

    google/panther: Disconnect speaker and mic in verb table
    
    There is no speaker and no builtin microphone in this system,
    hence disable them in the verb table.
    
    BRANCH=panther
    BUG=chrome-os-partner:24230
    TEST=Boot Panther, see Microphone and Speaker disappear
         in Audio Settings
    
    Change-Id: I32bacec38ba3ba0c2359a8fc94e12af64f576012
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/182006
    Reviewed-by: Dylan Reid <dgreid at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at chromium.org>
    Tested-by: Stefan Reinauer <reinauer at chromium.org>
---
 src/mainboard/google/panther/hda_verb.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/mainboard/google/panther/hda_verb.h b/src/mainboard/google/panther/hda_verb.h
index e3a36e7..962dd5f 100644
--- a/src/mainboard/google/panther/hda_verb.h
+++ b/src/mainboard/google/panther/hda_verb.h
@@ -34,17 +34,17 @@ static const u32 mainboard_cim_verb_data[] = {
 
 	/* Pin Widget Verb Table */
 
-	/* Pin Complex (NID 0x12) DMIC - interior mobile lid */
-	0x01271c10,
-	0x01271d10,
-	0x01271ea6,
-	0x01271fb7,
+	/* Pin Complex (NID 0x12) DMIC */
+	0x01271cf0,
+	0x01271d11,
+	0x01271e11,
+	0x01271f41,
 
 	/* Pin Complex (NID 0x14) SPKR-OUT PORTD */
-	0x01471c10, // group 1, front left/right
-	0x01471d01, // no connector, no jack detect
-	0x01471e17, // speaker out, analog
-	0x01471f90, // fixed function, internal
+	0x01471cf0,
+	0x01471d11,
+	0x01471e11,
+	0x01471f40,
 
 	/* Pin Complex (NID 0x17)  */
 	0x01771cf0,
@@ -115,4 +115,4 @@ static const u32 mainboard_pc_beep_verbs_size =
 	sizeof(mainboard_pc_beep_verbs) / sizeof(mainboard_pc_beep_verbs[0]);
 
 #endif
-/* HDA_VERB_H */
\ No newline at end of file
+/* HDA_VERB_H */



More information about the coreboot-gerrit mailing list