summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa/module.conf.debian
diff options
context:
space:
mode:
authorSimon Rettberg2022-12-12 15:31:06 +0100
committerSimon Rettberg2022-12-12 15:31:06 +0100
commit20a74d7b383bd2ac377160f6a1f5143dfd378956 (patch)
treeb329eb6c6264a5a13232bdbf5112674c322feda3 /core/modules/alsa/module.conf.debian
parent[libvirt-python/libvirt-src] Bump version to 8.10 (diff)
downloadmltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.gz
mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.xz
mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.zip
Make buildable on debian 12
Diffstat (limited to 'core/modules/alsa/module.conf.debian')
-rw-r--r--core/modules/alsa/module.conf.debian5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/alsa/module.conf.debian b/core/modules/alsa/module.conf.debian
index ec5c8e79..4f1464a2 100644
--- a/core/modules/alsa/module.conf.debian
+++ b/core/modules/alsa/module.conf.debian
@@ -1,7 +1,12 @@
#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
alsa-utils
+ alsa-tools
libasound2
libasound2-data
libasound2-plugins
"
+
+REQUIRED_DIRECTORIES+="
+ /etc/modprobe.d
+"