Home
last modified time | relevance | path

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

/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c484 u32 pointer_bytes, pointer_samples; in sst_calc_tstamp() local
498 div_u64_rem(fw_tstamp->ring_buffer_counter, buffer_sz, &pointer_bytes); in sst_calc_tstamp()
499 pointer_samples = bytes_to_samples(substream->runtime, pointer_bytes); in sst_calc_tstamp()