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

/linux-4.4.14/sound/soc/intel/baytrail/
H A Dsst-baytrail-ipc.c164 u32 (*notify_position)(struct sst_byt_stream *stream, void *data); member in struct:sst_byt_stream
297 if (stream && stream->running && stream->notify_position) { sst_byt_process_notification()
299 stream->notify_position(stream, stream->pdata); sst_byt_process_notification()
354 u32 (*notify_position)(struct sst_byt_stream *stream, void *data), sst_byt_stream_new()
367 stream->notify_position = notify_position; sst_byt_stream_new()
/linux-4.4.14/sound/soc/intel/haswell/
H A Dsst-haswell-ipc.c247 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data); member in struct:sst_hsw_stream
508 if (stream->notify_position) hsw_notification_work()
509 stream->notify_position(stream, stream->pdata); hsw_notification_work()
979 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data), sst_hsw_stream_new()
993 stream->notify_position = notify_position; sst_hsw_stream_new()

Completed in 159 milliseconds