Re: [PATCH 07/22] ASoC: samsung: i2s: Move clk supplier data to common driver data structure

2019-02-11 Thread Krzysztof Kozlowski
On Thu, 7 Feb 2019 at 18:01, Sylwester Nawrocki wrote: > > Having the clocks provider data in struct samsung_i2s_priv, i.e. per the I2S > controller instance, rather than per CPU DAI better models the hardware and > simplifies the code a little. The clock provider is common for both DAIs. > > Sign

[PATCH 07/22] ASoC: samsung: i2s: Move clk supplier data to common driver data structure

2019-02-07 Thread Sylwester Nawrocki
Having the clocks provider data in struct samsung_i2s_priv, i.e. per the I2S controller instance, rather than per CPU DAI better models the hardware and simplifies the code a little. The clock provider is common for both DAIs. Signed-off-by: Sylwester Nawrocki --- sound/soc/samsung/i2s.c | 68 ++