Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-pcm.c721 snd_pcm_uframes_t old_position; in hsw_notify_pointer() local
739 old_position = sst_hsw_stream_get_old_position(hsw, stream); in hsw_notify_pointer()
740 if (position > old_position) { in hsw_notify_pointer()
742 samples = SST_SAMPLES(runtime, position - old_position); in hsw_notify_pointer()
745 runtime, old_position), in hsw_notify_pointer()
750 if (old_position < dma_frames) { in hsw_notify_pointer()
752 dma_frames - old_position); in hsw_notify_pointer()
755 runtime, old_position), in hsw_notify_pointer()
Dsst-haswell-ipc.c241 snd_pcm_uframes_t old_position; member
1220 return stream->old_position; in sst_hsw_stream_get_old_position()
1226 stream->old_position = val; in sst_hsw_stream_set_old_position()