summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa/module.conf.debian
blob: 4f1464a2e00e9fe9eee5ca8706063e70b5e0518c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
	alsa-utils
	alsa-tools
	libasound2
	libasound2-data
	libasound2-plugins
"

REQUIRED_DIRECTORIES+="
	/etc/modprobe.d
"