summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 17:11:47 +0200
committerroot2020-05-19 17:11:47 +0200
commit0123b8615c58f2de3e8b95bdcb2d7dc808ab9196 (patch)
tree599151dee415ab5e57099c101a88eee0bcd41e7b /core/modules/alsa
parent[rfs-stage31] Don't check for misc kernel module folder (diff)
downloadmltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.gz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.xz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.zip
Debian!
Diffstat (limited to 'core/modules/alsa')
-rw-r--r--core/modules/alsa/module.conf4
-rw-r--r--core/modules/alsa/module.conf.debian10
-rw-r--r--core/modules/alsa/module.conf.ubuntu4
3 files changed, 9 insertions, 9 deletions
diff --git a/core/modules/alsa/module.conf b/core/modules/alsa/module.conf
index 228c9d40..9297bc92 100644
--- a/core/modules/alsa/module.conf
+++ b/core/modules/alsa/module.conf
@@ -4,7 +4,7 @@ REQUIRED_BINARIES="
alsamixer
aplay
"
-REQUIRED_DIRECTORIES=" /usr/share/alsa
- /etc/modprobe.d
+REQUIRED_DIRECTORIES="
+ /usr/share/alsa
"
diff --git a/core/modules/alsa/module.conf.debian b/core/modules/alsa/module.conf.debian
index a6ced7fd..ec5c8e79 100644
--- a/core/modules/alsa/module.conf.debian
+++ b/core/modules/alsa/module.conf.debian
@@ -1,11 +1,7 @@
#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- alsa-utils
- alsa-base
- libasound2
-"
REQUIRED_CONTENT_PACKAGES="
alsa-utils
- alsa-base
- libasound2
+ libasound2
+ libasound2-data
+ libasound2-plugins
"
diff --git a/core/modules/alsa/module.conf.ubuntu b/core/modules/alsa/module.conf.ubuntu
index 95684832..bae01ed1 100644
--- a/core/modules/alsa/module.conf.ubuntu
+++ b/core/modules/alsa/module.conf.ubuntu
@@ -6,3 +6,7 @@ REQUIRED_CONTENT_PACKAGES="
libasound2-data
libasound2-plugins
"
+
+REQUIRED_DIRECTORIES+="
+ /etc/modprobe.d
+"