[PATCH v2 01/21] ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macro

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Fri May 15 01:35:22 CEST 2020


Hi Mark

> > 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.

Oh, yes, indeed.
Will post v3 patch

Thank you for your help !!

Best regards
---
Kuninori Morimoto


More information about the Alsa-devel mailing list