lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 09 May 2016 14:17:21 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Mark Brown <broonie@...nel.org>
Cc:	Peter Rosin <peda@...ntia.se>, linux-kernel@...r.kernel.org,
	alsa-devel@...a-project.org, Liam Girdwood <lgirdwood@...il.com>
Subject: Re: [alsa-devel] [PATCH] ASoC: pcm: allow changing the playback/capture rates for symmetric links

On Wed, 04 May 2016 18:49:22 +0200,
Mark Brown wrote:
> 
> On Mon, May 02, 2016 at 09:43:53AM +0200, Peter Rosin wrote:
> 
> > The problem is in the drain/close part. If I leave out snd_pcm_drain
> > I naturally lose the tail of the output, but if I have it I get what
> > I guess is a repeat of the content in some circular buffer. I.e. the
> > very last part of the played sound is played twice(ice).
> 
> > If I instead write the generated samples to a file and play them
> > with aplay, all is fine, so I appear to be misunderstanding the
> > alsa api?
> 
> > Anything obviously wrong in the above code?
> 
> Look at how aplay handles this...  it's a natural consequence of the
> hardware being free running.  You need to either make the teardown
> non-blocking or play some silence at the end.

Right, usually the transfer is aligned with the period size, and the
application is supposed to fill the period size at least.


Takashi

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ