OSDN Git Service

alsactl init: ca0106 file was omitted
authorGabriel M. Beddingfield <gabrbedd@gmail.com>
Sun, 26 May 2013 22:54:44 +0000 (15:54 -0700)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 May 2013 07:09:14 +0000 (09:09 +0200)
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
alsactl/init/Makefile.am

index 9e2b83d..64dac41 100644 (file)
@@ -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)