From 17ffe17f0356f333f8bf8734a02ab419bd19cd99 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 10 Dec 2025 16:25:34 +0100 Subject: [PATCH] conf: pistachio-card: define pcm configuration block only one time There may be multiple pistachio-card soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela --- src/conf/cards/pistachio-card.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/cards/pistachio-card.conf b/src/conf/cards/pistachio-card.conf index f68865eb..15cfd60b 100644 --- a/src/conf/cards/pistachio-card.conf +++ b/src/conf/cards/pistachio-card.conf @@ -29,7 +29,7 @@ https://docs.creatordev.io/ci40/guides/hardwaredocs/MIPS_Creator_cXT200_Technica # Subdevice #0: subdevice #0 # -pistachio-card.pcm.default{ +pistachio-card.pcm.!default { @args [ CARD ] @args.CARD { type string -- 2.47.3