From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [RFC 01/12] snd-powermac: no longer handle anything with a layout-id property Date: Fri, 07 Jul 2006 15:38:40 +1000 Message-ID: <1152250720.9862.32.camel@localhost.localdomain> References: <20060607130909.584205000@sipsolutions.net> <20060607130910.156412000@sipsolutions.net> <1151619973.22380.50.camel@mindpipe> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with ESMTP id 15E9E248 for ; Fri, 7 Jul 2006 07:38:50 +0200 (MEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@lists.sourceforge.net Errors-To: alsa-devel-bounces@lists.sourceforge.net To: Andreas Schwab Cc: alsa-devel@alsa-project.org, Takashi Iwai , netstar@gatheringofgray.com, linuxppc-dev@ozlabs.org, Lee Revell , Johannes Berg List-Id: alsa-devel@alsa-project.org On Fri, 2006-06-30 at 01:16 +0200, Andreas Schwab wrote: > Lee Revell writes: > > > What is the content of /proc/asound/cards? The patches must have > > changed the card name and failed to create a matching config file > > in /usr/share/alsa/cards. > > Thanks for the hint. I have added 'AppleOnbdAudio cards.PMac' to > /usr/share/alsa/cards/aliases.conf, and it works again. There is still an issue... wether to enable softvol or not... With snd-aoa, the card name is always the same but wether it has hardware volume control or not (Toonie doesn't) is not known... Alsa should have ways to add softvol automatically if no master volume control exist. Ben. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 0F81D679E2 for ; Fri, 7 Jul 2006 15:39:02 +1000 (EST) Subject: Re: [Alsa-devel] [RFC 01/12] snd-powermac: no longer handle anything with a layout-id property From: Benjamin Herrenschmidt To: Andreas Schwab In-Reply-To: References: <20060607130909.584205000@sipsolutions.net> <20060607130910.156412000@sipsolutions.net> <1151619973.22380.50.camel@mindpipe> Content-Type: text/plain Date: Fri, 07 Jul 2006 15:38:40 +1000 Message-Id: <1152250720.9862.32.camel@localhost.localdomain> Mime-Version: 1.0 Cc: alsa-devel@alsa-project.org, Takashi Iwai , netstar@gatheringofgray.com, linuxppc-dev@ozlabs.org, Lee Revell , Johannes Berg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-06-30 at 01:16 +0200, Andreas Schwab wrote: > Lee Revell writes: > > > What is the content of /proc/asound/cards? The patches must have > > changed the card name and failed to create a matching config file > > in /usr/share/alsa/cards. > > Thanks for the hint. I have added 'AppleOnbdAudio cards.PMac' to > /usr/share/alsa/cards/aliases.conf, and it works again. There is still an issue... wether to enable softvol or not... With snd-aoa, the card name is always the same but wether it has hardware volume control or not (Toonie doesn't) is not known... Alsa should have ways to add softvol automatically if no master volume control exist. Ben.