aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2017-01-12 06:38:15 -0500
committerMark Brown <broonie@kernel.org>2017-01-12 12:23:01 -0500
commit8abab35f9a58e15b1f90a1371da69a207e40fc3b (patch)
tree3826a22e2685995a3151620237f615a7f9407bd7
parenta5de5b74a50113564a1e0850e2da96c37c35e55d (diff)
ASoC: Fixup some small kernel-doc typos
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/soc-ac97.c2
-rw-r--r--sound/soc/soc-core.c2
-rw-r--r--sound/soc/soc-ops.c2
-rw-r--r--sound/soc/soc-topology.c6
4 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/soc-ac97.c b/sound/soc/soc-ac97.c
index 6c8b0b0c56ec..36dae41f65fc 100644
--- a/sound/soc/soc-ac97.c
+++ b/sound/soc/soc-ac97.c
@@ -251,7 +251,7 @@ EXPORT_SYMBOL_GPL(snd_soc_new_ac97_codec);
251 251
252/** 252/**
253 * snd_soc_free_ac97_codec - free AC97 codec device 253 * snd_soc_free_ac97_codec - free AC97 codec device
254 * @codec: audio codec 254 * @ac97: snd_ac97 device to be freed
255 * 255 *
256 * Frees AC97 codec device resources. 256 * Frees AC97 codec device resources.
257 */ 257 */
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index f1901bb1466e..24dc443ec019 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -979,7 +979,7 @@ EXPORT_SYMBOL_GPL(snd_soc_find_dai);
979 * @card: soc card 979 * @card: soc card
980 * @id: DAI link ID to match 980 * @id: DAI link ID to match
981 * @name: DAI link name to match, optional 981 * @name: DAI link name to match, optional
982 * @stream name: DAI link stream name to match, optional 982 * @stream_name: DAI link stream name to match, optional
983 * 983 *
984 * This function will search all existing DAI links of the soc card to 984 * This function will search all existing DAI links of the soc card to
985 * find the link of the same ID. Since DAI links may not have their 985 * find the link of the same ID. Since DAI links may not have their
diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c
index 9fc1a7bb8b95..500f98c730b9 100644
--- a/sound/soc/soc-ops.c
+++ b/sound/soc/soc-ops.c
@@ -120,7 +120,7 @@ int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
120EXPORT_SYMBOL_GPL(snd_soc_put_enum_double); 120EXPORT_SYMBOL_GPL(snd_soc_put_enum_double);
121 121
122/** 122/**
123 * snd_soc_read_signed - Read a codec register and interprete as signed value 123 * snd_soc_read_signed - Read a codec register and interpret as signed value
124 * @component: component 124 * @component: component
125 * @reg: Register to read 125 * @reg: Register to read
126 * @mask: Mask to use after shifting the register value 126 * @mask: Mask to use after shifting the register value
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 65670b2b408c..9f0211153bfd 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -1919,7 +1919,7 @@ static int soc_tplg_pcm_elems_load(struct soc_tplg *tplg,
1919 1919
1920/** 1920/**
1921 * set_link_hw_format - Set the HW audio format of the physical DAI link. 1921 * set_link_hw_format - Set the HW audio format of the physical DAI link.
1922 * @tplg: topology context 1922 * @link: &snd_soc_dai_link which should be updated
1923 * @cfg: physical link configs. 1923 * @cfg: physical link configs.
1924 * 1924 *
1925 * Topology context contains a list of supported HW formats (configs) and 1925 * Topology context contains a list of supported HW formats (configs) and
@@ -1970,7 +1970,7 @@ static void set_link_hw_format(struct snd_soc_dai_link *link,
1970/** 1970/**
1971 * link_new_ver - Create a new physical link config from the old 1971 * link_new_ver - Create a new physical link config from the old
1972 * version of source. 1972 * version of source.
1973 * @toplogy: topology context 1973 * @tplg: topology context
1974 * @src: old version of phyical link config as a source 1974 * @src: old version of phyical link config as a source
1975 * @link: latest version of physical link config created from the source 1975 * @link: latest version of physical link config created from the source
1976 * 1976 *
@@ -2212,7 +2212,7 @@ static int soc_tplg_dai_elems_load(struct soc_tplg *tplg,
2212/** 2212/**
2213 * manifest_new_ver - Create a new version of manifest from the old version 2213 * manifest_new_ver - Create a new version of manifest from the old version
2214 * of source. 2214 * of source.
2215 * @toplogy: topology context 2215 * @tplg: topology context
2216 * @src: old version of manifest as a source 2216 * @src: old version of manifest as a source
2217 * @manifest: latest version of manifest created from the source 2217 * @manifest: latest version of manifest created from the source
2218 * 2218 *