Re: [PATCH v3 0/4] ASoC: pcm512x: Patch series to set fmt from `set_fmt()`

2020-11-16 Thread Mark Brown
On Sun, 15 Nov 2020 13:23:02 +0100, Kirill Marinushkin wrote: > Set format from `set_fmt()` func instead of `hw_params()`, plus supportive > commits > > Kirill Marinushkin (4): > ASoC: pcm512x: Fix not setting word length if DAIFMT_CBS_CFS > ASoC: pcm512x: Rearrange operations in

Re: [PATCH v3 0/4] ASoC: pcm512x: Patch series to set fmt from `set_fmt()`

2020-11-16 Thread Peter Ujfalusi
Kirill, On 15/11/2020 14.23, Kirill Marinushkin wrote: > Set format from `set_fmt()` func instead of `hw_params()`, plus supportive > commits Thank you for the clean series! Reviewed-by: Peter Ujfalusi > Kirill Marinushkin (4): > ASoC: pcm512x: Fix not setting word length if DAIFMT_CBS_CFS

[PATCH v3 0/4] ASoC: pcm512x: Patch series to set fmt from `set_fmt()`

2020-11-15 Thread Kirill Marinushkin
Set format from `set_fmt()` func instead of `hw_params()`, plus supportive commits Kirill Marinushkin (4): ASoC: pcm512x: Fix not setting word length if DAIFMT_CBS_CFS ASoC: pcm512x: Rearrange operations in `hw_params()` ASoC: pcm512x: Move format check into `set_fmt()` ASoC: pcm512x: Add