From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Mic Boost control problem with snd-hda-intel codec AL662 rev 1 Date: Tue, 12 Jan 2010 12:43:13 +0100 Message-ID: References: <20100106164338.2f3764bf@destiny.ordissimo> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9203C10388E for ; Tue, 12 Jan 2010 12:43:13 +0100 (CET) In-Reply-To: <20100106164338.2f3764bf@destiny.ordissimo> 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: Anisse Astier Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 6 Jan 2010 16:43:38 +0100, Anisse Astier wrote: > > Hi, > > The Mic Boost control on a laptop seems to behave incorrectly. The > control has the flag "volume" instead of "cvolume", causing it to appear > in both the "Playback" and "Capture" tabs of alsamixer. > This wouldn't be a problem if it would just work in the Capture tab: it > doesn't. > When I modify it in Capture, it doesn't retain its value: it's gone after > i close alsamixer. But if i modify it in "Playback" it will retain its > value and the value will be mirrored by the Mic Boost in Capture (both > Mic Boost seem to reflect the same control, except one is RO, the other > is RW). > > It's a minor a annoyance, but I'd like to fix it and have "Mic Boost" > appear only as a Capture control and retaining its value. Maybe I should > create a new mixer configuration for this hardware in patch_realtek.c, but > I don't know where to start. Bios autoprobing works for everything but > just what I mentioned. Well, Mic Boost is applied to both playback and capture in case you have analog loopback. So, it's not entirely wrong. The problem is rather the inconsistent behavior in alsamixer. I guess it's a bug of old alsa-lib. Try to upgrade the alsa-lib and alsa-utils first. Takashi