Searched refs:snd_pcm_format_linear (Results 1 – 6 of 6) sorted by relevance
69 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() function
227 assert(snd_pcm_format_linear(slv->format)); in snd_pcm_plug_change_rate()236 if (snd_pcm_format_linear(clt->format)) in snd_pcm_plug_change_rate()260 assert(snd_pcm_format_linear(slv->format)); in snd_pcm_plug_change_channels()354 if (snd_pcm_format_linear(clt->format)) in snd_pcm_plug_change_channels()382 if (snd_pcm_format_linear(slv->format)) { in snd_pcm_plug_change_format()
345 if (snd_pcm_format_linear(sformat) != 1) in snd_pcm_linear_open()
578 int snd_pcm_format_linear(snd_pcm_format_t format);
1556 snd_pcm_format_linear(sformat) != 1) in snd_pcm_rate_open()1698 snd_pcm_format_linear(rate_config->slave.format) != 1) { in _snd_pcm_rate_open()
998 if (sformat != SND_PCM_FORMAT_UNKNOWN && snd_pcm_format_linear(sformat) != 1) in snd_pcm_route_open()
Completed in 781 milliseconds