Home
last modified time | relevance | path

Searched refs:dai_posn (Results 1 – 3 of 3) sorted by relevance

/linux/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/include/sound/sof/
H A Dstream.h143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
/linux/sound/soc/sof/
H A Dpcm.c470 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer()
520 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()