Skip to content

Commit

Permalink
Wed Jun 19 03:20:47 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 19, 2024
1 parent 92b1084 commit 309cb6f
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 309cb6f

Please sign in to comment.