Home
last modified time | relevance | path

Searched refs:bytes_to_samples (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_drv_interface.c533 pointer_samples = bytes_to_samples(substream->runtime, pointer_bytes); in sst_calc_tstamp()
/linux-4.4.14/include/sound/
Dpcm.h664 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples() function
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c41 #define SST_SAMPLES(r, x) (bytes_to_samples(r, \
/linux-4.4.14/sound/core/
Dpcm_native.c3104 frames = bytes_to_samples(runtime, to->iov->iov_len); in snd_pcm_readv()
3139 frames = bytes_to_samples(runtime, from->iov->iov_len); in snd_pcm_writev()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c1074 …snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->… in snd_pcm_oss_change_params()