From e63d082a358e5eec8fde2abb1044f339b491c579 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 19 Jun 2024 03:21:31 +0000 Subject: [PATCH] Wed Jun 19 03:20:48 UTC 2024 Kernel update --- bsp/drivers/sound/platform/snd_sunxi_mach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/drivers/sound/platform/snd_sunxi_mach.c b/bsp/drivers/sound/platform/snd_sunxi_mach.c index ce0cffb297..9b05615012 100644 --- a/bsp/drivers/sound/platform/snd_sunxi_mach.c +++ b/bsp/drivers/sound/platform/snd_sunxi_mach.c @@ -459,7 +459,7 @@ static int simple_parse_of(struct asoc_simple_priv *priv) /* For single DAI link & old style of DT node */ ret = simple_dai_link_of(top_np, priv); if (ret < 0) { - SND_LOG_ERR("simple_dai_link_of failed\n"); + SND_LOG_DEBUG("simple_dai_link_of failed\n"); return ret; }