diff options
author | Matt Porter <mporter@embeddedalley.com> | 2006-01-23 09:26:27 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-02-01 07:09:15 -0500 |
commit | d62c40e04cfcec3cef8093bd79d72fe86c8f2195 (patch) | |
tree | 6f3d388fd99d5ceb9e093052fd21598532b6219c | |
parent | e061bf1aa3af8a3f2ae7e1b5f8a110eae7936615 (diff) |
[ALSA] hda-codec - add D975XBK support to sigmatel patch
Modules: HDA Codec driver
Add SigmaTel HDA support for the Intel D975XBK motherboard.
Signed-off-by: Matt Porter <mporter@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 4f78b58416a4..f2f9465d4df2 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -275,6 +275,9 @@ static struct hda_board_config stac922x_cfg_tbl[] = { | |||
275 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, | 275 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, |
276 | .pci_subdevice = 0x0013, | 276 | .pci_subdevice = 0x0013, |
277 | .config = STAC_D945GTP5 }, /* Intel D955XBK - 5 Stack */ | 277 | .config = STAC_D945GTP5 }, /* Intel D955XBK - 5 Stack */ |
278 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, | ||
279 | .pci_subdevice = 0x0417, | ||
280 | .config = STAC_D945GTP5 }, /* Intel D975XBK - 5 Stack */ | ||
278 | {} /* terminator */ | 281 | {} /* terminator */ |
279 | }; | 282 | }; |
280 | 283 | ||