Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c155 u32 (*notify_position)(struct sst_byt_stream *stream, void *data); member
282 if (stream && stream->running && stream->notify_position) { in sst_byt_process_notification()
284 stream->notify_position(stream, stream->pdata); in sst_byt_process_notification()
339 u32 (*notify_position)(struct sst_byt_stream *stream, void *data), in sst_byt_stream_new()
352 stream->notify_position = notify_position; in sst_byt_stream_new()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c237 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data); member
493 if (stream->notify_position) in hsw_notification_work()
494 stream->notify_position(stream, stream->pdata); in hsw_notification_work()
963 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data), in sst_hsw_stream_new()
977 stream->notify_position = notify_position; in sst_hsw_stream_new()