From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754530Ab3BJKiu (ORCPT ); Sun, 10 Feb 2013 05:38:50 -0500 Received: from cantor2.suse.de ([195.135.220.15]:43740 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753917Ab3BJKit (ORCPT ); Sun, 10 Feb 2013 05:38:49 -0500 Date: Sun, 10 Feb 2013 11:38:47 +0100 Message-ID: From: Takashi Iwai To: James Ralston Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Seth Heasley Subject: Re: [PATCH 2/5] hda_intel: Add Device IDs for Intel Wellsburg PCH In-Reply-To: <1360373380-2016-1-git-send-email-james.d.ralston@intel.com> References: <1360373380-2016-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.2 (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 At Fri, 8 Feb 2013 17:29:40 -0800, James Ralston wrote: > > This patch adds the HD Audio Device IDs for the Intel Wellsburg PCH > > Signed-off-by: James Ralston Thanks, applied. Takashi > --- > sound/pci/hda/hda_intel.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index c78286f..3218f4a 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -3611,6 +3611,11 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { > /* Lynx Point */ > { PCI_DEVICE(0x8086, 0x8c20), > .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, > + /* Wellsburg */ > + { PCI_DEVICE(0x8086, 0x8d20), > + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, > + { PCI_DEVICE(0x8086, 0x8d21), > + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, > /* Lynx Point-LP */ > { PCI_DEVICE(0x8086, 0x9c20), > .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, > -- > 1.7.7.6 >