[linux-audio-dev] Alsa Problem
Richard Spindler
richard.spindler at gmail.com
Mon Mar 27 06:52:34 UTC 2006
2006/3/27, Lee Revell <rlrevell at joe-job.com>:
> > 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
More information about the Linux-audio-dev
mailing list