snd_pcm_format_physical_width  379 drivers/staging/most/sound/sound.c 	int width = snd_pcm_format_physical_width(runtime->format);
snd_pcm_format_physical_width 1049 include/sound/pcm.h int snd_pcm_format_physical_width(snd_pcm_format_t format);		/* in bits */
snd_pcm_format_physical_width  360 include/sound/pcm_params.h 	return snd_pcm_format_physical_width(params_format(p));
snd_pcm_format_physical_width   81 sound/core/oss/copy.c 	width = snd_pcm_format_physical_width(src_format->format);
snd_pcm_format_physical_width  133 sound/core/oss/linear.c 		data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 -
snd_pcm_format_physical_width  138 sound/core/oss/linear.c 		data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 -
snd_pcm_format_physical_width  288 sound/core/oss/mulaw.c 	data->native_bytes = snd_pcm_format_physical_width(format) / 8;
snd_pcm_format_physical_width  691 sound/core/oss/pcm_oss.c 	oss_frame_size = snd_pcm_format_physical_width(params_format(oss_params)) *
snd_pcm_format_physical_width  710 sound/core/oss/pcm_oss.c 		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_format_physical_width  925 sound/core/oss/pcm_oss.c 	oss_frame_size = snd_pcm_format_physical_width(params_format(params)) *
snd_pcm_format_physical_width 1649 sound/core/oss/pcm_oss.c 		width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width   62 sound/core/oss/pcm_plugin.c 	if ((width = snd_pcm_format_physical_width(format->format)) < 0)
snd_pcm_format_physical_width  168 sound/core/oss/pcm_plugin.c 	plugin->src_width = snd_pcm_format_physical_width(src_format->format);
snd_pcm_format_physical_width  171 sound/core/oss/pcm_plugin.c 	plugin->dst_width = snd_pcm_format_physical_width(dst_format->format);
snd_pcm_format_physical_width  599 sound/core/oss/pcm_plugin.c 	if ((width = snd_pcm_format_physical_width(format->format)) < 0)
snd_pcm_format_physical_width  698 sound/core/oss/pcm_plugin.c 	width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width  747 sound/core/oss/pcm_plugin.c 	width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width 1700 sound/core/pcm_lib.c 	width = snd_pcm_format_physical_width(runtime->format);
snd_pcm_format_physical_width  370 sound/core/pcm_misc.c EXPORT_SYMBOL(snd_pcm_format_physical_width);
snd_pcm_format_physical_width  382 sound/core/pcm_misc.c 	int phys_width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width  695 sound/core/pcm_native.c 	bits = snd_pcm_format_physical_width(runtime->format);
snd_pcm_format_physical_width 2153 sound/core/pcm_native.c 		bits = snd_pcm_format_physical_width(k);
snd_pcm_format_physical_width 2175 sound/core/pcm_native.c 		bits = snd_pcm_format_physical_width(k);
snd_pcm_format_physical_width  326 sound/drivers/aloop.c 	salign = (snd_pcm_format_physical_width(runtime->format) *
snd_pcm_format_physical_width  243 sound/drivers/pcsp/pcsp_lib.c 		snd_pcm_format_physical_width(substream->runtime->format) >> 3;
snd_pcm_format_physical_width  165 sound/drivers/vx/vx_pcm.c 	switch (snd_pcm_format_physical_width(runtime->format)) {
snd_pcm_format_physical_width  387 sound/parisc/harmony.c 					   (snd_pcm_format_physical_width(fmt)
snd_pcm_format_physical_width  312 sound/pci/als4000.c 	if (snd_pcm_format_physical_width(runtime->format) == 16)
snd_pcm_format_physical_width  547 sound/soc/fsl/fsl_dma.c 		snd_pcm_format_physical_width(params_format(hw_params));
snd_pcm_format_physical_width   56 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	return snd_pcm_format_physical_width(format) <= 16 ?
snd_pcm_format_physical_width   74 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	return snd_pcm_format_physical_width(format) <= 16 ?
snd_pcm_format_physical_width   80 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	return snd_pcm_format_physical_width(format) <= 16 ?
snd_pcm_format_physical_width   86 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	return snd_pcm_format_physical_width(format) <= 16 ?
snd_pcm_format_physical_width   92 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	return snd_pcm_format_physical_width(format) - 1;
snd_pcm_format_physical_width  491 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 			     snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width  103 sound/soc/pxa/magician.c 	width = snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width  557 sound/soc/pxa/pxa-ssp.c 	int width = snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width  178 sound/soc/soc-generic-dmaengine-pcm.c 			int bits = snd_pcm_format_physical_width(i);
snd_pcm_format_physical_width  245 sound/soc/soc-pcm.c 	sample_bits = snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width  935 sound/soc/soc-pcm.c 		codec_dai->sample_bits = snd_pcm_format_physical_width(
snd_pcm_format_physical_width  949 sound/soc/soc-pcm.c 		snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width  163 sound/soc/sof/pcm.c 	ret = snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width  614 sound/usb/endpoint.c 	int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels;