Re: [PATCH 05/15] ASoC: cs42l42: Fix Bitclock polarity inversion

2021-03-02 Thread Mark Brown
On Tue, Mar 02, 2021 at 05:04:44PM +, Lucas Tanure wrote: > The driver was setting bit clock polarity opposite to intended polarity. This is a bug fix which should be a separate patch and at the start of the series so it should be sent separately before any non-fix stuff. > Also simplify the

[PATCH 05/15] ASoC: cs42l42: Fix Bitclock polarity inversion

2021-03-02 Thread Lucas Tanure
The driver was setting bit clock polarity opposite to intended polarity. Also simplify the code by grouping ADC and DAC clock configurations into a single field. Signed-off-by: Lucas Tanure --- sound/soc/codecs/cs42l42.c | 20 sound/soc/codecs/cs42l42.h | 11 ++- 2 f