]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.19.41/alsa-hda-realtek-apply-the-fixup-for-asus-q325uar.patch
5.1-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.19.41 / alsa-hda-realtek-apply-the-fixup-for-asus-q325uar.patch
1 From 3887c26c0e24d50a4d0ce20cf4726737cee1a2fd Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Tue, 30 Apr 2019 15:10:01 +0200
4 Subject: ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
5
6 From: Takashi Iwai <tiwai@suse.de>
7
8 commit 3887c26c0e24d50a4d0ce20cf4726737cee1a2fd upstream.
9
10 Some ASUS models like Q325UAR with ALC295 codec requires the same
11 fixup that has been applied to ALC294 codec. Just copy the entry with
12 the pin matching to cover ALC295 too.
13
14 BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485
15 Cc: <stable@vger.kernel.org>
16 Signed-off-by: Takashi Iwai <tiwai@suse.de>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19 ---
20 sound/pci/hda/patch_realtek.c | 4 ++++
21 1 file changed, 4 insertions(+)
22
23 --- a/sound/pci/hda/patch_realtek.c
24 +++ b/sound/pci/hda/patch_realtek.c
25 @@ -7451,6 +7451,10 @@ static const struct snd_hda_pin_quirk al
26 {0x12, 0x90a60130},
27 {0x17, 0x90170110},
28 {0x21, 0x04211020}),
29 + SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
30 + {0x12, 0x90a60130},
31 + {0x17, 0x90170110},
32 + {0x21, 0x03211020}),
33 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
34 {0x14, 0x90170110},
35 {0x21, 0x04211020}),