Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dsof.h48 __field(u64, dai_posn)
54 __entry->dai_posn = posn->dai_posn;
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;
86 __entry->dma_posn, __entry->dai_posn)
/openbmc/linux/include/sound/sof/
H A Dstream.h143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
/openbmc/linux/sound/soc/sof/
H A Dcompress.c123 spcm->stream[dir].posn.dai_posn = 0; in sof_compr_open()
376 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn, in sof_compr_pointer()
H A Dpcm.c409 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer()
470 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()