Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262302AbVC2KCW (ORCPT ); Tue, 29 Mar 2005 05:02:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262304AbVC2KCW (ORCPT ); Tue, 29 Mar 2005 05:02:22 -0500 Received: from mx1.suse.de ([195.135.220.2]:24733 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S262302AbVC2KCP (ORCPT ); Tue, 29 Mar 2005 05:02:15 -0500 Date: Tue, 29 Mar 2005 12:02:12 +0200 Message-ID: From: Takashi Iwai To: Lee Revell Cc: Benjamin Herrenschmidt , Linux Kernel list Subject: Re: Mac mini sound woes In-Reply-To: <1112067369.19014.24.camel@mindpipe> References: <1111966920.5409.27.camel@gaston> <1112067369.19014.24.camel@mindpipe> 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: 1643 Lines: 37 At Mon, 28 Mar 2005 22:36:09 -0500, Lee Revell wrote: > > On Mon, 2005-03-28 at 09:42 +1000, Benjamin Herrenschmidt wrote: > > It seems that Apple's driver has an in-kernel framework for doing volume > > control, mixing, and other horrors right in the kernel, in temporary > > buffers, just before they get DMA'ed (gack !) > > > > I want to avoid something like that. How "friendly" would Alsa be to > > drivers that don't have any HW volume control capability ? Does typical > > userland libraries provide software processing volume control ? Do you > > suggest I just don't do any control ? Or should I implement a double > > buffer scheme with software gain as well in the kernel driver ? > > alsa-lib handles both mixing (dmix plugin) and volume control (softvol > plugin) in software for codecs like this that don't do it in hardware. > Since Windows does mixing and volume control in the kernel (ugh) it's > increasingly common to find devices that cannot do these. You don't > need to handle it in the driver at all. Yes. > dmix has been around for a while but softvol plugin is very new, you > will need ALSA CVS or the upcoming 1.0.9 release. dmix currently doesn't work on PPC well but I'll fix it soon later. If it's confirmed to work, we can set dmix/softvol plugins for default of snd-powermac driver configuration. Hopefully this will be finished before 1.0.9 final. Takashi - 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/