Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758470AbYHKX6f (ORCPT ); Mon, 11 Aug 2008 19:58:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757186AbYHKX5u (ORCPT ); Mon, 11 Aug 2008 19:57:50 -0400 Received: from mga02.intel.com ([134.134.136.20]:52956 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756023AbYHKX5t (ORCPT ); Mon, 11 Aug 2008 19:57:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.32,192,1217833200"; d="scan'208";a="428332773" From: Seth Heasley To: perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, tiwai@suse.de Subject: [PATCH 2.6.26.2][RESEND] hda_intel: ALSA HD patch for Intel Ibex Peak DeviceIDs Date: Mon, 11 Aug 2008 17:02:58 -0700 User-Agent: KMail/1.9.1 Cc: seth.heasley@intel.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808111702.58184.seth.heasley@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 30 Resend with proper whitespace. This patch adds the Intel Ibex Peak (PCH) HD Audio Controller DeviceIDs. Signed-off-by: Seth Heasley --- 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/