ASoC: soc-core: defer card registration if codec component is missing
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 27 Jun 2019 12:13:49 +0000 (14:13 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 28 Jun 2019 12:40:58 +0000 (13:40 +0100)
commitaf18b13fedae4637b439d1265038b30929ca5a4c
tree39f8cad695b3938ceeca02d5139e8c2db8e4cc8c
parent8af6b2291e054773e2e58b2e5dbc06e981d14296
ASoC: soc-core: defer card registration if codec component is missing

Like cpus and platforms, defer sound card initialization if the codec
component is missing when initializing the dai_link

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c