snd_pcm_format_physical_width  811 include/sound/pcm.h #define params_period_bytes(p) ((params_period_size(p)*snd_pcm_format_physical_width(params_format(p))*params_channels(p))/8)
snd_pcm_format_physical_width  895 include/sound/pcm.h int snd_pcm_format_physical_width(snd_pcm_format_t format);		/* in bits */
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  286 sound/core/oss/mulaw.c 	data->native_bytes = snd_pcm_format_physical_width(format) / 8;
snd_pcm_format_physical_width  710 sound/core/oss/pcm_oss.c 	oss_frame_size = snd_pcm_format_physical_width(params_format(oss_params)) *
snd_pcm_format_physical_width  729 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  923 sound/core/oss/pcm_oss.c 	oss_frame_size = snd_pcm_format_physical_width(params_format(params)) *
snd_pcm_format_physical_width 1589 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  563 sound/core/oss/pcm_plugin.c 	if ((width = snd_pcm_format_physical_width(format->format)) < 0)
snd_pcm_format_physical_width  654 sound/core/oss/pcm_plugin.c 	width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width  703 sound/core/oss/pcm_plugin.c 	width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width 1409 sound/core/pcm_lib.c 	width = snd_pcm_format_physical_width(runtime->format);
snd_pcm_format_physical_width  328 sound/core/pcm_misc.c 	int phys_width = snd_pcm_format_physical_width(format);
snd_pcm_format_physical_width  419 sound/core/pcm_native.c 	bits = snd_pcm_format_physical_width(runtime->format);
snd_pcm_format_physical_width 1719 sound/core/pcm_native.c 		bits = snd_pcm_format_physical_width(k);
snd_pcm_format_physical_width 1741 sound/core/pcm_native.c 		bits = snd_pcm_format_physical_width(k);
snd_pcm_format_physical_width   68 sound/drivers/pcsp/pcsp_lib.c 	fmt_size = snd_pcm_format_physical_width(runtime->format) >> 3;
snd_pcm_format_physical_width  230 sound/drivers/vx/vx_pcm.c 	switch (snd_pcm_format_physical_width(runtime->format)) {
snd_pcm_format_physical_width  400 sound/parisc/harmony.c 					   (snd_pcm_format_physical_width(fmt)
snd_pcm_format_physical_width  327 sound/pci/als4000.c 	if (snd_pcm_format_physical_width(runtime->format) == 16)
snd_pcm_format_physical_width  100 sound/soc/at32/playpaq_wm8510.c 	width_bits = snd_pcm_format_physical_width(params_format(params));
snd_pcm_format_physical_width 1499 sound/usb/usbaudio.c 					  snd_pcm_format_physical_width(params_format(hw_params)) * params_channels(hw_params));