forked from pool/alsa-utils
Takashi Iwai
d177d844c6
- Backport upstream fixes: 0002-alsactl-init-ca0106-file-was-omitted.patch 0003-alsactl-return-back-the-udevrules_DATA-rule-for-90-a.patch - Add missing ca0106 alsactl init file - Revert the udev file drop in the previous commit OBS-URL: https://build.opensuse.org/request/show/176753 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=81
37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
From 121df3694970d7eded56432c9baa24b8ccd122b1 Mon Sep 17 00:00:00 2001
|
|
From: "Gabriel M. Beddingfield" <gabrbedd@gmail.com>
|
|
Date: Sun, 26 May 2013 15:54:44 -0700
|
|
Subject: [PATCH] alsactl init: ca0106 file was omitted
|
|
|
|
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 | 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.8.2.3
|
|
|