RE: [PATCH] ASoC: nau8825: fix issue that pop noise when start capture

2017-12-15 Thread Kumar, Abhijeet
: fix issue that pop noise when start capture On 12/12/2017 3:10 AM, abhijeet.ku...@intel.com wrote: > From: Abhijeet Kumar > > In skylake platform, we hear a loud pop noise(0 dB) at start of audio > capture power up sequence. This patch removes the pop noise from the > record

Re: [PATCH] ASoC: nau8825: fix issue that pop noise when start capture

2017-12-14 Thread John Hsu
On 12/12/2017 3:10 AM, abhijeet.ku...@intel.com wrote: From: Abhijeet Kumar In skylake platform, we hear a loud pop noise(0 dB) at start of audio capture power up sequence. This patch removes the pop noise from the recording by adding a delay before enabling ADC. Signed-off-by: Abhijeet Kumar

[PATCH] ASoC: nau8825: fix issue that pop noise when start capture

2017-12-11 Thread abhijeet . kumar
From: Abhijeet Kumar In skylake platform, we hear a loud pop noise(0 dB) at start of audio capture power up sequence. This patch removes the pop noise from the recording by adding a delay before enabling ADC. Signed-off-by: Abhijeet Kumar --- sound/soc/codecs/nau8825.c | 1 + 1 file changed, 1