* [PATCH 2.6.15 4/6] hda_intel: patch for Intel ICH8
@ 2006-01-09 19:05 Jason Gaston
0 siblings, 0 replies; only message in thread
From: Jason Gaston @ 2006-01-09 19:05 UTC (permalink / raw)
To: akpm, tiwai, perex; +Cc: linux-kernel, jason.d.gaston
Hello,
This patch adds the Intel ICH8 HD Audio DID to the hda_intel.c audio driver. This patch was built against the 2.6.15 kernel.
If acceptable, please apply.
Thanks,
Jason Gaston
Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com>
--- linux-2.6.15/sound/pci/hda/hda_intel.c.orig 2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.15/sound/pci/hda/hda_intel.c 2006-01-09 08:18:08.017290864 -0800
@@ -70,6 +70,7 @@
"{Intel, ICH6M},"
"{Intel, ICH7},"
"{Intel, ESB2},"
+ "{Intel, ICH8 },"
"{ATI, SB450},"
"{VIA, VT8251},"
"{VIA, VT8237A},"
@@ -1603,6 +1604,7 @@
{ 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH6 */
{ 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH7 */
{ 0x8086, 0x269a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ESB2 */
+ { 0x8086, 0x284b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH8 */
{ 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA }, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS }, /* SIS966 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-09 22:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-09 19:05 [PATCH 2.6.15 4/6] hda_intel: patch for Intel ICH8 Jason Gaston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome