diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-25 10:24:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-25 10:51:12 -0500 |
commit | 9e0f1b7f6bc5265847e995540981642c857f15b6 (patch) | |
tree | 8af68d55782a10bd07973cdc4750130038ea75b8 | |
parent | 5c0d7bb797a975691ca8bbc38e53da03c6e151bb (diff) |
ASoC: Clean up kernel-doc for snd_soc_dai_set_fmt
There is no argument named @clk_id in snd_soc_dai_set_fmt,
remove its' comment.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index dbd92e12e860..00fccdd41bb0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1883,7 +1883,6 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_set_pll); | |||
1883 | /** | 1883 | /** |
1884 | * snd_soc_dai_set_fmt - configure DAI hardware audio format. | 1884 | * snd_soc_dai_set_fmt - configure DAI hardware audio format. |
1885 | * @dai: DAI | 1885 | * @dai: DAI |
1886 | * @clk_id: DAI specific clock ID | ||
1887 | * @fmt: SND_SOC_DAIFMT_ format value. | 1886 | * @fmt: SND_SOC_DAIFMT_ format value. |
1888 | * | 1887 | * |
1889 | * Configures the DAI hardware format and clocking. | 1888 | * Configures the DAI hardware format and clocking. |