Lines Matching refs:format
60 int snd_pcm_lfloat_get_s32_index(snd_pcm_format_t format)
64 switch (format) {
77 endian = snd_pcm_format_big_endian(format);
79 endian = snd_pcm_format_little_endian(format);
84 int snd_pcm_lfloat_put_s32_index(snd_pcm_format_t format)
86 return snd_pcm_lfloat_get_s32_index(format);
282 dst_format = slave->format;
284 src_format = slave->format;
374 * \param sformat Slave (destination) format
427 linear<->float conversion PCM to given slave PCM. The channel count, format and rate must
439 format STR # Slave format
500 SNDERR("slave format is not linear integer or linear float");