ASoC: wm_adsp: Ensure DSP boot work complete before preloader_put return
authorStuart Henderson <stuarth@opensource.cirrus.com>
Thu, 19 Jul 2018 10:50:37 +0000 (11:50 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 19 Jul 2018 14:09:41 +0000 (15:09 +0100)
commit868e49a4a00afaca07d2c450a02e49581eaece6c
tree0fcd1b871cfb98bd5c62f7b214f85aba931c95ca
parentd30e23d69981a4b665f5ce8711335df986576389
ASoC: wm_adsp: Ensure DSP boot work complete before preloader_put return

All controls derived from the loaded firmware should be created prior
to returning from the preloader's put function, such that they are
immediately available to user-space.

Signed-off-by: Stuart Henderson <stuarth@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c