summaryrefslogtreecommitdiffstats
path: root/rules/alsa-utils.in
blob: ec4742b18acb17e6a7f6763e8557d924fb20f31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## SECTION=multimedia_sound

menuconfig ALSA_UTILS
	tristate
	prompt "alsa utils                    "
	select NCURSES
	select ALSA_LIB
# alsa-utils fails with the salsa-lib
	select ALSA_LIB_FULL
# 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 LIBC_PTHREAD
	help
	  Some utils to handle the Advanced Linux Sound Architecture.
	  With these utils you can control your sound device, for
	  playback and recording of sounds.

if ALSA_UTILS

config ALSA_UTILS_STARTSCRIPT
	bool
	default y
	prompt "install /etc/init.d/alsa-utils"

config ALSA_UTILS_ASOUND_STATE
	bool
	prompt "install /etc/asound.state from projectroot"
	help
	  install a default asound.state file from the projectroot

config ALSA_UTILS_ALSAMIXER
	bool
	prompt "alsamixer"
	help
	  Build the alsamixer tool.

endif