diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-12-11 12:22:55 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-12-11 13:23:03 +0000 |
commit | 45c29d9ae9ae41c38f525fab3546f22da80aefb9 (patch) | |
tree | 67975c406e624ac5e25d7767f44d64fffbed9cfe | |
parent | 1688dbe7a730e1c1ed05b9dde497288494d75ad4 (diff) |
ASoC: SOF: imx: update kernel-doc description
Add missing parameters to avoid W=1 error
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>
Signed-off-by: Kai Vehmanen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/sof/imx/imx-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/imx/imx-common.c b/sound/soc/sof/imx/imx-common.c index 5fee637834c2..8826ef94f04a 100644 --- a/sound/soc/sof/imx/imx-common.c +++ b/sound/soc/sof/imx/imx-common.c @@ -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) { |