summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJian-Hong Pan2018-12-27 09:46:31 +0100
committerGreg Kroah-Hartman2019-01-09 17:38:38 +0100
commit22bc89a31109c501b4fd5c0061cc856b6d831466 (patch)
tree474d6196e32651c9f919d573314af8e90b6892f2 /sound
parentALSA: firewire-lib: use the same print format for 'without_header' tracepoints (diff)
downloadkernel-qcow2-linux-22bc89a31109c501b4fd5c0061cc856b6d831466.tar.gz
kernel-qcow2-linux-22bc89a31109c501b4fd5c0061cc856b6d831466.tar.xz
kernel-qcow2-linux-22bc89a31109c501b4fd5c0061cc856b6d831466.zip
ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops
commit 82b01149ec94d746867d7f9156c44d775d4d2d67 upstream. The headset mic of ASUS laptops like UX533FD, UX433FN and UX333FA, whose CODEC is Realtek ALC294 has jack auto detection feature. This patch enables the feature. Fixes: 4e051106730d ("ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294") 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 9ad35b60f886..854d63c01dd2 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6424,7 +6424,7 @@ static const struct hda_fixup alc269_fixups[] = {
[ALC294_FIXUP_ASUS_HEADSET_MIC] = {
.type = HDA_FIXUP_PINS,
.v.pins = (const struct hda_pintbl[]) {
- { 0x19, 0x01a1113c }, /* use as headset mic, without its own jack detect */
+ { 0x19, 0x01a1103c }, /* use as headset mic */
{ }
},
.chained = true,