Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Matthias Kaehlcke
El Fri, Feb 16, 2018 at 11:28:01AM + Mark Brown ha dit: > On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > > On some systems a delay is needed after switching on the clocks, to allow > > the output to stabilize and avoid a popping noise at the beginning of > > the

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Matthias Kaehlcke
El Fri, Feb 16, 2018 at 11:28:01AM + Mark Brown ha dit: > On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > > On some systems a delay is needed after switching on the clocks, to allow > > the output to stabilize and avoid a popping noise at the beginning of > > the

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Matthias Kaehlcke
El Thu, Feb 15, 2018 at 06:47:29PM -0800 Brian Norris ha dit: > Hi, > > On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > > On some systems a delay is needed after switching on the clocks, to allow > > the output to stabilize and avoid a popping noise at the beginning of > >

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Matthias Kaehlcke
El Thu, Feb 15, 2018 at 06:47:29PM -0800 Brian Norris ha dit: > Hi, > > On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > > On some systems a delay is needed after switching on the clocks, to allow > > the output to stabilize and avoid a popping noise at the beginning of > >

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Mark Brown
On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > On some systems a delay is needed after switching on the clocks, to allow > the output to stabilize and avoid a popping noise at the beginning of > the recording. Add the optional device tree property 'wakeup-delay-ms' This

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-16 Thread Mark Brown
On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > On some systems a delay is needed after switching on the clocks, to allow > the output to stabilize and avoid a popping noise at the beginning of > the recording. Add the optional device tree property 'wakeup-delay-ms' This

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-15 Thread Brian Norris
Hi, On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > On some systems a delay is needed after switching on the clocks, to allow > the output to stabilize and avoid a popping noise at the beginning of > the recording. Add the optional device tree property 'wakeup-delay-ms' > and

Re: [PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-15 Thread Brian Norris
Hi, On Thu, Feb 15, 2018 at 06:24:16PM -0800, Matthias Kaehlcke wrote: > On some systems a delay is needed after switching on the clocks, to allow > the output to stabilize and avoid a popping noise at the beginning of > the recording. Add the optional device tree property 'wakeup-delay-ms' > and

[PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-15 Thread Matthias Kaehlcke
On some systems a delay is needed after switching on the clocks, to allow the output to stabilize and avoid a popping noise at the beginning of the recording. Add the optional device tree property 'wakeup-delay-ms' and apply the specified delay after enabling the mic. A blocking delay can't be

[PATCH v2] ASoC: dmic: Add optional wakeup delay

2018-02-15 Thread Matthias Kaehlcke
On some systems a delay is needed after switching on the clocks, to allow the output to stabilize and avoid a popping noise at the beginning of the recording. Add the optional device tree property 'wakeup-delay-ms' and apply the specified delay after enabling the mic. A blocking delay can't be