>From c13ec2d67b7388ef11586f4ed141c7d19b057425 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sat, 6 Jan 2018 16:06:55 +0700 Subject: [PATCH 1/3] sound: added udev-alsa in feature use/sound/alsa (+alsa) This one should care for default mixer levels upon boot. --- features.in/sound/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/sound/config.mk b/features.in/sound/config.mk index 02b603e..5761963 100644 --- a/features.in/sound/config.mk +++ b/features.in/sound/config.mk @@ -10,6 +10,7 @@ use/sound: # ALSA only sound (additional utils needed if using pulseaudio) use/sound/alsa: use/sound @$(call add,THE_PACKAGES,apulse) + @$(call add,THE_PACKAGES,udev-alsa) # PulseAudio (useful for per-app levels, dynamic devices and networked sound) use/sound/pulse: use/sound -- 2.10.4