Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH 2.6.19-rc6][RESEND] hda_intel: ALSA HD Audio patch ..

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  [PATCH 2.6.19-rc6][RESEND] ata_piix: IDE mode SAT..  
Author Message
Jason Gaston

External


Since: Nov 22, 2006
Posts: 19



(Msg. 1) Posted: Tue Nov 21, 2006 8:10 pm
Post subject: [PATCH 2.6.19-rc6][RESEND] hda_intel: ALSA HD Audio patch for Intel ICH9
Archived from groups: linux>kernel (more info?)

This patch adds the Intel ICH9 HD Audio controller DID's for ALSA.

Signed-off-by: Jason Gaston <jason.d.gaston RemoveThis @intel.com>

--- linux-2.6.19-rc6/sound/pci/hda/hda_intel.c.orig 2006-11-21 07:06:26.000000000 -0800
+++ linux-2.6.19-rc6/sound/pci/hda/hda_intel.c 2006-11-21 07:10:03.000000000 -0800
@@ -83,6 +83,7 @@
"{Intel, ICH7},"
"{Intel, ESB2},"
"{Intel, ICH8},"
+ "{Intel, ICH9},"
"{ATI, SB450},"
"{ATI, SB600},"
"{ATI, RS600},"
@@ -1710,6 +1711,8 @@
{ 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 */
+ { 0x8086, 0x293e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH9 */
+ { 0x8086, 0x293f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH9 */
{ 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */
{ 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB600 */
{ 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo RemoveThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Takashi Iwai

External


Since: Jun 28, 2007
Posts: 210



(Msg. 2) Posted: Wed Nov 22, 2006 6:10 am
Post subject: Re: [PATCH 2.6.19-rc6][RESEND] hda_intel: ALSA HD Audio patch for Intel ICH9 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

At Tue, 21 Nov 2006 16:57:47 -0800,
Jason Gaston wrote:
>
> This patch adds the Intel ICH9 HD Audio controller DID's for ALSA.
>
> Signed-off-by: Jason Gaston <jason.d.gaston.TakeThisOut@intel.com>

Thanks, I added it to ALSA tree now.


Takashi

>
> --- linux-2.6.19-rc6/sound/pci/hda/hda_intel.c.orig 2006-11-21 07:06:26.000000000 -0800
> +++ linux-2.6.19-rc6/sound/pci/hda/hda_intel.c 2006-11-21 07:10:03.000000000 -0800
> @@ -83,6 +83,7 @@
> "{Intel, ICH7},"
> "{Intel, ESB2},"
> "{Intel, ICH8},"
> + "{Intel, ICH9},"
> "{ATI, SB450},"
> "{ATI, SB600},"
> "{ATI, RS600},"
> @@ -1710,6 +1711,8 @@
> { 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 */
> + { 0x8086, 0x293e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH9 */
> + { 0x8086, 0x293f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH9 */
> { 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */
> { 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB600 */
> { 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.TakeThisOut@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[PATCH 2.6.19-rc6] hda_intel: ALSA HD Audio patch for Inte.. - This patch adds the Intel ICH9 HD Audio controller DID's for ALSA. Signed-off-by: Jason Gaston..

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver - Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen..

[PATCH] alsa: Add the MCP73/77 support to hda_intel driver - Add the MCP73/MCP77 support to hda driver. The patch base on kernel 2.6.22-rc4 Signed-off-by: Peer Chen..

[RESEND][RESEND][PATCH] Script for automated historical Gi.. - This script enables Git users to easily graft the historical Git tree (Bitkeeper history import) to the current history...

[ALSA PATCH] alsa-git merge request - Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) The...

[ALSA PATCH] alsa-git merge request - Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) The...
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]