Searched refs:dai_posn (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A 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.3-rc2/include/sound/sof/ |
A D | stream.h | 143 uint64_t dai_posn; /**< DAI DMA position in bytes */ member
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | compress.c | 123 spcm->stream[dir].posn.dai_posn = 0; in sof_compr_open() 380 tstamp->pcm_io_frames = div_u64(spcm->stream[cstream->direction].posn.dai_posn, in sof_compr_pointer()
|
A D | pcm.c | 383 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer() 444 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()
|
Completed in 7 milliseconds