guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services/sound: Add a udev extension for the puls


From: guix-commits
Subject: branch master updated: services/sound: Add a udev extension for the pulseaudio service type.
Date: Tue, 01 Feb 2022 21:53:24 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fff4daa5c2 services/sound: Add a udev extension for the pulseaudio 
service type.
fff4daa5c2 is described below

commit fff4daa5c2bfbf42c7ad2519f500bd254ce880a8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 30 22:24:02 2022 -0500

    services/sound: Add a udev extension for the pulseaudio service type.
    
    PulseAudio provides udev rules used to adjust the configuration of certain
    hardware (e.g., sound cards); ensure they get used.
    
    * gnu/services/sound.scm (pulseaudio-service-type): Extend the
    udev-service-type with the pulseaudio package.
---
 gnu/services/sound.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/sound.scm b/gnu/services/sound.scm
index 1217223a0c..03e62a1e36 100644
--- a/gnu/services/sound.scm
+++ b/gnu/services/sound.scm
@@ -159,7 +159,8 @@ ctl.!default {
    (extensions
     (list (service-extension session-environment-service-type
                              pulseaudio-environment)
-          (service-extension etc-service-type pulseaudio-etc)))
+          (service-extension etc-service-type pulseaudio-etc)
+          (service-extension udev-service-type (const (list pulseaudio)))))
    (default-value (pulseaudio-configuration))
    (description "Configure PulseAudio sound support.")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]