summaryrefslogtreecommitdiffstats
path: root/remote/modules/alsa
diff options
context:
space:
mode:
authorSimon Rettberg2013-07-29 13:47:58 +0200
committerSimon Rettberg2013-07-29 13:47:58 +0200
commitf3dcc87dbbc8ba18365cfacbce6680ebfc6c3d7e (patch)
treecc65e3957079b2a6bf705868cc1e8821607ec68a /remote/modules/alsa
parent<BREAKING> Start to implement distribution specific module configs instead of (diff)
downloadtm-scripts-f3dcc87dbbc8ba18365cfacbce6680ebfc6c3d7e.tar.gz
tm-scripts-f3dcc87dbbc8ba18365cfacbce6680ebfc6c3d7e.tar.xz
tm-scripts-f3dcc87dbbc8ba18365cfacbce6680ebfc6c3d7e.zip
[alsa] Adapt module to new config system
Diffstat (limited to 'remote/modules/alsa')
-rw-r--r--remote/modules/alsa/alsa.conf4
-rw-r--r--remote/modules/alsa/alsa.conf.opensuse (renamed from remote/modules/alsa/alsa.conf.zypper)0
-rw-r--r--remote/modules/alsa/alsa.conf.ubuntu5
3 files changed, 5 insertions, 4 deletions
diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf
index 0e7a41ec..2a8be7a1 100644
--- a/remote/modules/alsa/alsa.conf
+++ b/remote/modules/alsa/alsa.conf
@@ -1,7 +1,3 @@
-REQUIRED_CONTENT_PACKAGES=" alsa-utils
- alsa-base
- libasound2
-"
REQUIRED_BINARIES="
amixer
alsamixer
diff --git a/remote/modules/alsa/alsa.conf.zypper b/remote/modules/alsa/alsa.conf.opensuse
index 17651c29..17651c29 100644
--- a/remote/modules/alsa/alsa.conf.zypper
+++ b/remote/modules/alsa/alsa.conf.opensuse
diff --git a/remote/modules/alsa/alsa.conf.ubuntu b/remote/modules/alsa/alsa.conf.ubuntu
new file mode 100644
index 00000000..b1f9f0e2
--- /dev/null
+++ b/remote/modules/alsa/alsa.conf.ubuntu
@@ -0,0 +1,5 @@
+REQUIRED_CONTENT_PACKAGES="
+ alsa-utils
+ alsa-base
+ libasound2
+"