Searched refs:snd_pcm_format_physical_width (Results 1 – 21 of 21) sorted by relevance
62 if ((width = snd_pcm_format_physical_width(format->format)) < 0) in snd_pcm_plugin_alloc()168 plugin->src_width = snd_pcm_format_physical_width(src_format->format); in snd_pcm_plugin_build()171 plugin->dst_width = snd_pcm_format_physical_width(dst_format->format); in snd_pcm_plugin_build()571 if ((width = snd_pcm_format_physical_width(format->format)) < 0) in snd_pcm_plug_client_channels_buf()670 width = snd_pcm_format_physical_width(format); in snd_pcm_area_silence()719 width = snd_pcm_format_physical_width(format); in snd_pcm_area_copy()
131 data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 - in init_data()136 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
81 width = snd_pcm_format_physical_width(src_format->format); in snd_pcm_plugin_build_copy()
286 data->native_bytes = snd_pcm_format_physical_width(format) / 8; in init_data()
706 oss_frame_size = snd_pcm_format_physical_width(params_format(oss_params)) * in snd_pcm_oss_period_size()725 …size_t bytes_per_sec = params_rate(oss_params) * snd_pcm_format_physical_width(params_format(oss_p… in snd_pcm_oss_period_size()940 oss_frame_size = snd_pcm_format_physical_width(params_format(params)) * in snd_pcm_oss_change_params_locked()1663 width = snd_pcm_format_physical_width(format); in snd_pcm_oss_sync()
361 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() function370 EXPORT_SYMBOL(snd_pcm_format_physical_width);382 int phys_width = snd_pcm_format_physical_width(format); in snd_pcm_format_size()
730 bits = snd_pcm_format_physical_width(runtime->format); in snd_pcm_hw_params()2093 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_format()2115 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_sample_bits()
1714 width = snd_pcm_format_physical_width(runtime->format); in snd_pcm_lib_ioctl_channel_info()
108 width = snd_pcm_format_physical_width(params_format(params)); in magician_playback_hw_params()
555 int width = snd_pcm_format_physical_width(params_format(params)); in pxa_ssp_hw_params()
243 snd_pcm_format_physical_width(substream->runtime->format) >> 3; in snd_pcsp_playback_prepare()
373 return snd_pcm_format_physical_width(params_format(p)); in params_physical_width()
1074 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
178 int bits = snd_pcm_format_physical_width(i); in dmaengine_pcm_set_runtime_hwparams()
260 sample_bits = snd_pcm_format_physical_width(params_format(params)); in soc_pcm_params_symmetry()973 codec_dai->sample_bits = snd_pcm_format_physical_width( in soc_pcm_hw_params()1002 snd_pcm_format_physical_width(params_format(params)); in soc_pcm_hw_params()
366 int width = snd_pcm_format_physical_width(runtime->format); in pcm_prepare()
551 snd_pcm_format_physical_width(params_format(hw_params)); in fsl_dma_hw_params()
326 if (snd_pcm_format_physical_width(runtime->format) == 16) in snd_als4000_get_format()
400 (snd_pcm_format_physical_width(fmt) in snd_harmony_set_data_format()
624 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params()
180 switch (snd_pcm_format_physical_width(runtime->format)) { in vx_set_format()