From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raymond Yau Subject: Re: Problem with VIA VT1708S and git versions of alsa-driver. Date: Mon, 11 Oct 2010 07:09:08 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by alsa0.perex.cz (Postfix) with ESMTP id B559C2432F for ; Mon, 11 Oct 2010 01:09:08 +0200 (CEST) Received: by ewy9 with SMTP id 9so13949ewy.38 for ; Sun, 10 Oct 2010 16:09:08 -0700 (PDT) In-Reply-To: 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: ALSA Development Mailing List List-Id: alsa-devel@alsa-project.org 2010/10/11 Mark Goldstein > I noticed one visible change: Input Source had "Rear Mic" instead of "Mic". > > spec->private_imux[1] is un-initialised before calling create_hp_imux() however there is no node with connection list which can be used as input mix for "independent HP" control How about "Mic Boost" ? if "Mic" is changed to "Rear Mic" , "Mic Boost Capture Volume" should also be changed to "Rear Mic Boost Capture Volume " static struct snd_kcontrol_new vt1708S_capture_mixer[] = { HDA_CODEC_VOLUME("Capture Volume", 0x13, 0x0, HDA_INPUT), HDA_CODEC_MUTE("Capture Switch", 0x13, 0x0, HDA_INPUT), HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x14, 0x0, HDA_INPUT), HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x14, 0x0, HDA_INPUT), HDA_CODEC_VOLUME("Mic Boost Capture Volume", 0x1A, 0x0, HDA_INPUT), HDA_CODEC_VOLUME("Front Mic Boost Capture Volume", 0x1E, 0x0, HDA_INPUT),