2006/3/27, Lee Revell <[EMAIL PROTECTED]>:
> > access: MMAP_INTERLEAVED
>
> You have set up the device for MMAP mode with
> snd_pcm_hw_params_set_access() but are trying to use read/write which
> won't work.  Set the access mode to RW.

Hm, I'm calling snd_pcm_hw_params_set_access( handle, params,
SND_PCM_ACCESS_RW_INTERLEAVED ) in my code, but it seems as if there
is something screwed. I'll check that, thanks for the hint.

-Richard

Reply via email to