ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Fri, 17 Sep 2021 08:58:22 +0000 (11:58 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 17 Sep 2021 12:17:43 +0000 (13:17 +0100)
commit59fdde1d4e268dbb9df5df77a7569c7d987607b6
treeecb27c7e0470e4b45ef2b11698897e6c80f0b5fb
parentf1291f41afa9d1901dd954c52869cd0e09c06652
ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()

ipc_trace_message() receives the type not the ID.
Use the same naming as the ipc_stream_message() function: msg_type to
help the reader to follow the code.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Bard Liao <bard.liao@intel.com>
Link: https://lore.kernel.org/r/20210917085823.27222-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/ipc.c