7 Jun
2019
7 Jun
'19
6:57 a.m.
Hi Mark
Some drivers don't need to have special Platform component, but was mandatory at legacy style ALSA SoC. Thus, there is this kind of settings on some drivers.
dai_link->platform_of_node = dai_link->cpu_of_node;
This means, Platform == CPU. But it will be ignored, because it is already added when CPU bindings. Thus, this settings is not needed. This patchset supports no Platform.
Last patch removes dummy platform which is no longer needed. I think we don't need it anymore, but, should we keep it... ?
I noticed few patches were missed. I will post these
Thank you for your help !! Best regards --- Kuninori Morimoto