ASoC: Intel: skl-pcm: use modern dai_link style
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 6 Jun 2019 04:21:51 +0000 (13:21 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 6 Jun 2019 21:19:22 +0000 (22:19 +0100)
commit2bfa8c35d90c2f3f6fc1814d37bc80f13246a762
tree7ab48dd8828ad4e4b316b3ce64ab04f526e090be
parent318796d854ff57ec9a60fd002f8514ed872a4f0e
ASoC: Intel: skl-pcm: use modern dai_link style

ASoC is now supporting modern style dai_link
(= snd_soc_dai_link_component) for CPU/Codec/Platform.
This patch switches to use it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-pcm.c