From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760492Ab2DKO4q (ORCPT ); Wed, 11 Apr 2012 10:56:46 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40045 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760162Ab2DKO4p (ORCPT ); Wed, 11 Apr 2012 10:56:45 -0400 Date: Wed, 11 Apr 2012 16:56:43 +0200 Message-ID: From: Takashi Iwai To: Albert Pool Cc: perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix for Asus A6Vm sound In-Reply-To: <4F85967D.4090902@solcon.nl> References: <4F85967D.4090902@solcon.nl> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.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 At Wed, 11 Apr 2012 16:34:37 +0200, Albert Pool wrote: > > I have been told that model=z71v is necessary for Asus A6Vm (1043:1173) sound to work. > > Signed-off-by: Albert Pool It's very old quick code and was already dropped in the recent kernel. Did you verify that it really works for your device? If yes, please give alsa-info.sh output (run with --no-upload option). thanks, Takashi > > --- > > sound/pci/hda/alc880_quirks.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/pci/hda/alc880_quirks.c b/sound/pci/hda/alc880_quirks.c > > index 501501e..1b0358a 100644 > > --- a/sound/pci/hda/alc880_quirks.c > > +++ b/sound/pci/hda/alc880_quirks.c > > @@ -1375,7 +1375,7 @@ static const struct snd_pci_quirk alc880_cfg_tbl[] = { > > SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG), > > SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG), > > SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG), > > - SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG), > > + SND_PCI_QUIRK(0x1043, 0x1173, "ASUS A6V", ALC880_Z71V), > > SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V), > > /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */ > > SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG), > > -- > > 1.7.5.4 >