All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] alsactl init: ca0106 file was omitted
@ 2013-05-26 22:54 Gabriel M. Beddingfield
  2013-05-27  7:10 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel M. Beddingfield @ 2013-05-26 22:54 UTC (permalink / raw)
  To: alsa-devel; +Cc: Gabriel M. Beddingfield

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 <gabrbedd@gmail.com>
---
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-27  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 22:54 [PATCH] alsactl init: ca0106 file was omitted Gabriel M. Beddingfield
2013-05-27  7:10 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.