Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dcompress_offload.h54 __u32 pcm_io_frames; member
73 __u64 pcm_io_frames; member
/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c348 tstamp->pcm_io_frames = div_u64(fw_tstamp.hardware_counter, in sst_cdev_tstamp()
352 dev_dbg(dev, "PCM = %llu\n", tstamp->pcm_io_frames); in sst_cdev_tstamp()
356 dev_dbg(dev, "rendered %llu\n", tstamp->pcm_io_frames); in sst_cdev_tstamp()
/linux/sound/soc/sof/
H A Dcompress.c384 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn, in sof_compr_pointer()
/linux/sound/core/
H A Dcompress_offload.c186 tstamp32->pcm_io_frames = (u32)tstamp64->pcm_io_frames; in snd_compr_tstamp32_from_64()
/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c524 tstamp->pcm_io_frames = info->current_data_offset; in sprd_platform_compr_pointer()