Searched refs:snd_pcm_format_physical_width (Results 1 – 15 of 15) sorted by relevance
80 pwidth = snd_pcm_format_physical_width(src_format); in snd_pcm_linear_get_index()109 pwidth = snd_pcm_format_physical_width(dst_format); in snd_pcm_linear_put_index()282 linear->use_getput = (snd_pcm_format_physical_width(format) == 24 || in snd_pcm_linear_hw_params()283 snd_pcm_format_physical_width(linear->sformat) == 24); in snd_pcm_linear_hw_params()
838 size = snd_pcm_format_physical_width(format); in snd_pcm_format_size()1254 width = snd_pcm_format_physical_width(format); in snd_pcm_area_silence()1339 int width = snd_pcm_format_physical_width(format); in snd_pcm_areas_silence()1393 width = snd_pcm_format_physical_width(format); in snd_pcm_area_copy()1490 int width = snd_pcm_format_physical_width(format); in snd_pcm_areas_copy()
781 (snd_pcm_format_physical_width(src_format) + 7) / 3 == 3 || in snd_pcm_route_hw_params()782 (snd_pcm_format_physical_width(dst_format) + 7) / 3 == 3; in snd_pcm_route_hw_params()
72 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8; in snoop_areas()
605 bits = snd_pcm_format_physical_width(pcm->format); in snd_pcm_direct_check_interleave()
385 cwidth = snd_pcm_format_physical_width(cinfo->format); in snd_pcm_rate_hw_params()386 swidth = snd_pcm_format_physical_width(sinfo->format); in snd_pcm_rate_hw_params()
1539 pcm->sample_bits = snd_pcm_format_physical_width(pcm->format); in _snd_pcm_hw_params_internal()
74 int in_bits = snd_pcm_format_physical_width(ext->format); in sona_audioaef_transfer()128 snd_pcm_format_physical_width(ext->slave_format), in sona_audioaef_hw_params()133 snd_pcm_format_physical_width(ext->slave_format), in sona_audioaef_hw_params()
37 int snd_pcm_format_physical_width(snd_pcm_format_t format);
442 int snd_pcm_format_physical_width(snd_pcm_format_t format);
149 rate * snd_pcm_format_physical_width(format) / 8; in create_wav()
109 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() function
448 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_format()469 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_sample_bits()
234 (uint32_t)snd_pcm_format_physical_width(__pcm_ffs(hw->formats)); in soc_pcm_init_runtime_hw_constrains()236 (uint32_t)snd_pcm_format_physical_width(__fls(hw->formats)); in soc_pcm_init_runtime_hw_constrains()
1901 bits = snd_pcm_format_physical_width(runtime->format); in ksnd_pcm_hw_params()2371 width = snd_pcm_format_physical_width(runtime->format); in ksnd_pcm_channel_info()
Completed in 80 milliseconds