Skip to content

Commit ce1f257

Browse files
Colin Ian Kingbroonie
authored andcommitted
ASoC: topology: Fix spelling mistake "vesion" -> "version"
There are spelling mistakes in comments. Fix them. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6308c44 commit ce1f257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sound/soc/soc-topology.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ static void stream_caps_new_ver(struct snd_soc_tplg_stream_caps *dest,
19011901
* @src: older version of pcm as a source
19021902
* @pcm: latest version of pcm created from the source
19031903
*
1904-
* Support from vesion 4. User should free the returned pcm manually.
1904+
* Support from version 4. User should free the returned pcm manually.
19051905
*/
19061906
static int pcm_new_ver(struct soc_tplg *tplg,
19071907
struct snd_soc_tplg_pcm *src,
@@ -2089,7 +2089,7 @@ static void set_link_hw_format(struct snd_soc_dai_link *link,
20892089
* @src: old version of phyical link config as a source
20902090
* @link: latest version of physical link config created from the source
20912091
*
2092-
* Support from vesion 4. User need free the returned link config manually.
2092+
* Support from version 4. User need free the returned link config manually.
20932093
*/
20942094
static int link_new_ver(struct soc_tplg *tplg,
20952095
struct snd_soc_tplg_link_config *src,
@@ -2400,7 +2400,7 @@ static int soc_tplg_dai_elems_load(struct soc_tplg *tplg,
24002400
* @src: old version of manifest as a source
24012401
* @manifest: latest version of manifest created from the source
24022402
*
2403-
* Support from vesion 4. Users need free the returned manifest manually.
2403+
* Support from version 4. Users need free the returned manifest manually.
24042404
*/
24052405
static int manifest_new_ver(struct soc_tplg *tplg,
24062406
struct snd_soc_tplg_manifest *src,

0 commit comments

Comments
 (0)