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

REQUIRED_DIRECTORIES+="
	/etc/modprobe.d
"