Dennis Borgmann wrote:
> I am working with snd_pcm_mmap_begin and snd_pcm_mmap_commit - just the
> way it is done in the "pcm.c" under the "test"-directory of the
> alsa-lib. While working with snd_pcm_writei(), those problems did not
> occur, but I want to test this using the mmap technology.

This sounds like a problem with your mmap code.

As long as you are copying samples from some buffer into the sound
card's buffer, using mmap does not give you any benefit because this is
exactly the same as snd_pcm_writei() does.


Best regards,
Clemens

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to