summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-04-30 15:10:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-08 07:21:43 +0200
commitf02c6460a5b657ab07bba94d4bcbe84926396f1d (patch)
treefc31de7d6e56411082caa465d8c81c400cc02c40 /sound/pci
parent347411f9aded6492a38f5084330cdf4534bb7593 (diff)
downloadlinux-rpi3-f02c6460a5b657ab07bba94d4bcbe84926396f1d.tar.gz
linux-rpi3-f02c6460a5b657ab07bba94d4bcbe84926396f1d.tar.bz2
linux-rpi3-f02c6460a5b657ab07bba94d4bcbe84926396f1d.zip
ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
commit 3887c26c0e24d50a4d0ce20cf4726737cee1a2fd upstream. Some ASUS models like Q325UAR with ALC295 codec requires the same fixup that has been applied to ALC294 codec. Just copy the entry with the pin matching to cover ALC295 too. BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485 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/pci')
-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 4b283d9d0f89..75a0be2aa9c2 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7451,6 +7451,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
{0x12, 0x90a60130},
{0x17, 0x90170110},
{0x21, 0x04211020}),
+ SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
+ {0x12, 0x90a60130},
+ {0x17, 0x90170110},
+ {0x21, 0x03211020}),
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
{0x14, 0x90170110},
{0x21, 0x04211020}),