Home
last modified time | relevance | path

Searched refs:snd_pcm_format_physical_width (Results 1 – 20 of 20) sorted by relevance

/sound/core/oss/
Dlinear.c133 data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 - in init_data()
138 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
Dpcm_plugin.c62 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()
597 if ((width = snd_pcm_format_physical_width(format->format)) < 0) in snd_pcm_plug_client_channels_buf()
696 width = snd_pcm_format_physical_width(format); in snd_pcm_area_silence()
745 width = snd_pcm_format_physical_width(format); in snd_pcm_area_copy()
Dcopy.c81 width = snd_pcm_format_physical_width(src_format->format); in snd_pcm_plugin_build_copy()
Dmulaw.c288 data->native_bytes = snd_pcm_format_physical_width(format) / 8; in init_data()
Dpcm_oss.c717 oss_frame_size = snd_pcm_format_physical_width(params_format(oss_params)) * in snd_pcm_oss_period_size()
743 …size_t bytes_per_sec = params_rate(oss_params) * snd_pcm_format_physical_width(params_format(oss_p… in snd_pcm_oss_period_size()
969 oss_frame_size = snd_pcm_format_physical_width(params_format(params)) * in snd_pcm_oss_change_params_locked()
1717 width = snd_pcm_format_physical_width(format); in snd_pcm_oss_sync()
/sound/core/
Dpcm_misc.c347 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() function
357 EXPORT_SYMBOL(snd_pcm_format_physical_width);
369 int phys_width = snd_pcm_format_physical_width(format); in snd_pcm_format_size()
Dpcm_native.c566 bits = snd_pcm_format_physical_width(runtime->format); in snd_pcm_hw_params()
1971 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_format()
1993 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_sample_bits()
Dpcm_lib.c1794 width = snd_pcm_format_physical_width(runtime->format); in snd_pcm_lib_ioctl_channel_info()
/sound/soc/pxa/
Dzylonite.c91 int width = snd_pcm_format_physical_width(params_format(params)); in zylonite_voice_hw_params()
Dmagician.c97 width = snd_pcm_format_physical_width(params_format(params)); in magician_playback_hw_params()
Dpxa-ssp.c550 int width = snd_pcm_format_physical_width(params_format(params)); in pxa_ssp_hw_params()
/sound/soc/omap/
Domap-pcm.c62 switch (snd_pcm_format_physical_width(i)) { in omap_pcm_limit_supported_formats()
/sound/drivers/pcsp/
Dpcsp_lib.c242 snd_pcm_format_physical_width(substream->runtime->format) >> 3; in snd_pcsp_playback_prepare()
/sound/soc/
Dsoc-generic-dmaengine-pcm.c174 int bits = snd_pcm_format_physical_width(i); in dmaengine_pcm_set_runtime_hwparams()
Dsoc-pcm.c262 sample_bits = snd_pcm_format_physical_width(params_format(params)); in soc_pcm_params_symmetry()
901 codec_dai->sample_bits = snd_pcm_format_physical_width( in soc_pcm_hw_params()
922 snd_pcm_format_physical_width(params_format(params)); in soc_pcm_hw_params()
/sound/soc/fsl/
Dfsl_dma.c547 snd_pcm_format_physical_width(params_format(hw_params)); in fsl_dma_hw_params()
/sound/pci/
Dals4000.c326 if (snd_pcm_format_physical_width(runtime->format) == 16) in snd_als4000_get_format()
/sound/usb/
Dendpoint.c633 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params()
/sound/parisc/
Dharmony.c400 (snd_pcm_format_physical_width(fmt) in snd_harmony_set_data_format()
/sound/drivers/vx/
Dvx_pcm.c180 switch (snd_pcm_format_physical_width(runtime->format)) { in vx_set_format()