]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.drivers/alsa-post-ga-hda-hp-xw-quirk
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-post-ga-hda-hp-xw-quirk
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: hda - Add quirk for new HP xw series
3 Patch-mainline:
4 References: bnc#480448
5
6 Added a quirk for new HP machine with ALC262 codec.
7
8 Signed-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),