Searched refs:old_position (Results 1 – 2 of 2) sorted by relevance
730 snd_pcm_uframes_t old_position; in hsw_notify_pointer() local748 old_position = sst_hsw_stream_get_old_position(hsw, stream); in hsw_notify_pointer()749 if (position > old_position) { in hsw_notify_pointer()751 samples = SST_SAMPLES(runtime, position - old_position); in hsw_notify_pointer()754 runtime, old_position), in hsw_notify_pointer()759 if (old_position < dma_frames) { in hsw_notify_pointer()761 dma_frames - old_position); in hsw_notify_pointer()764 runtime, old_position), in hsw_notify_pointer()
251 snd_pcm_uframes_t old_position; member1230 return stream->old_position; in sst_hsw_stream_get_old_position()1236 stream->old_position = val; in sst_hsw_stream_set_old_position()