mb/system76/adl: Reset Realtek codec before configuring
Perform a codec reset to match all other System76 boards.
This applies commit 705ebbea04
("mb/system76: Reset Realtek codec
before configuring") to boards that were added later.
Change-Id: I618cc042f1803d07bfc067d1999e1c44ab4a1fa9
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76754
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
1c611726d4
commit
58a498e257
|
@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
|
||||||
/* Realtek, ALC256 */
|
/* Realtek, ALC256 */
|
||||||
0x10ec0256, /* Vendor ID */
|
0x10ec0256, /* Vendor ID */
|
||||||
0x15584041, /* Subsystem ID */
|
0x15584041, /* Subsystem ID */
|
||||||
11, /* Number of entries */
|
12, /* Number of entries */
|
||||||
AZALIA_SUBVENDOR(0, 0x15584041),
|
AZALIA_SUBVENDOR(0, 0x15584041),
|
||||||
|
AZALIA_RESET(1),
|
||||||
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
|
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
|
||||||
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
|
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
|
||||||
AZALIA_PIN_CFG(0, 0x14, 0x90170110),
|
AZALIA_PIN_CFG(0, 0x14, 0x90170110),
|
||||||
|
|
|
@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
|
||||||
/* Realtek, ALC256 */
|
/* Realtek, ALC256 */
|
||||||
0x10ec0256,
|
0x10ec0256,
|
||||||
0x15587718,
|
0x15587718,
|
||||||
11,
|
12,
|
||||||
AZALIA_SUBVENDOR(0, 0x15587718),
|
AZALIA_SUBVENDOR(0, 0x15587718),
|
||||||
|
AZALIA_RESET(1),
|
||||||
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
|
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
|
||||||
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
|
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
|
||||||
AZALIA_PIN_CFG(0, 0x14, 0x90170110),
|
AZALIA_PIN_CFG(0, 0x14, 0x90170110),
|
||||||
|
|
Loading…
Reference in New Issue