Re: [PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG Ramp Control

2019-06-24 Thread Marcel Ziswiler
rnel.org; > > alsa-de...@alsa-project.org > > Subject: Re: [PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG > > Ramp Control > > > > On Tue, 2019-05-21 at 13:36 +0300, Oleksandr Suvorov wrote: > > > SGTL5000_SMALL_POP is a bit mask, not a value. U

Re: [PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG Ramp Control

2019-06-19 Thread Oleksandr Suvorov
> > From: Marcel Ziswiler > Sent: Thursday, June 13, 2019 12:05 > To: feste...@gmail.com; Oleksandr Suvorov > Cc: Igor Opaniuk; linux-kernel@vger.kernel.org; alsa-de...@alsa-project.org > Subject: Re: [PATCH v1 1/6] ASoC: sgtl5000: Fix

Re: [PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG Ramp Control

2019-06-13 Thread Marcel Ziswiler
On Tue, 2019-05-21 at 13:36 +0300, Oleksandr Suvorov wrote: > SGTL5000_SMALL_POP is a bit mask, not a value. Usage of > correct definition makes device probing code more clear. > > Signed-off-by: Oleksandr Suvorov Reviewed-by: Marcel Ziswiler > --- > > sound/soc/codecs/sgtl5000.c | 2 +- > s

[PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG Ramp Control

2019-05-21 Thread Oleksandr Suvorov
SGTL5000_SMALL_POP is a bit mask, not a value. Usage of correct definition makes device probing code more clear. Signed-off-by: Oleksandr Suvorov --- sound/soc/codecs/sgtl5000.c | 2 +- sound/soc/codecs/sgtl5000.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git sound/soc/co