diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-10-29 20:10:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-01 06:19:47 -0400 |
commit | bb19ba2a345439b4de3f6d59819da9853500ac4d (patch) | |
tree | c74ede0709785169df3f346681557f398bbe84df | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
ASoC: fix build warning in soc-core.c
Fix kernel-doc build error. A symbol that ends with an underscore
character ('_') has special meaning in reST (reStructuredText), so add
a '*' to prevent this error and to indicate that there are several of
these values to choose from.
../sound/soc/soc-core.c:2799: ERROR: Unknown target name: "snd_soc_daifmt".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index fee4b0ef5566..3ef6989552c9 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -2796,7 +2796,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_set_bclk_ratio); | |||
2796 | /** | 2796 | /** |
2797 | * snd_soc_dai_set_fmt - configure DAI hardware audio format. | 2797 | * snd_soc_dai_set_fmt - configure DAI hardware audio format. |
2798 | * @dai: DAI | 2798 | * @dai: DAI |
2799 | * @fmt: SND_SOC_DAIFMT_ format value. | 2799 | * @fmt: SND_SOC_DAIFMT_* format value. |
2800 | * | 2800 | * |
2801 | * Configures the DAI hardware format and clocking. | 2801 | * Configures the DAI hardware format and clocking. |
2802 | */ | 2802 | */ |