Fix too low volume on MSI H170 GAMING M3 board by poking vendor
specific COEF.
This commit is contained in:
parent
b899778526
commit
6861837c7a
@ -739,6 +739,12 @@ hdaa_patch_direct(struct hdaa_devinfo *devinfo)
|
||||
hda_command(dev, HDA_CMD_12BIT(0, devinfo->nid,
|
||||
0xf88, 0xc0));
|
||||
break;
|
||||
case HDA_CODEC_ALC1150:
|
||||
if (subid == 0xd9781462) {
|
||||
/* Too low volume on MSI H170 GAMING M3. */
|
||||
hdaa_write_coef(dev, 0x20, 0x07, 0x7cb);
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (subid == APPLE_INTEL_MAC)
|
||||
hda_command(dev, HDA_CMD_12BIT(0, devinfo->nid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user