Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/oss/
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()
569 if ((width = snd_pcm_format_physical_width(format->format)) < 0) in snd_pcm_plug_client_channels_buf()
660 width = snd_pcm_format_physical_width(format); in snd_pcm_area_silence()
709 width = snd_pcm_format_physical_width(format); in snd_pcm_area_copy()
Dlinear.c131 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()
Dcopy.c81 width = snd_pcm_format_physical_width(src_format->format); in snd_pcm_plugin_build_copy()
Dmulaw.c286 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()
736 …size_t bytes_per_sec = params_rate(oss_params) * snd_pcm_format_physical_width(params_format(oss_p… in snd_pcm_oss_period_size()
937 oss_frame_size = snd_pcm_format_physical_width(params_format(params)) * in snd_pcm_oss_change_params()
1616 width = snd_pcm_format_physical_width(format); in snd_pcm_oss_sync()
/linux-4.1.27/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.c559 bits = snd_pcm_format_physical_width(runtime->format); in snd_pcm_hw_params()
1953 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_format()
1975 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_sample_bits()
Dpcm_lib.c1785 width = snd_pcm_format_physical_width(runtime->format); in snd_pcm_lib_ioctl_channel_info()
/linux-4.1.27/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()
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c62 switch (snd_pcm_format_physical_width(i)) { in omap_pcm_limit_supported_formats()
/linux-4.1.27/sound/drivers/pcsp/
Dpcsp_lib.c242 snd_pcm_format_physical_width(substream->runtime->format) >> 3; in snd_pcsp_playback_prepare()
/linux-4.1.27/include/sound/
Dpcm_params.h366 return snd_pcm_format_physical_width(params_format(p)); in params_physical_width()
Dpcm.h1057 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
/linux-4.1.27/sound/soc/
Dsoc-generic-dmaengine-pcm.c168 int bits = snd_pcm_format_physical_width(i); in dmaengine_pcm_set_runtime_hwparams()
Dsoc-pcm.c242 sample_bits = snd_pcm_format_physical_width(params_format(params)); in soc_pcm_params_symmetry()
847 codec_dai->sample_bits = snd_pcm_format_physical_width( in soc_pcm_hw_params()
868 snd_pcm_format_physical_width(params_format(params)); in soc_pcm_hw_params()
/linux-4.1.27/sound/soc/fsl/
Dfsl_dma.c547 snd_pcm_format_physical_width(params_format(hw_params)); in fsl_dma_hw_params()
/linux-4.1.27/sound/pci/
Dals4000.c326 if (snd_pcm_format_physical_width(runtime->format) == 16) in snd_als4000_get_format()
/linux-4.1.27/sound/usb/
Dendpoint.c599 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params()
/linux-4.1.27/sound/parisc/
Dharmony.c400 (snd_pcm_format_physical_width(fmt) in snd_harmony_set_data_format()
/linux-4.1.27/sound/drivers/vx/
Dvx_pcm.c180 switch (snd_pcm_format_physical_width(runtime->format)) { in vx_set_format()