2008-08-08 22:52:09

by Seth Heasley

[permalink] [raw]
Subject: [PATCH 2.6.26.2] hda_intel: ALSA HD Audio patch for Intel Ibex Peak DeviceIDs

This patch adds the Intel Ibex Peak (PCH) HD Audio Controller DeviceIDs.

Signed-off by: Seth Heasley <[email protected]>

--- linux-2.6.26.2/sound/pci/hda/hda_intel.c.orig 2008-08-08 11:25:05.000000000 -0700
+++ linux-2.6.26.2/sound/pci/hda/hda_intel.c 2008-08-08 11:27:24.000000000 -0700
@@ -98,6 +98,7 @@
"{Intel, ICH8},"
"{Intel, ICH9},"
"{Intel, ICH10},"
+ "{Intel, PCH},"
"{Intel, SCH},"
"{ATI, SB450},"
"{ATI, SB600},"
@@ -2181,6 +2182,8 @@
{ PCI_DEVICE(0x8086, 0x293f), .driver_data = AZX_DRIVER_ICH },
{ PCI_DEVICE(0x8086, 0x3a3e), .driver_data = AZX_DRIVER_ICH },
{ PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH },
+ /* PCH */
+ { PCI_DEVICE(0x8086, 0x3b56), .driver_data = AZX_DRIVER_ICH },
/* SCH */
{ PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH },
/* ATI SB 450/600 */


2008-08-11 08:24:13

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH 2.6.26.2] hda_intel: ALSA HD Audio patch for Intel Ibex Peak DeviceIDs

At Fri, 8 Aug 2008 15:56:39 -0700,
Seth Heasley wrote:
>
> This patch adds the Intel Ibex Peak (PCH) HD Audio Controller DeviceIDs.
>
> Signed-off by: Seth Heasley <[email protected]>

Your embedded patch couldn't be applied properly, maybe because of
broken spaces. Check your MUA setting.

Anyway, I applied it manually. Thanks!


Takashi

>
> --- linux-2.6.26.2/sound/pci/hda/hda_intel.c.orig 2008-08-08 11:25:05.000000000 -0700
> +++ linux-2.6.26.2/sound/pci/hda/hda_intel.c 2008-08-08 11:27:24.000000000 -0700
> @@ -98,6 +98,7 @@
> "{Intel, ICH8},"
> "{Intel, ICH9},"
> "{Intel, ICH10},"
> + "{Intel, PCH},"
> "{Intel, SCH},"
> "{ATI, SB450},"
> "{ATI, SB600},"
> @@ -2181,6 +2182,8 @@
> { PCI_DEVICE(0x8086, 0x293f), .driver_data = AZX_DRIVER_ICH },
> { PCI_DEVICE(0x8086, 0x3a3e), .driver_data = AZX_DRIVER_ICH },
> { PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH },
> + /* PCH */
> + { PCI_DEVICE(0x8086, 0x3b56), .driver_data = AZX_DRIVER_ICH },
> /* SCH */
> { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH },
> /* ATI SB 450/600 */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>