]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: simple-card: support snd_soc_dai_link_component style for cpu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 6 Jun 2019 04:07:35 +0000 (13:07 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 6 Jun 2019 20:22:17 +0000 (21:22 +0100)
commitf107294c6422e772773b53dbf802186175b6289e
treea041d47f5b2e3cc99383b15d07ad3f70d7948919
parent08a5841e3a109f9ea7bfa9c64109aefa95a318c7
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>
include/sound/simple_card_utils.h
sound/soc/generic/audio-graph-card.c
sound/soc/generic/simple-card-utils.c
sound/soc/generic/simple-card.c