aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc3-dtrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-17ASoC: SOF: ipc3-dtrace: remove use of __func__ in dev_dbgPierre-Louis Bossart1-3/+2
2022-06-10ASoC: SOF: ipc3-dtrace: Handle race during initializationMark Brown1-9/+38
2022-06-10ASoC: SOF: ipc3-dtrace: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-2/+1
2022-06-10ASoC: SOF: ipc3-dtrace: Return from dtrace_read if there is no new data availablePeter Ujfalusi1-0/+4
2022-06-10ASoC: SOF: ipc3-dtrace: Add helper function to update the sdev->host_offsetPeter Ujfalusi1-5/+18
2022-06-10ASoC: SOF: ipc3-dtrace: Introduce SOF_DTRACE_INITIALIZING statePeter Ujfalusi1-4/+16
2022-05-19ASoC: SOF: ipc3-dtrace: Move dtrace related variables local from sof_devPeter Ujfalusi1-49/+93
2022-05-19ASoC: SOF: Modify the host trace_init parameter list to include dmabPeter Ujfalusi1-1/+1
2022-05-19ASoC: SOF: ipc3-dtrace: Move host ops wrappers from generic header to privatePeter Ujfalusi1-5/+5
2022-05-19ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationPeter Ujfalusi1-0/+605