Re: [PATCH v2 -next 1/2] ASoC: ak5558: correct reset polarity

2021-04-14 Thread Mark Brown
On Wed, 14 Apr 2021 14:33:43 +0800, Shengjiu Wang wrote: > Reset (aka power off) happens when the reset gpio is made active. > The reset gpio is GPIO_ACTIVE_LOW Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: ak5558: correct reset

[PATCH v2 -next 1/2] ASoC: ak5558: correct reset polarity

2021-04-14 Thread Shengjiu Wang
Reset (aka power off) happens when the reset gpio is made active. The reset gpio is GPIO_ACTIVE_LOW Fixes: 920884777480 ("ASoC: ak5558: Add support for AK5558 ADC driver") Signed-off-by: Shengjiu Wang --- changes in v2: - split the patch to two patches. sound/soc/codecs/ak5558.c | 4 ++-- 1