8 Jun
2017
8 Jun
'17
5:50 p.m.
On Wed, Jun 07, 2017 at 12:29:05AM +0000, Kuninori Morimoto wrote:
+#define asoc_simple_card_clk_enable(dai) clk_prepare_enable((dai)->clk) +#define asoc_simple_card_clk_disable(dai) clk_disable_unprepare((dai)->clk)
Could we make these static inline functions instead please? It shouldn't make any difference to the generated code but it's a bit more type safe.