From: Jaroslav Kysela Date: Wed, 10 Dec 2025 11:12:47 +0000 (+0100) Subject: conf: AU88[123]0: define pcm configuration block only one time X-Git-Tag: v1.2.15.1~32 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ea984c3a7d6fbc3613c72614f5fce18ad2c7f9b1;p=alsa-lib.git conf: AU88[123]0: define pcm configuration block only one time There may be multiple AU88[123]0 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf/cards/AU8810.conf b/src/conf/cards/AU8810.conf index 24d46c34..6b596b68 100644 --- a/src/conf/cards/AU8810.conf +++ b/src/conf/cards/AU8810.conf @@ -4,7 +4,7 @@ -AU8810.pcm.front.0 { +AU8810.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -15,7 +15,7 @@ AU8810.pcm.front.0 { -AU8810.pcm.iec958.0 { +AU8810.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string diff --git a/src/conf/cards/AU8820.conf b/src/conf/cards/AU8820.conf index 07890254..fe2cbc11 100644 --- a/src/conf/cards/AU8820.conf +++ b/src/conf/cards/AU8820.conf @@ -4,7 +4,7 @@ -AU8820.pcm.front.0 { +AU8820.pcm.front.!0 { @args [ CARD ] @args.CARD { type string diff --git a/src/conf/cards/AU8830.conf b/src/conf/cards/AU8830.conf index 39e66d50..9cd78b3e 100644 --- a/src/conf/cards/AU8830.conf +++ b/src/conf/cards/AU8830.conf @@ -4,7 +4,7 @@ -AU8830.pcm.front.0 { +AU8830.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -19,7 +19,7 @@ AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0" -AU8830.pcm.iec958.0 { +AU8830.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string