Re: [PATCH v2 3/6] ASoC: sgtl5000: Fix of unmute outputs on probe

2019-07-11 Thread Igor Opaniuk
On Tue, Jun 25, 2019 at 10:54 AM Oleksandr Suvorov wrote: > > To enable "zero cross detect" for ADC/HP, change > HP_ZCD_EN/ADC_ZCD_EN bits only instead of writing the whole > CHIP_ANA_CTRL register. > > Signed-off-by: Oleksandr Suvorov > --- > > sound/soc/codecs/sgtl5000.c | 6 +++--- > 1 file

[PATCH v2 3/6] ASoC: sgtl5000: Fix of unmute outputs on probe

2019-06-25 Thread Oleksandr Suvorov
To enable "zero cross detect" for ADC/HP, change HP_ZCD_EN/ADC_ZCD_EN bits only instead of writing the whole CHIP_ANA_CTRL register. Signed-off-by: Oleksandr Suvorov --- sound/soc/codecs/sgtl5000.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git