Re: [Alsa-user] Can't open Asus Xonar D1 PCM output 6-channel in non-interleaved mode

2009-04-01 Thread Clemens Ladisch
Oliver Stephenson wrote: Now though, I'm trying to open the PCM output in 6-channel mode non-interleaved, and it all falls over here: if ((err = snd_pcm_hw_params_set_access(playback_handle, hw_params, SND_PCM_ACCESS_RW_NONINTERLEAVED)) 0) { fprintf(stderr, cannot set access type

[Alsa-user] Can't open Asus Xonar D1 PCM output 6-channel in non-interleaved mode

2009-03-28 Thread Oliver Stephenson
Hi all, I gave up on my previous quest to get multi-channel output with the EPIA board and bought an Asus Xonar D1 PCI card instead - much higher quality piece. Now though, I'm trying to open the PCM output in 6-channel mode non-interleaved, and it all falls over here: if ((err =