@@ -1901,7 +1901,7 @@ static void stream_caps_new_ver(struct snd_soc_tplg_stream_caps *dest,
1901
1901
* @src: older version of pcm as a source
1902
1902
* @pcm: latest version of pcm created from the source
1903
1903
*
1904
- * Support from vesion 4. User should free the returned pcm manually.
1904
+ * Support from version 4. User should free the returned pcm manually.
1905
1905
*/
1906
1906
static int pcm_new_ver (struct soc_tplg * tplg ,
1907
1907
struct snd_soc_tplg_pcm * src ,
@@ -2089,7 +2089,7 @@ static void set_link_hw_format(struct snd_soc_dai_link *link,
2089
2089
* @src: old version of phyical link config as a source
2090
2090
* @link: latest version of physical link config created from the source
2091
2091
*
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.
2093
2093
*/
2094
2094
static int link_new_ver (struct soc_tplg * tplg ,
2095
2095
struct snd_soc_tplg_link_config * src ,
@@ -2400,7 +2400,7 @@ static int soc_tplg_dai_elems_load(struct soc_tplg *tplg,
2400
2400
* @src: old version of manifest as a source
2401
2401
* @manifest: latest version of manifest created from the source
2402
2402
*
2403
- * Support from vesion 4. Users need free the returned manifest manually.
2403
+ * Support from version 4. Users need free the returned manifest manually.
2404
2404
*/
2405
2405
static int manifest_new_ver (struct soc_tplg * tplg ,
2406
2406
struct snd_soc_tplg_manifest * src ,
0 commit comments