From: Jaroslav Kysela Date: Wed, 10 Dec 2025 15:18:15 +0000 (+0100) Subject: conf: RME96[35][26]: define pcm configuration block only one time X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f03528daf2ee177d2003b4d40824506f3a3558f4;p=alsa-lib.git conf: RME96[35][26]: define pcm configuration block only one time There may be multiple RME96[35][26] soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf/cards/RME9636.conf b/src/conf/cards/RME9636.conf index e8dc5fad..17b3a1ab 100644 --- a/src/conf/cards/RME9636.conf +++ b/src/conf/cards/RME9636.conf @@ -4,7 +4,7 @@ -RME9636.pcm.front.0 { +RME9636.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -17,7 +17,7 @@ RME9636.pcm.front.0 { -RME9636.pcm.iec958.0 { +RME9636.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string diff --git a/src/conf/cards/RME9652.conf b/src/conf/cards/RME9652.conf index 1147d810..a11e42b2 100644 --- a/src/conf/cards/RME9652.conf +++ b/src/conf/cards/RME9652.conf @@ -4,7 +4,7 @@ -RME9652.pcm.front.0 { +RME9652.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -17,7 +17,7 @@ RME9652.pcm.front.0 { -RME9652.pcm.iec958.0 { +RME9652.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string