Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 231b86b1 authored by Masanari Iida's avatar Masanari Iida Committed by Mark Brown
Browse files

ASoC: Fix warning while make xmldocs caused by soc-core.c



This patch fix following warning while make xmldocs.
Warning(.//sound/soc/soc-core.c:2148): No description found
for parameter 'ratio'

Add missing ":"

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d770e558
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2127,7 +2127,7 @@ EXPORT_SYMBOL_GPL(snd_soc_codec_set_pll);
/**
/**
 * snd_soc_dai_set_bclk_ratio - configure BCLK to sample rate ratio.
 * snd_soc_dai_set_bclk_ratio - configure BCLK to sample rate ratio.
 * @dai: DAI
 * @dai: DAI
 * @ratio Ratio of BCLK to Sample rate.
 * @ratio: Ratio of BCLK to Sample rate.
 *
 *
 * Configures the DAI for a preset BCLK to sample rate ratio.
 * Configures the DAI for a preset BCLK to sample rate ratio.
 */
 */