[alsa-devel] [PATCH 09/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_clk()
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Mon Jul 4 01:58:37 CEST 2016
Hi Mark
> > Oops, of_clk_get() doesn't have devm_of_clk_get() ?
>
> Perhaps add it?
>
> > (and no of_clk_put() ... )
> > I will keep above as-is in v3. We can fix it incrementally (?)
>
> You can just use regular clk_put() with of_clk_get().
Ohh.. OK, but can I do it in additional patch ?
Because main purpose of this patch is cleanup by using util.c,
not adding new feature.
Maybe it can be
0001 add devm_of_clk_get()
0002 use devm_of_clk_get() on simple-card-utils.c
More information about the Alsa-devel
mailing list