Searched refs:dai_posn (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/trace/events/
H A Dsof.h48 __field(u64, dai_posn)
54 __entry->dai_posn = posn->dai_posn;
57 TP_printk("device_name=%s host_posn=%#llx dai_posn=%#llx wallclock=%#llx",
58 __get_str(device_name), __entry->host_posn, __entry->dai_posn,
67 snd_pcm_uframes_t dai_posn
69 TP_ARGS(sdev, spcm, substream, dma_posn, dai_posn),
75 __field(unsigned long, dai_posn)
82 __entry->dai_posn = dai_posn;
[all...]
/linux-master/include/sound/sof/
H A Dstream.h143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member in struct:sof_ipc_stream_posn
/linux-master/sound/soc/sof/
H A Dcompress.c123 spcm->stream[dir].posn.dai_posn = 0;
376 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn,
H A Dpcm.c417 spcm->stream[substream->stream].posn.dai_posn);
478 spcm->stream[substream->stream].posn.dai_posn = 0;

Completed in 110 milliseconds