diff options
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3ebb7616bf98..6b38ec3c6e57 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4093,7 +4093,7 @@ static unsigned int alc_power_filter_xps13(struct hda_codec *codec, | |||
4093 | 4093 | ||
4094 | /* Avoid pop noises when headphones are plugged in */ | 4094 | /* Avoid pop noises when headphones are plugged in */ |
4095 | if (spec->gen.hp_jack_present) | 4095 | if (spec->gen.hp_jack_present) |
4096 | if (nid == codec->afg || nid == 0x02) | 4096 | if (nid == codec->afg || nid == 0x02 || nid == 0x15) |
4097 | return AC_PWRST_D0; | 4097 | return AC_PWRST_D0; |
4098 | return power_state; | 4098 | return power_state; |
4099 | } | 4099 | } |