diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-01-11 05:39:06 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:55 -0500 |
commit | 3fa2ef7468e86777b5d9d2462b950e3a6b6b6283 (patch) | |
tree | 78ab66e015149df9f85d6d7c85004759dcc41344 /sound/pci/hda | |
parent | 8c12158687fc78091730d5456336b7efbf6f2250 (diff) |
[ALSA] hda: Add new STAC9205 PCI_QUIRK
Added a new STAC 9205 quirk for Vostro 1500.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 0e85e4759eb4..c3496de387c5 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1530,6 +1530,7 @@ static unsigned int ref9205_pin_configs[12] = { | |||
1530 | 102801FD | 1530 | 102801FD |
1531 | 10280204 | 1531 | 10280204 |
1532 | 1028021F | 1532 | 1028021F |
1533 | 10280228 (Dell Vostro 1500) | ||
1533 | */ | 1534 | */ |
1534 | static unsigned int dell_9205_m42_pin_configs[12] = { | 1535 | static unsigned int dell_9205_m42_pin_configs[12] = { |
1535 | 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310, | 1536 | 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310, |
@@ -1613,6 +1614,8 @@ static struct snd_pci_quirk stac9205_cfg_tbl[] = { | |||
1613 | "unknown Dell", STAC_9205_DELL_M42), | 1614 | "unknown Dell", STAC_9205_DELL_M42), |
1614 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f, | 1615 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f, |
1615 | "Dell Inspiron", STAC_9205_DELL_M44), | 1616 | "Dell Inspiron", STAC_9205_DELL_M44), |
1617 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228, | ||
1618 | "Dell Vostro 1500", STAC_9205_DELL_M42), | ||
1616 | {} /* terminator */ | 1619 | {} /* terminator */ |
1617 | }; | 1620 | }; |
1618 | 1621 | ||