mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
This commit is contained in:
commit
ae16842306
@ -1056,7 +1056,7 @@ static int soc_bind_dai_link(struct snd_soc_card *card,
|
||||
if (!rtd->platform) {
|
||||
dev_err(card->dev, "ASoC: platform %s not registered\n",
|
||||
dai_link->platform_name);
|
||||
return -EPROBE_DEFER;
|
||||
goto _err_defer;
|
||||
}
|
||||
|
||||
soc_add_pcm_runtime(card, rtd);
|
||||
|
Loading…
Reference in New Issue
Block a user