ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names
authorSameer Pujar <spujar@nvidia.com>
Mon, 2 Nov 2020 15:10:10 +0000 (20:40 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 10 Nov 2020 17:28:19 +0000 (17:28 +0000)
commite6aeb375d25dba56c4089b1d6aa0a77fe218ef3b
tree9fd020f0a7702ec47ec78618b4b1b4bcb695a96a
parentaa293777bfeb75fb8872565ef99cc0e8b98b5c7d
ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names

For multiple instances of components, using DAI name alone for DAI links
is causing conflicts. Components can define multiple DAIs and hence using
just a device name won't help either. Thus DT device node reference and
DAI names are used to uniquely represent DAI link names.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/1604329814-24779-4-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c