From a87570df7247d979eb5106ca549fa776e4c51ab3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:17:47 +0100 Subject: [PATCH] conf: GUS: define pcm configuration block only one time There may be multiple GUS soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/GUS.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/cards/GUS.conf b/src/conf/cards/GUS.conf index d744c548..a1ccd0e9 100644 --- a/src/conf/cards/GUS.conf +++ b/src/conf/cards/GUS.conf @@ -4,7 +4,7 @@ -GUS.pcm.front.0 { +GUS.pcm.front.!0 { @args [ CARD ] @args.CARD { type string -- 2.47.3