29 May
2016
29 May
'16
1:09 p.m.
Rob Nertney wrote:
static struct snd_pcm_hardware my_pcm_hw = { .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_BLOCK_TRANSFER | SNDRV_PCM_INFO_MMAP_VALID),
You must set one of INTERLEAVED, NONINTERLEAVED, or COMPLEX. (And a single channel should be marked interleaved.)
Regards, Clemens