7 Jan
2008
7 Jan
'08
6:29 p.m.
On Jan 7, 2008 11:05 AM, Adrian McMenamin lkmladrian@gmail.com wrote:
Well this is from the driver:
.info = (SNDRV_PCM_INFO_NONINTERLEAVED),
Is it required to set SNDRV_PCM_INFO_INTERLEAVED ? Even if the hardware doesn't support it? Surely alsa-lib is supposed to handle the conversion in any case?
It should if you use aplay -D plughw:0,0 file.wav.
Lee