bytes_to_samples 1062 sound/core/oss/pcm_oss.c 		snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->dma_bytes));
bytes_to_samples 1957 sound/core/pcm_lib.c 				   bytes_to_samples(runtime, bytes));
bytes_to_samples 3133 sound/core/pcm_native.c 	frames = bytes_to_samples(runtime, to->iov->iov_len);
bytes_to_samples 3168 sound/core/pcm_native.c 	frames = bytes_to_samples(runtime, from->iov->iov_len);
bytes_to_samples  416 sound/isa/gus/gus_pcm.c 				   bytes_to_samples(runtime, count));
bytes_to_samples  505 sound/soc/intel/atom/sst/sst_drv_interface.c 	pointer_samples = bytes_to_samples(substream->runtime, pointer_bytes);
bytes_to_samples   32 sound/soc/intel/haswell/sst-haswell-pcm.c #define SST_SAMPLES(r, x) (bytes_to_samples(r,	\
bytes_to_samples 1245 sound/soc/stm/stm32_sai_sub.c 	ssize_t cnt = bytes_to_samples(runtime, bytes);