Searched refs:notify_position (Results 1 – 2 of 2) sorted by relevance
180 u32 (*notify_position)(struct sst_byt_stream *stream, void *data); member523 if (stream && stream->running && stream->notify_position) { in sst_byt_process_notification()525 stream->notify_position(stream, stream->pdata); in sst_byt_process_notification()579 u32 (*notify_position)(struct sst_byt_stream *stream, void *data), in sst_byt_stream_new()592 stream->notify_position = notify_position; in sst_byt_stream_new()
239 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data); member639 if (stream->notify_position) in hsw_notification_work()640 stream->notify_position(stream, stream->pdata); in hsw_notification_work()1178 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data), in sst_hsw_stream_new()1191 stream->notify_position = notify_position; in sst_hsw_stream_new()