aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-07-15 10:02:38 -0400
committerMark Brown <broonie@kernel.org>2015-07-15 12:56:51 -0400
commit231b86b1d81a75e5212329e2c42faefddcaa9208 (patch)
treea29945283579e2008226f1abe4dddd677be6cc28
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
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: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 3a4a5c0e3f97..68e54144467e 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -2127,7 +2127,7 @@ EXPORT_SYMBOL_GPL(snd_soc_codec_set_pll);
2127/** 2127/**
2128 * snd_soc_dai_set_bclk_ratio - configure BCLK to sample rate ratio. 2128 * snd_soc_dai_set_bclk_ratio - configure BCLK to sample rate ratio.
2129 * @dai: DAI 2129 * @dai: DAI
2130 * @ratio Ratio of BCLK to Sample rate. 2130 * @ratio: Ratio of BCLK to Sample rate.
2131 * 2131 *
2132 * Configures the DAI for a preset BCLK to sample rate ratio. 2132 * Configures the DAI for a preset BCLK to sample rate ratio.
2133 */ 2133 */