diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-27 17:47:31 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-27 17:47:31 +0100 |
commit | f897497673ffd2895778d85df38a5071434309b4 (patch) | |
tree | 5c7431ab4d7f31d99756459494f3ab4dc8752078 /sound/pci/hda/patch_realtek.c | |
parent | bedfcebb4fb33fc9ebd395462e72afa103db0bec (diff) | |
parent | bb543c969467f33c3a1a0ccfcfcd9a508cd81c54 (diff) |
Merge branch 'fix/hda' into topic/hda
Conflicts:
sound/pci/hda/patch_realtek.c
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b3406302d06..e72b74efc69 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10807,6 +10807,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { ALC262_HP_BPC), SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", ALC262_HP_BPC), + SND_PCI_QUIRK(0x103c, 0x170b, "HP xw*", ALC262_HP_BPC), SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF), SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL), |