From 0ba7c2716567875d207b71b61e1205b855c7fd9c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 12:12:47 +0100 Subject: [PATCH] conf: Echo3G: define pcm configuration block only one time There may be multiple Echo3G soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/Echo_Echo3G.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/conf/cards/Echo_Echo3G.conf b/src/conf/cards/Echo_Echo3G.conf index 766f13f7..fb2a7b67 100644 --- a/src/conf/cards/Echo_Echo3G.conf +++ b/src/conf/cards/Echo_Echo3G.conf @@ -3,7 +3,7 @@ # -Echo_Echo3G.pcm.front.0 { +Echo_Echo3G.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -15,7 +15,7 @@ Echo_Echo3G.pcm.front.0 { } -Echo_Echo3G.pcm.rear.0 { +Echo_Echo3G.pcm.rear.!0 { @args [ CARD ] @args.CARD { type string @@ -27,7 +27,7 @@ Echo_Echo3G.pcm.rear.0 { } -Echo_Echo3G.pcm.center_lfe.0 { +Echo_Echo3G.pcm.center_lfe.!0 { @args [ CARD ] @args.CARD { type string @@ -39,7 +39,7 @@ Echo_Echo3G.pcm.center_lfe.0 { } -Echo_Echo3G.pcm.side.0 { +Echo_Echo3G.pcm.side.!0 { @args [ CARD ] @args.CARD { type string @@ -51,7 +51,7 @@ Echo_Echo3G.pcm.side.0 { } -Echo_Echo3G.pcm.surround40.0 { +Echo_Echo3G.pcm.surround40.!0 { @args [ CARD ] @args.CARD { type string @@ -86,7 +86,7 @@ Echo_Echo3G.pcm.surround40.0 { } -Echo_Echo3G.pcm.surround41.0 { +Echo_Echo3G.pcm.surround41.!0 { @args [ CARD ] @args.CARD { type string @@ -131,7 +131,7 @@ Echo_Echo3G.pcm.surround41.0 { } -Echo_Echo3G.pcm.surround50.0 { +Echo_Echo3G.pcm.surround50.!0 { @args [ CARD ] @args.CARD { type string @@ -176,7 +176,7 @@ Echo_Echo3G.pcm.surround50.0 { } -Echo_Echo3G.pcm.surround51.0 { +Echo_Echo3G.pcm.surround51.!0 { @args [ CARD ] @args.CARD { type string @@ -222,7 +222,7 @@ Echo_Echo3G.pcm.surround51.0 { } -Echo_Echo3G.pcm.surround71.0 { +Echo_Echo3G.pcm.surround71.!0 { @args [ CARD ] @args.CARD { type string @@ -279,7 +279,7 @@ Echo_Echo3G.pcm.surround71.0 { } -Echo_Echo3G.pcm.iec958.0 { +Echo_Echo3G.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string -- 2.47.3