diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-21 11:40:48 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-21 11:40:48 -0400 |
commit | 5e09416f3676af1730af773afc477c2cea26a2c1 (patch) | |
tree | 9dda0dd333681d6174eebfcea01e6c8962adc62e /sound/pci/hda/patch_analog.c | |
parent | 265a02478db5217eda8063004ded1ef0a461c240 (diff) | |
parent | 0f9f1ee9d1412d45a22bfd69dfd4d4324b506e9e (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 05db1cfcd8b8..507523d5ed42 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -3642,6 +3642,7 @@ static struct snd_pci_quirk ad1984_cfg_tbl[] = { | |||
3642 | /* Lenovo Thinkpad T61/X61 */ | 3642 | /* Lenovo Thinkpad T61/X61 */ |
3643 | SND_PCI_QUIRK_VENDOR(0x17aa, "Lenovo Thinkpad", AD1984_THINKPAD), | 3643 | SND_PCI_QUIRK_VENDOR(0x17aa, "Lenovo Thinkpad", AD1984_THINKPAD), |
3644 | SND_PCI_QUIRK(0x1028, 0x0214, "Dell T3400", AD1984_DELL_DESKTOP), | 3644 | SND_PCI_QUIRK(0x1028, 0x0214, "Dell T3400", AD1984_DELL_DESKTOP), |
3645 | SND_PCI_QUIRK(0x1028, 0x0233, "Dell Latitude E6400", AD1984_DELL_DESKTOP), | ||
3645 | {} | 3646 | {} |
3646 | }; | 3647 | }; |
3647 | 3648 | ||