From 001a2f3809865d071b53e802d4fbc89bb37a2fe1 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:17:45 +0100 Subject: [PATCH] conf: ES1968: define pcm configuration block only one time There may be multiple ES1968 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/ES1968.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/cards/ES1968.conf b/src/conf/cards/ES1968.conf index a6ee1192..296baa13 100644 --- a/src/conf/cards/ES1968.conf +++ b/src/conf/cards/ES1968.conf @@ -2,7 +2,7 @@ -ES1968.pcm.front.0 { +ES1968.pcm.front.!0 { @args [ CARD ] @args.CARD { type string -- 2.47.3