Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751281Ab2HIQr7 (ORCPT ); Thu, 9 Aug 2012 12:47:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43161 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781Ab2HIQr6 (ORCPT ); Thu, 9 Aug 2012 12:47:58 -0400 Date: Thu, 09 Aug 2012 18:47:54 +0200 Message-ID: From: Takashi Iwai To: james.d.ralston@intel.com Cc: Jaroslav Kysela , David Henningsson , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Seth Heasley Subject: Re: [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH In-Reply-To: <1344530339-2559-1-git-send-email-james.d.ralston@intel.com> References: <1344530339-2559-1-git-send-email-james.d.ralston@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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: 1736 Lines: 53 At Thu, 9 Aug 2012 09:38:59 -0700, james.d.ralston@intel.com wrote: > > From: James Ralston > > This patch adds the Intel HD Audio Device IDs for the Intel Lynx Point-LP PCH > > Signed-off-by: James Ralston Applied now. Thanks. Takashi > --- > sound/pci/hda/hda_intel.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index c8aced1..60882c6 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -151,6 +151,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," > "{Intel, CPT}," > "{Intel, PPT}," > "{Intel, LPT}," > + "{Intel, LPT_LP}," > "{Intel, HPT}," > "{Intel, PBG}," > "{Intel, SCH}," > @@ -3270,6 +3271,14 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { > { PCI_DEVICE(0x8086, 0x8c20), > .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | > AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, > + /* Lynx Point-LP */ > + { PCI_DEVICE(0x8086, 0x9c20), > + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | > + AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, > + /* Lynx Point-LP */ > + { PCI_DEVICE(0x8086, 0x9c21), > + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | > + AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, > /* Haswell */ > { PCI_DEVICE(0x8086, 0x0c0c), > .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | > -- > 1.7.7.6 > -- 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/