]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: mpc8610_hpcd/p1022_ds/p1022_rdk: use modern dai_link style
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 6 Jun 2019 04:15:25 +0000 (13:15 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 6 Jun 2019 20:42:35 +0000 (21:42 +0100)
commit8e0add0d87331f3bf941495376aad8d4dfc6ca04
tree9d584b3e978ac3d2696950bf89df01ba82d1683c
parent195da8cbdc74c81a4cf04e00ce5916435087c211
ASoC: fsl: mpc8610_hpcd/p1022_ds/p1022_rdk: 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.

mpc8610_hpcd/p1022_ds/p1022_rdk are sharing fsl_asoc_get_dma_channel()
which setups platform. We need to update these by 1 patch.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_utils.c
sound/soc/fsl/mpc8610_hpcd.c
sound/soc/fsl/p1022_ds.c
sound/soc/fsl/p1022_rdk.c