From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [RFC] [Patch 1/2] Add virtual master control Date: Wed, 30 Jan 2008 16:27:07 +0100 Message-ID: References: <20080130151909.GA11068@caradoc.them.org> 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 mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id AF62410382D for ; Wed, 30 Jan 2008 16:27:08 +0100 (CET) In-Reply-To: <20080130151909.GA11068@caradoc.them.org> 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: Daniel Jacobowitz Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 30 Jan 2008 10:19:10 -0500, Daniel Jacobowitz wrote: > > On Thu, Dec 20, 2007 at 04:45:17PM +0100, Takashi Iwai wrote: > > This patch adds the virtual master control to sound core. > > > > > > Takashi > > > > diff -r 1207d46e60b3 core/Kconfig > > --- a/core/Kconfig Mon Dec 03 15:15:59 2007 +0100 > > +++ b/core/Kconfig Mon Dec 03 15:46:17 2007 +0100 > > @@ -15,6 +15,9 @@ config SND_RAWMIDI > > config SND_RAWMIDI > > tristate > > depends on SND > > + > > +config SND_VMASTER > > + bool > > > > config SND_SEQUENCER > > tristate "Sequencer support" > > When you committed this to hg, you put vmaster.c into hda instead of > core - could you explain why? I'd like to use it with ice1724. Because HD-audio is the only user, so far. I don't want to expand the core stuff (and kconfig) unless really needed. Takashi