Lines Matching refs:sformat
53 snd_pcm_format_t sformat;
199 snd_pcm_format_linear(lfloat->sformat) ?
217 _snd_pcm_hw_params_set_format(sparams, lfloat->sformat);
343 snd_pcm_format_name(lfloat->sformat));
374 * \param sformat Slave (destination) format
382 int snd_pcm_lfloat_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave)
388 if (snd_pcm_format_linear(sformat) != 1 &&
389 snd_pcm_format_float(sformat) != 1)
396 lfloat->sformat = sformat;
474 snd_pcm_format_t sformat;
494 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat);
497 if (snd_pcm_format_linear(sformat) != 1 &&
498 snd_pcm_format_float(sformat) != 1) {
507 err = snd_pcm_lfloat_open(pcmp, name, sformat, spcm, 1);
520 snd_pcm_format_t sformat ATTRIBUTE_UNUSED,