aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Chiu <chiu@endlessm.com>2019-03-21 23:37:20 -0400
committerTakashi Iwai <tiwai@suse.de>2019-03-22 06:58:19 -0400
commita806ef1cf3bbc0baadc6cdeb11f12b5dd27e91c2 (patch)
tree38216b3afdc10f60a8cc5518a1b1e778d5caf18c
parente1037354a0a75acdea2b27043c0a371ed85cf262 (diff)
ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
The ASUS laptop P5440FF with ALC256 can't detect the headset microphone until ALC256_FIXUP_ASUS_MIC_NO_PRESENCE quirk applied. Signed-off-by: Chris Chiu <chiu@endlessm.com> Signed-off-by: Daniel Drake <drake@endlessm.com> Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f2539007d09e..8ec0cd95341a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7345,6 +7345,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
7345 {0x1b, 0x90a70130}, 7345 {0x1b, 0x90a70130},
7346 {0x21, 0x03211020}), 7346 {0x21, 0x03211020}),
7347 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE, 7347 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
7348 {0x12, 0x90a60130},
7349 {0x14, 0x90170110},
7350 {0x21, 0x03211020}),
7351 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
7348 {0x1a, 0x90a70130}, 7352 {0x1a, 0x90a70130},
7349 {0x1b, 0x90170110}, 7353 {0x1b, 0x90170110},
7350 {0x21, 0x03211020}), 7354 {0x21, 0x03211020}),