Searched refs:dai_posn (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/trace/events/ |
D | sof.h | 48 __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)
|
/linux-6.1.9/include/sound/sof/ |
D | stream.h | 143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
|
/linux-6.1.9/sound/soc/sof/ |
D | compress.c | 122 spcm->stream[dir].posn.dai_posn = 0; in sof_compr_open() 371 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn, in sof_compr_pointer()
|
D | pcm.c | 386 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer() 447 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()
|