config.mk 548 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1
+pulse: use/sound/pulse; @:
2
+alsa:  use/sound/alsa; @:
Michael Shigorin's avatar
Michael Shigorin committed
3

4
# "bare" ALSA (which is good enough for many of us) with persistent levels
Michael Shigorin's avatar
Michael Shigorin committed
5 6
use/sound:
	@$(call add_feature)
7
	@$(call add,THE_KMODULES,alsa sound)
8
	@$(call add,THE_LISTS,sound/base)
9
	@$(call add,THE_LISTS,$$(THE_SOUND))
10 11 12

# ALSA only sound (additional utils needed if using pulseaudio)
use/sound/alsa: use/sound
13
	@$(call set,THE_SOUND,sound/alsa)
Michael Shigorin's avatar
Michael Shigorin committed
14 15 16

# PulseAudio (useful for per-app levels, dynamic devices and networked sound)
use/sound/pulse: use/sound
17
	@$(call set,THE_SOUND,sound/pulseaudio)