12 Mar
2021
12 Mar
'21
12:49 p.m.
On Fri, Mar 12, 2021 at 10:32:54AM +0200, Daniel Baluta wrote:
On Tue, Mar 9, 2021 at 5:38 PM Mark Brown broonie@kernel.org wrote:
if (!dai_link->platforms->of_node)
dai_link->platforms->name = component->name;
Why would we prefer the node name over something explicitly configured?
Not sure I follow your question. I think the difference stands in the way we treat OF vs non-OF platforms.
If an explicit name has been provided why would we override it with an autogenerated one?