]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
5b1237396150a60764ef027ed1dfd1fd7414bc15
[thirdparty/kernel/stable-queue.git] /
1 From 6fa38ef1534e7e9320aa15e329eb1404ab2f70ac Mon Sep 17 00:00:00 2001
2 From: PeiSen Hou <pshou@realtek.com>
3 Date: Mon, 27 Jul 2020 13:56:47 +0200
4 Subject: ALSA: hda/realtek: Fix add a "ultra_low_power" function for intel reference board (alc256)
5
6 From: PeiSen Hou <pshou@realtek.com>
7
8 commit 6fa38ef1534e7e9320aa15e329eb1404ab2f70ac upstream.
9
10 Intel requires to enable power saving mode for intel reference board (alc256)
11
12 Signed-off-by: PeiSen Hou <pshou@realtek.com>
13 Cc: <stable@vger.kernel.org>
14 Link: https://lore.kernel.org/r/20200727115647.10967-1-tiwai@suse.de
15 Signed-off-by: Takashi Iwai <tiwai@suse.de>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18 ---
19 sound/pci/hda/patch_realtek.c | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 --- a/sound/pci/hda/patch_realtek.c
23 +++ b/sound/pci/hda/patch_realtek.c
24 @@ -7555,7 +7555,7 @@ static const struct snd_pci_quirk alc269
25 SND_PCI_QUIRK(0x10cf, 0x1629, "Lifebook U7x7", ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC),
26 SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC),
27 SND_PCI_QUIRK(0x10ec, 0x10f2, "Intel Reference board", ALC700_FIXUP_INTEL_REFERENCE),
28 - SND_PCI_QUIRK(0x10ec, 0x1230, "Intel Reference board", ALC225_FIXUP_HEADSET_JACK),
29 + SND_PCI_QUIRK(0x10ec, 0x1230, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
30 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-SZ6", ALC269_FIXUP_HEADSET_MODE),
31 SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
32 SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),