Searched refs:old_position (Results 1 – 2 of 2) sorted by relevance
721 snd_pcm_uframes_t old_position; in hsw_notify_pointer() local739 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()
241 snd_pcm_uframes_t old_position; member1220 return stream->old_position; in sst_hsw_stream_get_old_position()1226 stream->old_position = val; in sst_hsw_stream_set_old_position()