GNU bug report logs - #61590
[PATCH 0/3] Export accessors for sound services.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sat, 18 Feb 2023 00:51:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 61590 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Victal <mirai <at> makinata.eu>
To: 61590 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH 2/3] services: alsa: Export accessors.
Date: Sat, 18 Feb 2023 00:51:32 +0000
* gnu/services/sound.scm: Export alsa-configuration?,
alsa-configuration-alsa-plugins, alsa-configuration-pulseaudio?
and alsa-configuration-extra-options.
---
 gnu/services/sound.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/services/sound.scm b/gnu/services/sound.scm
index 73bdc08b68..c3f64171dc 100644
--- a/gnu/services/sound.scm
+++ b/gnu/services/sound.scm
@@ -38,6 +38,10 @@ (define-module (gnu services sound)
   #:use-module (ice-9 match)
   #:use-module (srfi srfi-1)
   #:export (alsa-configuration
+            alsa-configuration?
+            alsa-configuration-alsa-plugins
+            alsa-configuration-pulseaudio?
+            alsa-configuration-extra-options
             alsa-service-type
 
             pulseaudio-configuration
-- 
2.39.1





This bug report was last modified 2 years and 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.