ASoC: SOF: imx: update kernel-doc description
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 11 Dec 2020 10:22:55 +0000 (12:22 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 11 Dec 2020 13:23:03 +0000 (13:23 +0000)
Add missing parameters to avoid W=1 error

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20201211102255.3189589-1-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx-common.c

index 5fee637834c2bcb5dadf87f144cfa5c42376e39a..8826ef94f04a33ed56ce2bfd40417d1bf702b1f6 100644 (file)
@@ -47,6 +47,8 @@ void imx8_get_registers(struct snd_sof_dev *sdev,
 /**
  * imx8_dump() - This function is called when a panic message is
  * received from the firmware.
+ * @sdev: SOF device
+ * @flags: parameter not used but required by ops prototype
  */
 void imx8_dump(struct snd_sof_dev *sdev, u32 flags)
 {