From 8340b3c6b31a4e4c02f69bf36f3958d390c724b9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:18:06 +0100 Subject: [PATCH] conf: PS3: define pcm configuration block only one time There may be multiple PS3 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/PS3.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/cards/PS3.conf b/src/conf/cards/PS3.conf index b642f0dc..486d790c 100644 --- a/src/conf/cards/PS3.conf +++ b/src/conf/cards/PS3.conf @@ -4,7 +4,7 @@ -PS3.pcm.front.0 { +PS3.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -22,7 +22,7 @@ PS3.pcm.front.0 { } # default with dmix+softvol -PS3.pcm.default { +PS3.pcm.!default { @args [ CARD ] @args.CARD { type string @@ -47,7 +47,7 @@ PS3.pcm.default { -PS3.pcm.iec958.0 { +PS3.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string -- 2.47.3