From: Matt Porter Date: Mon, 23 Jan 2006 14:26:27 +0000 (+0100) Subject: [ALSA] hda-codec - add D975XBK support to sigmatel patch X-Git-Tag: v2.6.16-rc2~1^2~7^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d62c40e04cfcec3cef8093bd79d72fe86c8f2195;p=profile%2Fivi%2Fkernel-x86-ivi.git [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 Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 4f78b58..f2f9465 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[] = { { .pci_subvendor = PCI_VENDOR_ID_INTEL, .pci_subdevice = 0x0013, .config = STAC_D945GTP5 }, /* Intel D955XBK - 5 Stack */ + { .pci_subvendor = PCI_VENDOR_ID_INTEL, + .pci_subdevice = 0x0417, + .config = STAC_D945GTP5 }, /* Intel D975XBK - 5 Stack */ {} /* terminator */ };