From 4218b999e4825c3555869205fe7532abae5d2edf Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 22 Jul 2023 16:49:24 -0300 Subject: [PATCH] AudioPCI: Fix unterminated codec list --- src/sound/snd_audiopci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sound/snd_audiopci.c b/src/sound/snd_audiopci.c index ded3d7450..d91ab38b9 100644 --- a/src/sound/snd_audiopci.c +++ b/src/sound/snd_audiopci.c @@ -2070,7 +2070,8 @@ static const device_config_t es1371_config[] = { { .description = "TriTech TR28023 / Creative CT1297", .value = AC97_CODEC_TR28023 - } + }, + { .description = "" } }, .default_int = AC97_CODEC_TR28023 },