Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbYHKIYN (ORCPT ); Mon, 11 Aug 2008 04:24:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751201AbYHKIX7 (ORCPT ); Mon, 11 Aug 2008 04:23:59 -0400 Received: from ns.suse.de ([195.135.220.2]:48867 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751178AbYHKIX6 (ORCPT ); Mon, 11 Aug 2008 04:23:58 -0400 Date: Mon, 11 Aug 2008 10:23:57 +0200 Message-ID: From: Takashi Iwai To: Seth Heasley Cc: perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.26.2] hda_intel: ALSA HD Audio patch for Intel Ibex Peak DeviceIDs In-Reply-To: <200808081556.40013.seth.heasley@intel.com> References: <200808081556.40013.seth.heasley@intel.com> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1822 Lines: 46 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 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 majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/