Lines Matching refs:sample_format
169 snd_pcm_format_t sample_format = SND_PCM_FORMAT_UNKNOWN;
176 err = xfer_context_pre_process(&ctx->xfer, &sample_format,
214 &sample_format, &channels,
233 snd_pcm_format_t sample_format = SND_PCM_FORMAT_UNKNOWN;
268 format = ctx->xfer.sample_format;
272 format = sample_format;
292 sample_format = format;
297 if (format != sample_format) {
323 return xfer_context_pre_process(&ctx->xfer, &sample_format,
356 snd_pcm_format_physical_width(ctx->xfer.sample_format) / 8;
384 snd_pcm_format_description(ctx->xfer.sample_format),