Lines Matching defs:format
109 snd_pcm_format_t format;
349 if (hw->format != SND_PCM_FORMAT_UNKNOWN) {
350 err = _snd_pcm_hw_params_set_format(params, hw->format);
397 snd_pcm_format_t format = snd_mask_min(m);
398 int width = snd_pcm_format_width(format);
1703 hw->format = SND_PCM_FORMAT_UNKNOWN;
1848 [format STR] # Restrict only to the given format
1887 snd_pcm_format_t format = SND_PCM_FORMAT_UNKNOWN;
1998 if (strcmp(id, "format") == 0) {
2004 format = snd_pcm_format_value(str);
2069 if (format != SND_PCM_FORMAT_UNKNOWN)
2070 hw->format = format;