Skip to content

Commit

Permalink
set simple_dai_link_of failed to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored Jun 19, 2024
1 parent c3c112b commit 42e1c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/drivers/sound/platform/snd_sunxi_mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 42e1c42

Please sign in to comment.