On Thu, May 14, 2020 at 05:37:32PM +0900, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > snd_soc_runtime_activate()/deactivate() are implemented by global funtion > which are just calling snd_soc_runtime_action(). > We can replace it to macro, and this patch do it. > This patch is prepare for xxx_active cleanup. It'd be better to use static inline functions rather than macros - unlike the loop iterators there's no C syntax reason not to use an inline and inline functions provide better type safety and namespacing.