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

3
# "bare" ALSA (which is good enough for many of us) with persistent levels
Michael Shigorin's avatar
Michael Shigorin committed
4 5
use/sound:
	@$(call add_feature)
6
	@$(call add,THE_KMODULES,alsa sound)
7
	@$(call add,THE_PACKAGES,amixer alsa-utils aplay udev-alsa)
Michael Shigorin's avatar
Michael Shigorin committed
8 9 10 11

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