summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2020-07-02 12:28:00 -0500
committerMark Brown <broonie@kernel.org>2020-07-03 17:33:46 +0100
commit8182fa9afc8bcecb75d9e7c2d84e11d95903c945 (patch)
treedb284fffc69ad2fe5814ee4f603c48ec97428751
parent9e0d21e1210ffe27682a5ef71209af57f975b0d3 (diff)
downloadlinux-stable-8182fa9afc8bcecb75d9e7c2d84e11d95903c945.tar.gz
linux-stable-8182fa9afc8bcecb75d9e7c2d84e11d95903c945.tar.bz2
linux-stable-8182fa9afc8bcecb75d9e7c2d84e11d95903c945.zip
ASoC: soc-ac97: fix kernel-doc
Fix W=1 warning. Add missing arguments Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200702172800.164986-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/soc-ac97.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/soc-ac97.c b/sound/soc/soc-ac97.c
index 906106ed8ca1..65db083e242b 100644
--- a/sound/soc/soc-ac97.c
+++ b/sound/soc/soc-ac97.c
@@ -393,6 +393,8 @@ EXPORT_SYMBOL_GPL(snd_soc_set_ac97_ops);
/**
* snd_soc_set_ac97_ops_of_reset - Set ac97 ops with generic ac97 reset functions
+ * @ops: bus ops
+ * @pdev: platform device
*
* This function sets the reset and warm_reset properties of ops and parses
* the device node of pdev to get pinctrl states and gpio numbers to use.