All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Dimitris Papavasiliou <dpapavas@gmail.com>
Cc: alsa-devel@alsa-project.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: Re: Need help fixing pop/click artifacts in an ASOC driver
Date: Wed, 19 Dec 2018 16:19:49 +0000	[thread overview]
Message-ID: <20181219161949.GD8130@sirena.org.uk> (raw)
In-Reply-To: <5a2103c5-194b-cb21-672e-d472e91825a8@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1612 bytes --]

On Tue, Dec 18, 2018 at 12:39:09PM +0200, Dimitris Papavasiliou wrote:
> On 12/17/18 6:52 PM, Mark Brown wrote:

> > The device being open shouldn't have any impact on the power state?

> It's been a while since I tried it, but, as far as I recall, that was
> the observed behavior (determined via printk statements in the CODEC's
> set_bias_level callback).  To test potential fixes, I have a script
> that opens the device and switches sampling rate between 44.1kHz and
> 48kHz every one second.  It popped almost every time.

If you're saying you're keeping the device open while you're doing this
(rather than closing the stream and reconfiguring) then I'd expect
you're going to find other hardware which has similar issues, reclocking
the device isn't something I'd expect to be able to do glitch free.

> > I would expect the stream to be closed and reopened by most applications
> > in between reconfigurations like that, it certainly used to be the
> > common pattern.

> If by stream you mean the device, then perhaps they do.  As explained
> above, I test using a script, instead of using applications, such as a
> media player, as it's easier to reproduce the problem repeatedly at
> will and under controlled conditions.  At any rate, a potential fix of
> the problem, shouldn't depend on application behavior.

The application does have some responsibility for ensuring that things
work cleanly, there are limiations on what hardware can reasonably do
and often trying to do things behind the hardware to avoid problems in
unusual situations results in a lot of effort that's perhaps not worth
it.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2018-12-19 16:19 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 16:37 Need help fixing pop/click artifacts in an ASOC driver Dimitris Papavasiliou
2018-11-08  1:42 ` Pierre-Louis Bossart
2018-11-08 15:18   ` Takashi Iwai
2018-11-10 15:46   ` Dimitris Papavasiliou
2018-11-14 22:06     ` Mark Brown
2018-11-14 22:50       ` Dimitris Papavasiliou
2018-11-14 23:02         ` Mark Brown
2018-11-14 23:55           ` Dimitris Papavasiliou
2018-11-15  0:33             ` Mark Brown
2018-11-15 11:25               ` Dimitris Papavasiliou
2018-11-15 19:04                 ` Mark Brown
2018-11-18 13:37                   ` Dimitris Papavasiliou
2018-11-24 20:17                     ` Dimitris Papavasiliou
2018-12-13 17:42                       ` Mark Brown
2018-12-17 12:17                         ` Dimitris Papavasiliou
2018-12-17 12:37                           ` Mark Brown
2018-12-17 12:58                             ` Dimitris Papavasiliou
2018-12-17 14:10                               ` Mark Brown
2018-12-17 15:03                                 ` Dimitris Papavasiliou
2018-12-17 15:40                                   ` Mark Brown
2018-12-17 16:23                                     ` Dimitris Papavasiliou
2018-12-17 16:52                                       ` Mark Brown
2018-12-18 10:39                                         ` Dimitris Papavasiliou
2018-12-19 16:19                                           ` Mark Brown [this message]
2018-12-19 21:44                                             ` Dimitris Papavasiliou
2018-12-20 15:36                                               ` Mark Brown
2018-12-20 20:41                                                 ` Dimitris Papavasiliou
2018-12-21 10:57                                                   ` Mark Brown
2018-12-21 13:05                                                     ` Dimitris Papavasiliou
2018-12-21 17:33                                                       ` Mark Brown
2018-12-23 20:11                                                         ` Dimitris Papavasiliou
2018-12-22 14:44                                                       ` Matthias Reichl
2018-12-23 20:15                                                         ` Dimitris Papavasiliou
2018-12-17 15:03                           ` Pierre-Louis Bossart
2018-12-17 17:39                             ` Mark Brown
2018-12-17 18:08                               ` Pierre-Louis Bossart
2018-12-17 19:02                                 ` Mark Brown
2018-12-17 19:14                                   ` Pierre-Louis Bossart
2019-01-05 19:01                                     ` Pierre-Louis Bossart
2018-12-18 11:32                                 ` Dimitris Papavasiliou
2018-12-18 14:12                                   ` Pierre-Louis Bossart
2018-12-18 17:10                                     ` Dimitris Papavasiliou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181219161949.GD8130@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=dpapavas@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.