Re: [PATCH 1/5] ASoC: stm32: properly get clk from the provider

2021-04-12 Thread Stephen Boyd
Quoting Jerome Brunet (2021-04-10 04:13:52) > Instead of using the clk embedded in the clk_hw (which is meant to go > away), a clock provider which need to interact with its own clock should > request clk reference through the clock provider API. > > Signed-off-by: Jerome Brunet > --- Reviewed-b

[PATCH 1/5] ASoC: stm32: properly get clk from the provider

2021-04-10 Thread Jerome Brunet
Instead of using the clk embedded in the clk_hw (which is meant to go away), a clock provider which need to interact with its own clock should request clk reference through the clock provider API. Signed-off-by: Jerome Brunet --- sound/soc/stm/stm32_sai_sub.c | 5 - 1 file changed, 4 inserti