Paul Davis wrote:
> 
> should it work for me to call snd_pcm_drop() for both playback and
> capture streams if i'm in the middle of a snd_pcm_mmap_{begin,commit}
> pair?
> 
> unless i use RT timing, on both the trident and hammerfall, doing do
> invariably causes an effect upon restarting the streams that suggests
> an out-of-sync hw-pointer.

Do you mean:

snd_pcm_mmap_begin
snd_pcm_drop
snd_pcm_mmap_commit

sequence?

If yes, it does not work, you need to call snd_pcm_mmap_begin again
after snd_pcm_drop.

-- 
Abramo Bagnara                       mailto:[EMAIL PROTECTED]

Opera Unica                          Phone: +39.546.656023
Via Emilia Interna, 140
48014 Castel Bolognese (RA) - Italy

ALSA project               http://www.alsa-project.org
It sounds good!

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to