ASoC: SOF: Introduce opaque storage of private data for firmware tracing
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Mon, 16 May 2022 10:47:10 +0000 (13:47 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 19 May 2022 15:44:18 +0000 (16:44 +0100)
Firmware tracing implementations can allocate and store their privately
used data behind the fw_trace_pdata pointer instead of adding more
members to struct snd_sof_dev.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Paul Olaru <paul.olaru@oss.nxp.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20220516104711.26115-8-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/sof-priv.h

index b176fc7e346c0a3c1cdea57430201c0fd4d1ba3b..d8d81e1ec25904478e6525247292bb01bdaf26e3 100644 (file)
@@ -549,6 +549,7 @@ struct snd_sof_dev {
 
        /* firmwre tracing */
        bool fw_trace_is_supported; /* set with Kconfig or module parameter */
+       void *fw_trace_data; /* private data used by firmware tracing implementation */
 
        /* DMA for Trace */
        struct snd_dma_buffer dmatb;