Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763797AbXJQIml (ORCPT ); Wed, 17 Oct 2007 04:42:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762222AbXJQIm2 (ORCPT ); Wed, 17 Oct 2007 04:42:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:59133 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756488AbXJQIm1 (ORCPT ); Wed, 17 Oct 2007 04:42:27 -0400 Date: Wed, 17 Oct 2007 10:02:19 +0200 Message-ID: From: Takashi Iwai To: Herton Ronaldo Krzesinski Cc: LKML , Jaroslav Kysela , alsa-devel@alsa-project.org Subject: Re: Asus Eeepc missing in alsa models list? In-Reply-To: <200710161635.35861.herton@mandriva.com.br> References: <200710161635.35861.herton@mandriva.com.br> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1654 Lines: 50 At Tue, 16 Oct 2007 16:35:34 -0200, Herton Ronaldo Krzesinski wrote: > > Looking at the change 291702f017efdfe556cb87b8530eb7d1ff08cbae, may be the > addition of the Asus Eeepc model was missed? The following patch fixes it if > it was not intended originally: Yep, just forgot to update. Fixed on ALSA tree now. Thanks! Takashi > > diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt > b/Documentation/sound/alsa/ALSA-Configuration.txt > index 4b48c2e..e2a1985 100644 > --- a/Documentation/sound/alsa/ALSA-Configuration.txt > +++ b/Documentation/sound/alsa/ALSA-Configuration.txt > @@ -843,6 +843,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. > This was removed. > 3stack-6ch-dig 3-stack (6-channel) with SPDIF > 6stack-dig 6-stack with SPDIF > lenovo-101e Lenovo laptop > + eeepc-p701 ASUS Eeepc > auto auto-config reading BIOS (default) > > ALC882/885 > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index 53b0428..2ceaf4c 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -12058,6 +12058,7 @@ static const char *alc662_models[ALC662_MODEL_LAST] = > { > [ALC662_3ST_6ch] = "3stack-6ch", > [ALC662_5ST_DIG] = "6stack-dig", > [ALC662_LENOVO_101E] = "lenovo-101e", > + [ALC662_ASUS_EEEPC_P701] = "eeepc-p701", > [ALC662_AUTO] = "auto", > }; > > -- > []'s > Herton > - 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/