Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751396AbWHIWH0 (ORCPT ); Wed, 9 Aug 2006 18:07:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751399AbWHIWH0 (ORCPT ); Wed, 9 Aug 2006 18:07:26 -0400 Received: from smtp.nildram.co.uk ([195.112.4.54]:8964 "EHLO smtp.nildram.co.uk") by vger.kernel.org with ESMTP id S1751396AbWHIWHZ (ORCPT ); Wed, 9 Aug 2006 18:07:25 -0400 From: Alistair John Strachan To: Lee Revell Subject: Re: ALSA problems with 2.6.18-rc3 Date: Wed, 9 Aug 2006 23:07:27 +0100 User-Agent: KMail/1.9.4 Cc: Gene Heskett , linux-kernel@vger.kernel.org, Andrew Benton , Takashi Iwai , alsa-devel References: <44D8F3E5.5020508@ukonline.co.uk> <200608092222.05993.s0348365@sms.ed.ac.uk> <1155159278.26338.208.camel@mindpipe> In-Reply-To: <1155159278.26338.208.camel@mindpipe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608092307.27615.s0348365@sms.ed.ac.uk> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2831 Lines: 64 On Wednesday 09 August 2006 22:34, Lee Revell wrote: > On Wed, 2006-08-09 at 22:22 +0100, Alistair John Strachan wrote: > > On Wednesday 09 August 2006 21:57, Lee Revell wrote: > > > On Wed, 2006-08-09 at 16:51 -0400, Gene Heskett wrote: > > > > [snip] > > > > > > I already have the 'alsactl restore' in my rc.local. Would there be > > > > any harm in just adding the -F to that invocation, or will that just > > > > restore it to a 'default' condition always. Seems like it would, > > > > canceling anything you have done & then did an 'alsactl store' to > > > > save.. > > > > > > That's what I was suggesting - just add -F to the alsactl restore in > > > your init script. It won't restore it to a default state - the only > > > difference is that it will do a better job restoring your mixer state > > > if new controls are added by a driver update. > > > > > > alsactl --help: > > > > > > -F,--force try to restore the matching controls as much as > > > possible > > > > I assume there are drawbacks to such an option, since whatever method is > > used to "force" the control may make a mistake if similarly named > > controls are renamed. > > > > Personally, I think the correct approach would be to have more sensible > > default values. Having the External Amplifier default off when it > > cripples analogue output on emu10k1, and has no effect on digital output, > > seems rather weird. > > It's impossible to predict the effect of some mixer controls across the > wide range of hardware that ALSA supports. What makes sound work on one > machine is likely to break it on another. However, ALSA _has_ defaults for these controls, which I believe are usually "off" or "zero". All I'm suggesting is that these defaults are plainly suboptimal for emu10k1, and probably other cards to which this statement simply does not apply. Shipping defaults is one thing, but shipping useless defaults is quite another. We have policy all over the kernel for providing "sane defaults" e.g. filesystem mount options. > > Also, I never really understood the rationale for the "all zeros" > > mixer default. Why not 50%? > > This is policy and policy belongs in userspace. Distros are free to > ship with any default mixer settings they choose. True, I suppose if the mixers aren't even vaguely compatible across hardware, "zero" is your best bet. I still see people reporting bugs (such as this) where the distro has failed them. -F is not a complete solution. -- Cheers, Alistair. Final year Computer Science undergraduate. 1F2 55 South Clerk Street, Edinburgh, UK. - 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/