9 Jun
2017
9 Jun
'17
2:39 a.m.
Hi Mark
+#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.
OK, will do in v2
Best regards --- Kuninori Morimoto