ASoC: SOF: uapi: align comments with firmware files
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 12 Jun 2019 16:57:02 +0000 (11:57 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 13 Jun 2019 18:53:34 +0000 (19:53 +0100)
No functional change, just mirror firmware comment changes

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sof/topology.h
include/sound/sof/trace.h

index 4978999fd362c6210b95f4fad2353ab400da930a..41dcabf89899f91b3725e41e0c60f2d268358012 100644 (file)
@@ -84,9 +84,9 @@ struct sof_ipc_buffer {
 struct sof_ipc_comp_config {
        struct sof_ipc_cmd_hdr hdr;
        uint32_t periods_sink;  /**< 0 means variable */
-       uint32_t periods_source;        /**< 0 means variable */
+       uint32_t periods_source;/**< 0 means variable */
        uint32_t reserved1;     /**< reserved */
-       uint32_t frame_fmt;             /**< SOF_IPC_FRAME_ */
+       uint32_t frame_fmt;     /**< SOF_IPC_FRAME_ */
        uint32_t xrun_action;
 
        /* reserved for future use */
index 2187ff7d07ce2f02e953572da366303124c37011..9257d5473d97b5846664f97e949dd07b7c3861f7 100644 (file)
@@ -66,7 +66,9 @@ struct sof_ipc_dma_trace_posn {
 #define SOF_IPC_PANIC_WFI                      (SOF_IPC_PANIC_MAGIC | 0xa)
 #define SOF_IPC_PANIC_ASSERT                   (SOF_IPC_PANIC_MAGIC | 0xb)
 
-/* panic info include filename and line number */
+/* panic info include filename and line number
+ * filename array will not include null terminator if fully filled
+ */
 struct sof_ipc_panic_info {
        struct sof_ipc_hdr hdr;
        uint32_t code;                  /* SOF_IPC_PANIC_ */