Commit d62c40e0 authored by Matt Porter's avatar Matt Porter Committed by Jaroslav Kysela

[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: default avatarMatt Porter <mporter@embeddedalley.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e061bf1a
...@@ -275,6 +275,9 @@ static struct hda_board_config stac922x_cfg_tbl[] = { ...@@ -275,6 +275,9 @@ static struct hda_board_config stac922x_cfg_tbl[] = {
{ .pci_subvendor = PCI_VENDOR_ID_INTEL, { .pci_subvendor = PCI_VENDOR_ID_INTEL,
.pci_subdevice = 0x0013, .pci_subdevice = 0x0013,
.config = STAC_D945GTP5 }, /* Intel D955XBK - 5 Stack */ .config = STAC_D945GTP5 }, /* Intel D955XBK - 5 Stack */
{ .pci_subvendor = PCI_VENDOR_ID_INTEL,
.pci_subdevice = 0x0417,
.config = STAC_D945GTP5 }, /* Intel D975XBK - 5 Stack */
{} /* terminator */ {} /* terminator */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment