From ebb5ab7d846e2702640a7d754127083412b15816 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:18:06 +0100 Subject: [PATCH] conf: NFORCE: define pcm configuration block only one time There may be multiple NFORCE soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/NFORCE.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/conf/cards/NFORCE.conf b/src/conf/cards/NFORCE.conf index 64d15479..088cd8ce 100644 --- a/src/conf/cards/NFORCE.conf +++ b/src/conf/cards/NFORCE.conf @@ -4,7 +4,7 @@ -NFORCE.pcm.front.0 { +NFORCE.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -21,7 +21,7 @@ NFORCE.pcm.front.0 { } # default with dmix+softvol & dsnoop -NFORCE.pcm.default { +NFORCE.pcm.!default { @args [ CARD ] @args.CARD { type string @@ -52,7 +52,7 @@ NFORCE.pcm.default { -NFORCE.pcm.surround40.0 { +NFORCE.pcm.surround40.!0 { @args [ CARD ] @args.CARD { type string @@ -103,7 +103,7 @@ NFORCE.pcm.surround40.0 { -NFORCE.pcm.surround51.0 { +NFORCE.pcm.surround51.!0 { @args [ CARD ] @args.CARD { type string @@ -174,7 +174,7 @@ NFORCE.pcm.surround51.0 { -NFORCE.pcm.surround71.0 { +NFORCE.pcm.surround71.!0 { @args [ CARD ] @args.CARD { type string @@ -247,7 +247,7 @@ NFORCE.pcm.surround71.0 { -NFORCE.pcm.iec958.0 { +NFORCE.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string -- 2.47.3