Re: [Alsa-devel] format problem

2002-03-18 Thread Jaroslav Kysela
On Fri, 15 Mar 2002, Mathieu Dube wrote: > Hi, > Im using the alsa API and I call snd_pcm_plugin_params with the > pp.format.format at SND_PCM_SFMT_U16_LE. > But when I call snd_pcm_plugin_setup and snd_pcm_get_format_name on > setup.format.format it outputs: > --> Signed 16-b

[Alsa-devel] format problem

2002-03-15 Thread Mathieu Dube
Hi, Im using the alsa API and I call snd_pcm_plugin_params with the pp.format.format at SND_PCM_SFMT_U16_LE. But when I call snd_pcm_plugin_setup and snd_pcm_get_format_name on setup.format.format it outputs: --> Signed 16-bit Little Endian Why is that?? btw, I check