From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] hda_intel: Add the Device IDs for MCP89 and remove IDs of MCP7B to/from hda_intel.c Date: Fri, 27 Feb 2009 10:23:55 +0100 Message-ID: References: <200902271703145182134@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 1480F1037EF for ; Fri, 27 Feb 2009 10:24:00 +0100 (CET) In-Reply-To: <200902271703145182134@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: peerchen Cc: pchen , alsa-devel , linux-kernel , akpm List-Id: alsa-devel@alsa-project.org At Fri, 27 Feb 2009 17:03:19 +0800, peerchen wrote: > > Added the Device IDs for MCP89 HD audio controller. > Removed the IDs of MCP7B cause this chipset had been cancelled. > > Signed-off-by: Peer Chen Applied now. Thanks! Takashi > --- > --- linux-2.6.29-rc6/sound/pci/hda/hda_intel.c.orig 2009-02-26 08:51:02.000000000 -0500 > +++ linux-2.6.29-rc6/sound/pci/hda/hda_intel.c 2009-02-26 08:51:23.000000000 -0500 > @@ -2442,10 +2442,10 @@ static struct pci_device_id azx_ids[] = > { PCI_DEVICE(0x10de, 0x0ac1), .driver_data = AZX_DRIVER_NVIDIA }, > { PCI_DEVICE(0x10de, 0x0ac2), .driver_data = AZX_DRIVER_NVIDIA }, > { PCI_DEVICE(0x10de, 0x0ac3), .driver_data = AZX_DRIVER_NVIDIA }, > - { PCI_DEVICE(0x10de, 0x0bd4), .driver_data = AZX_DRIVER_NVIDIA }, > - { PCI_DEVICE(0x10de, 0x0bd5), .driver_data = AZX_DRIVER_NVIDIA }, > - { PCI_DEVICE(0x10de, 0x0bd6), .driver_data = AZX_DRIVER_NVIDIA }, > - { PCI_DEVICE(0x10de, 0x0bd7), .driver_data = AZX_DRIVER_NVIDIA }, > + { PCI_DEVICE(0x10de, 0x0d94), .driver_data = AZX_DRIVER_NVIDIA }, > + { PCI_DEVICE(0x10de, 0x0d95), .driver_data = AZX_DRIVER_NVIDIA }, > + { PCI_DEVICE(0x10de, 0x0d96), .driver_data = AZX_DRIVER_NVIDIA }, > + { PCI_DEVICE(0x10de, 0x0d97), .driver_data = AZX_DRIVER_NVIDIA }, > /* Teradici */ > { PCI_DEVICE(0x6549, 0x1200), .driver_data = AZX_DRIVER_TERA }, > /* AMD Generic, PCI class code and Vendor ID for HD Audio */ > - >