From ab2290a6e0cbd0515393862f687492b8ae87c276 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 1 Aug 2025 18:02:57 +0200 Subject: [PATCH] conf/pistachio: fix syntax It was missing closing brackets since its introduction. Fixes: 4dfa8f08fb83 ("conf/cards: add support for pistachio-card.") Signed-off-by: Olivier Blin --- src/conf/cards/pistachio-card.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf/cards/pistachio-card.conf b/src/conf/cards/pistachio-card.conf index 59cd920e..f68865eb 100644 --- a/src/conf/cards/pistachio-card.conf +++ b/src/conf/cards/pistachio-card.conf @@ -55,4 +55,5 @@ pistachio-card.pcm.default{ type hw card $CARD device $DEVICE - + } +}