1 Aug
2023
1 Aug
'23
5:04 p.m.
On Tue, Aug 01, 2023 at 04:14:37PM +0200, Amadeusz Sławiński wrote:
On 8/1/2023 1:23 AM, Kuninori Morimoto wrote:
It is still using snd_soc_{un}register_dai() manually. Let's use devm_snd_soc_register_dai().
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
There are two other related patches..., should this have been a patch series?
Given that there's no interrelationship between the patches other than them doing roughly the same thing there's no need, pulling things into a series is only needed if the patches depend on each other. Keeping things together can make repetitive things clearer, but splitting avoids anything getting stuck if one driver has an issue for some reason.