summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa/module.conf
blob: 228c9d4027a3c08557fbe39ccfa0cbabf317d201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
REQUIRED_BINARIES="
	amixer
	alsamixer
	aplay
"
REQUIRED_DIRECTORIES="	/usr/share/alsa
			/etc/modprobe.d
"