mb/system76/gaze17: reset HDA codec during init

Change-Id: Ibb69f6d836c56587bfdc4a76f86a48cb4581d3ea
This commit is contained in:
Jeremy Soller
2023-03-07 07:19:10 -07:00
parent 5721233d56
commit 63de4a519b
2 changed files with 4 additions and 2 deletions

View File

@@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
/* Realtek, ALC256 */
0x10ec0256, /* Vendor ID */
0x1558866d, /* Subsystem ID */
11, /* Number of entries */
12, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x1558866d),
AZALIA_RESET(1),
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
AZALIA_PIN_CFG(0, 0x14, 0x90170110),

View File

@@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
/* Realtek, ALC256 */
0x10ec0256, /* Vendor ID */
0x1558867c, /* Subsystem ID */
11, /* Number of entries */
12, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x1558867c),
AZALIA_RESET(1),
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
AZALIA_PIN_CFG(0, 0x14, 0x90170110),