]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: soc-ac97: fix kernel-doc
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 2 Jul 2020 17:28:00 +0000 (12:28 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 Jul 2020 16:33:46 +0000 (17:33 +0100)
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>
sound/soc/soc-ac97.c

index 906106ed8ca14639b37de96e7d0372eca2f604e6..65db083e242b36f547887c731237dc32dd0e5aea 100644 (file)
@@ -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.