mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 15:40:50 +00: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…
x
Reference in New Issue
Block a user