diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2007-09-10 17:09:42 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:49:20 -0400 |
commit | e45e459e88b81fe49129cc9a704fead0fc7d32ed (patch) | |
tree | 9989659f388f6d7f30d2a353226aa5bbe778b92f /sound/pci | |
parent | 9ecf60df450b9a85f7c05b0ac3580bdac04da784 (diff) |
[ALSA] hda: BIOS changing subsystem id
Some laptop BIOS change the subsystem id for STAC9205 cards if the
microphone isn't toggled on/off in the settings.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index f843e2122a8b..2feb0f2e38c3 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1185,6 +1185,8 @@ static struct snd_pci_quirk stac9205_cfg_tbl[] = { | |||
1185 | "Dell Precision", STAC_9205_M43xx), | 1185 | "Dell Precision", STAC_9205_M43xx), |
1186 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9, | 1186 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9, |
1187 | "Dell Precision", STAC_9205_DELL_M43), | 1187 | "Dell Precision", STAC_9205_DELL_M43), |
1188 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b, | ||
1189 | "Dell Precision", STAC_9205_DELL_M43), | ||
1188 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa, | 1190 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa, |
1189 | "Dell Precision", STAC_9205_DELL_M43), | 1191 | "Dell Precision", STAC_9205_DELL_M43), |
1190 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc, | 1192 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc, |