From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] alsactl init: ca0106 file was omitted Date: Mon, 27 May 2013 09:10:15 +0200 Message-ID: References: <1369608885-3654-1-git-send-email-gabrbedd@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 mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 3FA882616AC for ; Mon, 27 May 2013 09:09:58 +0200 (CEST) In-Reply-To: <1369608885-3654-1-git-send-email-gabrbedd@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "Gabriel M. Beddingfield" Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Sun, 26 May 2013 15:54:44 -0700, Gabriel M. Beddingfield wrote: > > The file alsactl/init/00main includes the line: > > CARDINFO{driver}=="CA0106", INCLUDE="ca0106", GOTO="init_end" > > However, the file alsactl/init/ca0106 is not making it into the > release tarballs (nor to user installations). > > This patch adds the ca0106 file to the build. > > Signed-off-by: Gabriel M. Beddingfield Thanks, applied. Takashi > --- > CAVEAT EMPTOR: I found this issue while helping someone in > the #alsa channel. I have no way to test this patch. > > alsactl/init/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/alsactl/init/Makefile.am b/alsactl/init/Makefile.am > index 9e2b83d..64dac41 100644 > --- a/alsactl/init/Makefile.am > +++ b/alsactl/init/Makefile.am > @@ -1,7 +1,7 @@ > > init_files = \ > 00main default help info test \ > - hda > + hda ca0106 > EXTRA_DIST = $(init_files) > alsainitdir = $(datadir)/alsa/init > alsainit_DATA = $(init_files) > -- > 1.7.9.5 > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >