mb/google/deltaur: Update audio verb table for jack detection
Additional verb changes are needed for Headset and Mic detection to work properly. BUG=b:155360937 TEST=Headset and Mic detection is working in the UI audio tray Change-Id: I184a05949f5522e929969156b72629be3d957e3f Signed-off-by: Jairaj Arava <jairaj.arava@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41642 Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fd7373809e
commit
dd956cbb57
|
@ -45,10 +45,10 @@ const u32 cim_verb_data[] = {
|
|||
0x01871E11,
|
||||
0x01871F41,
|
||||
/* Pin widget 0x19 - MIC2 (Port-F) */
|
||||
0x01971CF0,
|
||||
0x01971D11,
|
||||
0x01971E11,
|
||||
0x01971F41,
|
||||
0x01971C30,
|
||||
0x01971D10,
|
||||
0x01971Ea1,
|
||||
0x01971F02,
|
||||
/* Pin widget 0x1A - LINE1 (Port-C) */
|
||||
0x01A71CF0,
|
||||
0x01A71D11,
|
||||
|
@ -100,7 +100,7 @@ const u32 cim_verb_data[] = {
|
|||
0x02050038,
|
||||
0x02043901,
|
||||
0x02050045,
|
||||
0x0204C489,
|
||||
0x02045089,
|
||||
/* H/W AGC setting-1 */
|
||||
0x02050016,
|
||||
0x02040C50,
|
||||
|
|
Loading…
Reference in New Issue