Lines Matching refs:format
299 snd_pcm_format_t format;
307 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format);
310 linear->use_getput = (snd_pcm_format_physical_width(format) == 24 ||
312 snd_pcm_format_width(format) == 20 ||
316 linear->get_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32);
320 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format);
324 linear->conv_idx = snd_pcm_linear_convert_index(format,
328 format);
419 * \param sformat Slave (destination) format
471 slave PCM. The channel count, format and rate must match for both of them.
482 format STR # Slave format
542 SNDERR("slave format is not linear");