RE: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-09-01 Thread Ryan Lee
project.org; linux- >ker...@vger.kernel.org; ryan.lee.ma...@gmail.com >Subject: Re: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking > >On Mon, Aug 28, 2017 at 04:30:54PM -0700, Ryan Lee wrote: > >> /* Envelope Tracking configura

RE: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-09-01 Thread Ryan Lee
rnel.org; ryan.lee.ma...@gmail.com >Subject: Re: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking > >On Mon, Aug 28, 2017 at 04:30:54PM -0700, Ryan Lee wrote: > >> /* Envelope Tracking configuration */ >> regmap_write(max98927->regmap, >&g

Re: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-31 Thread Mark Brown
On Mon, Aug 28, 2017 at 04:30:54PM -0700, Ryan Lee wrote: > /* Envelope Tracking configuration */ > regmap_write(max98927->regmap, > MAX98927_R0082_ENV_TRACK_VOUT_HEADROOM, > - 0x08); > + 0x0A); > regmap_write(max98927->regmap, >

Re: [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-31 Thread Mark Brown
On Mon, Aug 28, 2017 at 04:30:54PM -0700, Ryan Lee wrote: > /* Envelope Tracking configuration */ > regmap_write(max98927->regmap, > MAX98927_R0082_ENV_TRACK_VOUT_HEADROOM, > - 0x08); > + 0x0A); > regmap_write(max98927->regmap, >

[PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-28 Thread Ryan Lee
Signed-off-by: Ryan Lee --- sound/soc/codecs/max98927.c | 20 sound/soc/codecs/max98927.h | 4 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index

[PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-28 Thread Ryan Lee
Signed-off-by: Ryan Lee --- sound/soc/codecs/max98927.c | 20 sound/soc/codecs/max98927.h | 4 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index 951cc05..1dfcb7b 100644 ---

[PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-25 Thread Ryan Lee
Signed-off-by: Ryan Lee --- Changes : Added controls to support envelope tracking function sound/soc/codecs/max98927.c | 20 sound/soc/codecs/max98927.h | 4 2 files changed, 20 insertions(+), 4 deletions(-) diff --git

[PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking

2017-08-25 Thread Ryan Lee
Signed-off-by: Ryan Lee --- Changes : Added controls to support envelope tracking function sound/soc/codecs/max98927.c | 20 sound/soc/codecs/max98927.h | 4 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sound/soc/codecs/max98927.c