From 3d636ff5309e3672c0acc784c9539af4396d2dfb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:18:06 +0100 Subject: [PATCH] conf: PC-Speaker: define pcm configuration block only one time There may be multiple PC-Speaker soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/PC-Speaker.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/cards/PC-Speaker.conf b/src/conf/cards/PC-Speaker.conf index c82654d8..8a40a139 100644 --- a/src/conf/cards/PC-Speaker.conf +++ b/src/conf/cards/PC-Speaker.conf @@ -4,7 +4,7 @@ -PC-Speaker.pcm.front.0 { +PC-Speaker.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -23,7 +23,7 @@ PC-Speaker.pcm.front.0 { } # default with dmix & null -PC-Speaker.pcm.default { +PC-Speaker.pcm.!default { @args [ CARD ] @args.CARD { type string -- 2.47.3