From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Notebook Toshiba satellite x200-21g with realtek snd-hda-intel audio device still not supported (codec ALC268) Date: Tue, 19 Feb 2008 15:34:53 +0100 Message-ID: References: <47672BCB.9080608@gmail.com> <476912F3.8090609@gmail.com> <476A2BCC.4060109@gmail.com> <47727C6C.6080401@gmail.com> <1198815321.3732.229.camel@razman.gruemaster.com> <47B06DEF.4070609@gmail.com> <47B0D319.2000702@gmail.com> <47B23AB8.6000301@gmail.com> <47B5D230.4050402@gmail.com> <47B9C909.9010100@gmail.com> <47BAE549.2080009@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id C6E77245B9 for ; Tue, 19 Feb 2008 15:34:53 +0100 (CET) In-Reply-To: <47BAE549.2080009@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: "Daniele (Mastro)" Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 19 Feb 2008 15:18:49 +0100, Daniele (Mastro) wrote: > > Takashi Iwai ha scritto: > > Just lack of time. > > no problem.. i was only worried that this got ignored again or that i > didn't provided the right info > > > I checked and fixed the problem right now on HG > > tree. Give it a try. Take HG repo from > > http://hg.alsa-project.org/alsa-kernel > > > > (hg-mirror might be out of sync, so better to use the above one.) > > can you tell me what you watched in the alsa-info log to fix it? > i'll try the new version as soon as i can! The fix is basically the widget connection of NID 0x23 (and 0x24). This was uninitialized and thus pointed the wrong widget. Unfortunately, this connection couldn't be changed because you apparently have only one input source. The patch fixes this issue. Takashi