commit | f107294c6422e772773b53dbf802186175b6289e | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jun 06 13:07:35 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Thu Jun 06 21:22:17 2019 +0100 |
tree | a041d47f5b2e3cc99383b15d07ad3f70d7948919 | |
parent | 08a5841e3a109f9ea7bfa9c64109aefa95a318c7 [diff] |
ASoC: simple-card: support snd_soc_dai_link_component style for cpu ASoC supports modern style dai_link (= snd_soc_dai_link_component) for CPU. legacy style dai_link (= cpu_dai_name, cpu_name, cpu_of_node) are no longer needed. This patch switches to modern style. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>