From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH - snd-powermac 0/1] Driver tree Date: Wed, 21 Jan 2009 01:25:21 +0100 Message-ID: References: <46e1c7760901201202i68e8799ew230fee63e2c16f5b@mail.gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mail.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 52E3D1037E3 for ; Wed, 21 Jan 2009 01:25:22 +0100 (CET) In-Reply-To: <46e1c7760901201202i68e8799ew230fee63e2c16f5b@mail.gmail.com> 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: Risto Suominen Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 20 Jan 2009 22:02:40 +0200, Risto Suominen wrote: > > Hi Takashi, > > I still wonder, what about these: > > --- a/acinclude.m4.org 2008-11-12 12:04:39.000000000 +0200 > +++ b/acinclude.m4 2009-01-13 15:04:03.000000000 +0200 > @@ -1828,6 +1828,7 @@ > CONFIG_SND_TIMER="m" > CONFIG_SND_PCM="m" > CONFIG_SND_POWERMAC="m" > + CONFIG_SND_VMASTER="y" > fi > fi > if alsa_check_kconfig_option "powermac-auto-drc"; then > --- a/configure.org 2008-11-12 12:04:44.000000000 +0200 > +++ b/configure 2009-01-13 15:04:31.000000000 +0200 > @@ -16071,6 +16071,7 @@ > CONFIG_SND_TIMER="m" > CONFIG_SND_PCM="m" > CONFIG_SND_POWERMAC="m" > + CONFIG_SND_VMASTER="y" > fi > fi > if alsa_check_kconfig_option "powermac-auto-drc"; then > > They were needed in making alsa-driver-1.0.18a for the new vmaster > controls, but I couldn't see the files in your driver-tree. They are generated automatically via gitcompile script, so you don't have to touch them. Applied the other patch to alsa-driver tree now, too. Thanks! Takashi