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

/linux-4.1.27/sound/core/oss/
H A Dlinear.c131 data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 - init_data()
136 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - init_data()
H A Dcopy.c81 width = snd_pcm_format_physical_width(src_format->format); snd_pcm_plugin_build_copy()
H A Dpcm_plugin.c62 if ((width = snd_pcm_format_physical_width(format->format)) < 0) snd_pcm_plugin_alloc()
168 plugin->src_width = snd_pcm_format_physical_width(src_format->format); snd_pcm_plugin_build()
171 plugin->dst_width = snd_pcm_format_physical_width(dst_format->format); snd_pcm_plugin_build()
569 if ((width = snd_pcm_format_physical_width(format->format)) < 0) snd_pcm_plug_client_channels_buf()
660 width = snd_pcm_format_physical_width(format); snd_pcm_area_silence()
709 width = snd_pcm_format_physical_width(format); snd_pcm_area_copy()
H A Dmulaw.c286 data->native_bytes = snd_pcm_format_physical_width(format) / 8; init_data()
H A Dpcm_oss.c717 oss_frame_size = snd_pcm_format_physical_width(params_format(oss_params)) * snd_pcm_oss_period_size()
736 size_t bytes_per_sec = params_rate(oss_params) * snd_pcm_format_physical_width(params_format(oss_params)) * params_channels(oss_params) / 8; snd_pcm_oss_period_size()
937 oss_frame_size = snd_pcm_format_physical_width(params_format(params)) * snd_pcm_oss_change_params()
1616 width = snd_pcm_format_physical_width(format); snd_pcm_oss_sync()
/linux-4.1.27/sound/core/
H A Dpcm_misc.c341 * snd_pcm_format_physical_width - return the physical bit-width of the format
347 int snd_pcm_format_physical_width(snd_pcm_format_t format) snd_pcm_format_physical_width() function
357 EXPORT_SYMBOL(snd_pcm_format_physical_width); variable
369 int phys_width = snd_pcm_format_physical_width(format); snd_pcm_format_size()
H A Dpcm_native.c559 bits = snd_pcm_format_physical_width(runtime->format); snd_pcm_hw_params()
1953 bits = snd_pcm_format_physical_width(k); snd_pcm_hw_rule_format()
1975 bits = snd_pcm_format_physical_width(k); snd_pcm_hw_rule_sample_bits()
H A Dpcm_lib.c1785 width = snd_pcm_format_physical_width(runtime->format); snd_pcm_lib_ioctl_channel_info()
/linux-4.1.27/sound/soc/omap/
H A Domap-pcm.c62 switch (snd_pcm_format_physical_width(i)) { omap_pcm_limit_supported_formats()
/linux-4.1.27/include/sound/
H A Dpcm_params.h366 return snd_pcm_format_physical_width(params_format(p)); params_physical_width()
H A Dpcm.h1057 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
/linux-4.1.27/sound/drivers/pcsp/
H A Dpcsp_lib.c242 snd_pcm_format_physical_width(substream->runtime->format) >> 3; snd_pcsp_playback_prepare()
/linux-4.1.27/sound/soc/pxa/
H A Dzylonite.c91 int width = snd_pcm_format_physical_width(params_format(params)); zylonite_voice_hw_params()
H A Dmagician.c97 width = snd_pcm_format_physical_width(params_format(params)); magician_playback_hw_params()
H A Dpxa-ssp.c550 int width = snd_pcm_format_physical_width(params_format(params)); pxa_ssp_hw_params()
/linux-4.1.27/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c168 int bits = snd_pcm_format_physical_width(i); dmaengine_pcm_set_runtime_hwparams()
H A Dsoc-pcm.c242 sample_bits = snd_pcm_format_physical_width(params_format(params)); soc_pcm_params_symmetry()
847 codec_dai->sample_bits = snd_pcm_format_physical_width( soc_pcm_hw_params()
868 snd_pcm_format_physical_width(params_format(params)); soc_pcm_hw_params()
/linux-4.1.27/sound/parisc/
H A Dharmony.c400 (snd_pcm_format_physical_width(fmt) snd_harmony_set_data_format()
/linux-4.1.27/sound/drivers/vx/
H A Dvx_pcm.c180 switch (snd_pcm_format_physical_width(runtime->format)) { vx_set_format()
/linux-4.1.27/sound/pci/
H A Dals4000.c326 if (snd_pcm_format_physical_width(runtime->format) == 16) snd_als4000_get_format()
/linux-4.1.27/sound/usb/
H A Dendpoint.c599 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; data_ep_set_params()
/linux-4.1.27/sound/soc/fsl/
H A Dfsl_dma.c547 snd_pcm_format_physical_width(params_format(hw_params)); fsl_dma_hw_params()

Completed in 607 milliseconds