Searched refs:snd_pcm_linear_convert_index (Results 1 – 3 of 3) sorted by relevance
48 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, in snd_pcm_linear_convert_index() function295 linear->conv_idx = snd_pcm_linear_convert_index(format , linear->sformat); in snd_pcm_linear_hw_params()297 linear->conv_idx = snd_pcm_linear_convert_index(linear->sformat , format); in snd_pcm_linear_hw_params()
85 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
785 route->params.conv_idx = snd_pcm_linear_convert_index(src_format, dst_format); in snd_pcm_route_hw_params()
Completed in 7 milliseconds