aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index b15a2049efcf..eea28ade5b32 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -1704,7 +1704,7 @@ static void set_link_flags(struct snd_soc_dai_link *link,
1704} 1704}
1705 1705
1706/* create the FE DAI link */ 1706/* create the FE DAI link */
1707static int soc_tplg_link_create(struct soc_tplg *tplg, 1707static int soc_tplg_fe_link_create(struct soc_tplg *tplg,
1708 struct snd_soc_tplg_pcm *pcm) 1708 struct snd_soc_tplg_pcm *pcm)
1709{ 1709{
1710 struct snd_soc_dai_link *link; 1710 struct snd_soc_dai_link *link;
@@ -1760,7 +1760,7 @@ static int soc_tplg_pcm_create(struct soc_tplg *tplg,
1760 if (ret < 0) 1760 if (ret < 0)
1761 return ret; 1761 return ret;
1762 1762
1763 return soc_tplg_link_create(tplg, pcm); 1763 return soc_tplg_fe_link_create(tplg, pcm);
1764} 1764}
1765 1765
1766/* copy stream caps from the old version 4 of source */ 1766/* copy stream caps from the old version 4 of source */