From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752477AbdKWHug (ORCPT ); Thu, 23 Nov 2017 02:50:36 -0500 Received: from mx2.suse.de ([195.135.220.15]:48649 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbdKWHue (ORCPT ); Thu, 23 Nov 2017 02:50:34 -0500 Date: Thu, 23 Nov 2017 08:50:32 +0100 Message-ID: From: Takashi Iwai To: "Vijendar Mukunda" Cc: , , , , , Subject: Re: [PATCH] ALSA: hda: Add Raven PCI ID In-Reply-To: <1511441264-5851-1-git-send-email-Vijendar.Mukunda@amd.com> References: <1511441264-5851-1-git-send-email-Vijendar.Mukunda@amd.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/25.3 (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 On Thu, 23 Nov 2017 13:47:44 +0100, Vijendar Mukunda wrote: > > This commit adds PCI ID for Raven platform > > Signed-off-by: Vijendar Mukunda > --- > sound/pci/hda/hda_intel.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index 01eb1dc..9c7d479 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = { > /* AMD Hudson */ > { PCI_DEVICE(0x1022, 0x780d), > .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, > + { PCI_DEVICE(0x1022, 0x15e3), > + .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, If the new chip isn't Hudson (I suppose "Raven"), could you add a comment line as well? thanks, Takashi