From 51d75e5f072698d6ec03957cf87b735117f05ab4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:18:15 +0100 Subject: [PATCH] conf: SI7018: define pcm configuration block only one time There may be multiple SI7018 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/SI7018.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/conf/cards/SI7018.conf b/src/conf/cards/SI7018.conf index 02b8fc87..33d19085 100644 --- a/src/conf/cards/SI7018.conf +++ b/src/conf/cards/SI7018.conf @@ -6,7 +6,7 @@ -SI7018.pcm.front.0 { +SI7018.pcm.front.!0 { @args [ CARD ] @args.CARD { type string @@ -18,7 +18,7 @@ SI7018.pcm.front.0 { -SI7018.pcm.rear.0 { +SI7018.pcm.rear.!0 { @args [ CARD ] @args.CARD { type string @@ -44,7 +44,7 @@ SI7018.pcm.rear.0 { -SI7018.pcm.surround40.0 { +SI7018.pcm.surround40.!0 { @args [ CARD ] @args.CARD { type string @@ -83,7 +83,7 @@ SI7018.pcm.surround40.0 { -SI7018.pcm.surround51.0 { +SI7018.pcm.surround51.!0 { @args [ CARD ] @args.CARD { type string @@ -130,7 +130,7 @@ SI7018.pcm.surround51.0 { -SI7018.pcm.iec958.0 { +SI7018.pcm.iec958.!0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string -- 2.47.3