Searched refs:snd_pcm_format_width (Results 1 – 5 of 5) sorted by relevance
64 src_width = snd_pcm_format_width(src_format) / 8 - 1; in snd_pcm_linear_convert_index()65 dst_width = snd_pcm_format_width(dst_format) / 8 - 1; in snd_pcm_linear_convert_index()81 width = snd_pcm_format_width(src_format); in snd_pcm_linear_get_index()110 width = snd_pcm_format_width(dst_format); in snd_pcm_linear_put_index()
106 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function
581 int snd_pcm_format_width(snd_pcm_format_t format);
786 route->params.src_size = snd_pcm_format_width(src_format) / 8; in snd_pcm_route_hw_params()
150 w = snd_pcm_format_width(format); in snd_pcm_plug_slave_format()
Completed in 14 milliseconds