aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-09-02 19:38:10 -0700
committerMark Brown <broonie@kernel.org>2018-09-03 12:18:09 +0100
commit63a886f38dd96868e33488eccee8ed427144d397 (patch)
tree95529915082bc5f3df1953f9cdc03ed7c7f75b94 /sound/soc/soc-core.c
parentASoC: tas6424: Add channel fault reporting (diff)
downloadlinux-dev-63a886f38dd96868e33488eccee8ed427144d397.tar.xz
linux-dev-63a886f38dd96868e33488eccee8ed427144d397.zip
ASoC: fix soc-core.c kernel-doc warning
Fix kernel-doc warning: ../sound/soc/soc-core.c:2918: warning: Excess function parameter 'legacy_dai_naming' description in 'snd_soc_register_dais' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 2a73630d0680..e9c2304afaf1 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -2944,8 +2944,6 @@ static struct snd_soc_dai *soc_add_dai(struct snd_soc_component *component,
* @component: The component the DAIs are registered for
* @dai_drv: DAI driver to use for the DAIs
* @count: Number of DAIs
- * @legacy_dai_naming: Use the legacy naming scheme and let the DAI inherit the
- * parent's name.
*/
static int snd_soc_register_dais(struct snd_soc_component *component,
struct snd_soc_dai_driver *dai_drv, size_t count)