Skip to content

Commit

Permalink
mb/msi/{ms7d25,ms7e06}: Reset audio codec
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Sep 4, 2023
1 parent 3987aab commit f93fcf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mainboard/msi/ms7d25/hda_verb.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const u32 cim_verb_data[] = {
/* Realtek ALC897 */
0x10ec0897, /* Vendor ID */
0x14629d25, /* Subsystem ID */
15, /* Number of entries */
16, /* Number of entries */
AZALIA_RESET(0x1),
AZALIA_SUBVENDOR(0, 0x14629d25),
AZALIA_PIN_CFG(0, 0x11, 0x4037d540),
AZALIA_PIN_CFG(0, 0x12, 0x411111f0),
Expand Down
3 changes: 2 additions & 1 deletion src/mainboard/msi/ms7e06/hda_verb.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const u32 cim_verb_data[] = {
/* Realtek ALC897 */
0x10ec0897, /* Vendor ID */
0x14629e06, /* Subsystem ID */
15, /* Number of entries */
16, /* Number of entries */
AZALIA_RESET(0x1),
AZALIA_SUBVENDOR(0, 0x14629e06),
AZALIA_PIN_CFG(0, 0x11, 0x4037d540),
AZALIA_PIN_CFG(0, 0x12, 0x411111f0),
Expand Down

0 comments on commit f93fcf2

Please sign in to comment.