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

REQUIRED_DIRECTORIES+="
	/etc/modprobe.d
"