summaryrefslogtreecommitdiffstats
path: root/rules/alsa-utils.in
blob: 07e0865936bf93a5aa2ae909b4723a69b8800a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config ALSA_UTILS
	bool
	prompt "Alsa Utils"
	select NCURSES
	select ALSA_LIB
# all tools from this package rely on special parts in the library:
	select ALSA_LIB_MIXER
	select ALSA_LIB_PCM
	select ALSA_LIB_RAWMIDI
	select ALSA_LIB_SEQ
	select GLIBC_PTHREAD
	help
	  Some utils to handle the Advanced Linux Sound Architecture.
	  With this utils you can control your sound device, playing and
	  recording sounds.