]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hda-hp-xw-quirk
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-post-ga-hda-hp-xw-quirk
CommitLineData
2cb7cef9
BS
1From: Takashi Iwai <tiwai@suse.de>
2Subject: ALSA: hda - Add quirk for new HP xw series
3Patch-mainline:
4References: bnc#480448
5
6Added a quirk for new HP machine with ALC262 codec.
7
8Signed-off-by: Takashi Iwai <tiwai@suse.de>
9
10---
11 sound/pci/hda/patch_realtek.c | 1 +
12 1 file changed, 1 insertion(+)
13
14--- a/sound/pci/hda/patch_realtek.c
15+++ b/sound/pci/hda/patch_realtek.c
16@@ -10458,6 +10458,7 @@ static struct snd_pci_quirk alc262_cfg_t
17 SND_PCI_QUIRK(0x103c, 0x1309, "HP xw4*00", ALC262_HP_BPC),
18 SND_PCI_QUIRK(0x103c, 0x130a, "HP xw6*00", ALC262_HP_BPC),
19 SND_PCI_QUIRK(0x103c, 0x130b, "HP xw8*00", ALC262_HP_BPC),
20+ SND_PCI_QUIRK(0x103c, 0x170b, "HP xw*", ALC262_HP_BPC),
21 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
22 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
23 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),