Lines Matching defs:format
59 snd_pcm_format_t format;
330 snd_pcm_format_t format;
339 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format);
343 iec->format = format;
347 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32);
353 iec->byteswap = format != SND_PCM_FORMAT_IEC958_SUBFRAME;
358 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format);
364 iec->byteswap = format != SND_PCM_FORMAT_IEC958_SUBFRAME;
419 switch (snd_pcm_format_width(format)) {
553 * \param sformat Slave (destination) format
801 SNDERR("invalid slave format");