]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.160/alsa-hda-realtek-cannot-adjust-speaker-s-volume-on-dell-xps-27-7760.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.4.160 / alsa-hda-realtek-cannot-adjust-speaker-s-volume-on-dell-xps-27-7760.patch
CommitLineData
4a9c1b89
GKH
1From 709ae62e8e6d9ac4df7dadb3b8ae432675c45ef9 Mon Sep 17 00:00:00 2001
2From: Kai-Heng Feng <kai.heng.feng@canonical.com>
3Date: Thu, 4 Oct 2018 11:39:42 +0800
4Subject: ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
5
6From: Kai-Heng Feng <kai.heng.feng@canonical.com>
7
8commit 709ae62e8e6d9ac4df7dadb3b8ae432675c45ef9 upstream.
9
10The issue is the same as commit dd9aa335c880 ("ALSA: hda/realtek - Can't
11adjust speaker's volume on a Dell AIO"), the output requires to connect
12to a node with Amp-out capability.
13
14Applying the same fixup ALC298_FIXUP_SPK_VOLUME can fix the issue.
15
16BugLink: https://bugs.launchpad.net/bugs/1775068
17Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
18Cc: <stable@vger.kernel.org>
19Signed-off-by: Takashi Iwai <tiwai@suse.de>
20Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21
22---
23 sound/pci/hda/patch_realtek.c | 1 +
24 1 file changed, 1 insertion(+)
25
26--- a/sound/pci/hda/patch_realtek.c
27+++ b/sound/pci/hda/patch_realtek.c
28@@ -5642,6 +5642,7 @@ static const struct snd_pci_quirk alc269
29 SND_PCI_QUIRK(0x1028, 0x0706, "Dell Inspiron 7559", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),
30 SND_PCI_QUIRK(0x1028, 0x0725, "Dell Inspiron 3162", ALC255_FIXUP_DELL_SPK_NOISE),
31 SND_PCI_QUIRK(0x1028, 0x075b, "Dell XPS 13 9360", ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE),
32+ SND_PCI_QUIRK(0x1028, 0x075c, "Dell XPS 27 7760", ALC298_FIXUP_SPK_VOLUME),
33 SND_PCI_QUIRK(0x1028, 0x075d, "Dell AIO", ALC298_FIXUP_SPK_VOLUME),
34 SND_PCI_QUIRK(0x1028, 0x07b0, "Dell Precision 7520", ALC295_FIXUP_DISABLE_DAC3),
35 SND_PCI_QUIRK(0x1028, 0x0798, "Dell Inspiron 17 7000 Gaming", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),