From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz Subject: Re: [RFC] [Patch 1/2] Add virtual master control Date: Wed, 30 Jan 2008 10:19:10 -0500 Message-ID: <20080130151909.GA11068@caradoc.them.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from nan.false.org (NaN.false.org [208.75.86.248]) by alsa0.perex.cz (Postfix) with ESMTP id 2F2FE10389A for ; Wed, 30 Jan 2008 16:19:13 +0100 (CET) Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3E279983AF for ; Wed, 30 Jan 2008 15:19:11 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 21E7E9801D for ; Wed, 30 Jan 2008 15:19:11 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JKEiU-0004Dt-2P for alsa-devel@alsa-project.org; Wed, 30 Jan 2008 10:19:10 -0500 Content-Disposition: inline In-Reply-To: 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: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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. -- Daniel Jacobowitz CodeSourcery