mb/google/sarien: ALC3204 HDA verb table pin config change
On Sarien, change pin config of 0x19 (headset mic) and 0x21(headset headphone) to change jack location so that naming does not use "Front" in the name."Front Headphone" --> "Headphone" so it matches naming on Arcada. BUG=b:126334749 TEST= verify with 'evtest' command that jack name is "HDA Intel PCH Headphone" not "HDA Intel PCH Front Headphone" Change-Id: I36ccf0c0a3952ab363fe6ee313fac8f0cce4dd61 Signed-off-by: Joyce Toh <joyce.toh@intel.com> Reviewed-on: https://review.coreboot.org/c/31624 Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
411a8b7a66
commit
ddbdf9a0fb
|
@ -34,12 +34,12 @@ const u32 cim_verb_data[] = {
|
|||
AZALIA_PIN_CFG(0x0, 0x13, 0x40000000),
|
||||
AZALIA_PIN_CFG(0x0, 0x14, 0x90170110),
|
||||
AZALIA_PIN_CFG(0x0, 0x18, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0x0, 0x19, 0x02a11030),
|
||||
AZALIA_PIN_CFG(0x0, 0x19, 0x04a11030),
|
||||
AZALIA_PIN_CFG(0x0, 0x1a, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0x0, 0x1b, 0x411111f0),
|
||||
AZALIA_PIN_CFG(0x0, 0x1d, 0x40700001),
|
||||
AZALIA_PIN_CFG(0x0, 0x1e, 0x421212f2),
|
||||
AZALIA_PIN_CFG(0x0, 0x21, 0x02211020),
|
||||
AZALIA_PIN_CFG(0x0, 0x21, 0x04211020),
|
||||
|
||||
/* ALC3204 default-1 */
|
||||
0x02050040,
|
||||
|
|
Loading…
Reference in New Issue