From 8264072ec906b9ff496f81543f7684be17bfd180 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 15 Oct 2020 13:34:05 +0200 Subject: [PATCH] ucm2: HDA-Intel - add error section when the HDA model is not supported Signed-off-by: Jaroslav Kysela --- ucm2/HDA-Intel/HDA-Intel.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ucm2/HDA-Intel/HDA-Intel.conf b/ucm2/HDA-Intel/HDA-Intel.conf index 109eea6..dea99cf 100644 --- a/ucm2/HDA-Intel/HDA-Intel.conf +++ b/ucm2/HDA-Intel/HDA-Intel.conf @@ -25,4 +25,7 @@ If.use { Include.init.File "/HDA-Intel/init.conf" } + True { + Error "UCM is not supported for this HDA model (${CardLongName})" + } } -- 2.47.1