commit | 929deb849b9e4319015070ead7ca976a4f16e303 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Sep 12 13:39:32 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 01 12:12:15 2019 +0100 |
tree | c23b3f849dd90d139745bc3ac90259bb4b74e9d4 | |
parent | 753ace0a34fbd39ac2ec654c6859823db420f69e [diff] |
ASoC: soc-core: create rtd->codec_dais first soc_new_pcm_runtime() allocs rtd and rtd->codec_dais. This patch allocs both first, and setup these after that. This is prepare for soc_new_pcm_runtime() cleanup. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87blvqf7qz.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>