Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trace: split out trace-soflogger.h and trace-boot.h
The SOF trace.h is a bit hard to follow as it mixes frontend and backend definitions. The frontend definitions like tr_info() are needed by all SOF builds. The backends can vary and the application traces can be routed to SOF DMA trace (sof-logger), Zephyr logging subsystem or optionally compiled out when tracing is disabled. Improve readability of the header by moving all definitions related to the sof-logger backend to a separate trace-soflogger.h header file. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
- Loading branch information