Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c730 snd_pcm_uframes_t old_position; in hsw_notify_pointer() local
748 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()
Dsst-haswell-ipc.c251 snd_pcm_uframes_t old_position; member
1234 return stream->old_position; in sst_hsw_stream_get_old_position()
1240 stream->old_position = val; in sst_hsw_stream_set_old_position()