Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262323AbVEMJ5H (ORCPT ); Fri, 13 May 2005 05:57:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262324AbVEMJ5H (ORCPT ); Fri, 13 May 2005 05:57:07 -0400 Received: from ns1.suse.de ([195.135.220.2]:32237 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S262323AbVEMJ5D (ORCPT ); Fri, 13 May 2005 05:57:03 -0400 Date: Fri, 13 May 2005 11:57:00 +0200 Message-ID: From: Takashi Iwai To: "J.A. Magallon" Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.12-rc3-mm3: ALSA broken ? In-Reply-To: <1115936836l.8448l.1l@werewolf.able.es> References: <20050504221057.1e02a402.akpm@osdl.org> <1115510869l.7472l.0l@werewolf.able.es> <1115594680l.7540l.0l@werewolf.able.es> <1115936836l.8448l.1l@werewolf.able.es> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 39 At Thu, 12 May 2005 22:27:16 +0000, J.A. Magallon wrote: > > Just a note: I need also to uncheck the 'Center/LFE jack as mic' > switch. Oh, it shouldn't be there :) Try the patch below. I'll commit it to ALSA tree. > And a question. The output level depends on the > Line _input_ volume. Higher the volume, lower the output level on > all channels. > This happens only if I 'Spread Front to Sourround and Center/LFE'. > Should not the line volume be useless if the jack is set for output ? > Or does its meaning change then... Hmm, it's weird. I don't see the signal routing via line-in control to outputs in AD1985 datasheet... Takashi --- linux/sound/pci/ac97/ac97_patch.c 11 May 2005 11:00:17 -0000 1.82 +++ linux/sound/pci/ac97/ac97_patch.c 13 May 2005 09:35:19 -0000 @@ -1598,7 +1598,6 @@ } static const snd_kcontrol_new_t snd_ac97_ad1985_controls[] = { - AC97_SINGLE("Center/LFE Jack as Mic", AC97_AD_SERIAL_CFG, 9, 1, 0), AC97_SINGLE("Exchange Center/LFE", AC97_AD_SERIAL_CFG, 3, 1, 0) }; - 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/