projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e061bf1
)
[ALSA] hda-codec - add D975XBK support to sigmatel patch
author
Matt Porter
<mporter@embeddedalley.com>
Mon, 23 Jan 2006 14:26:27 +0000
(15:26 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 1 Feb 2006 12:09:15 +0000
(13:09 +0100)
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>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
4f78b58
..
f2f9465
100644
(file)
--- 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 */
};