UPSTREAM: ASoC: soc-core: snd_soc_get_dai_name() become non static
[firefly-linux-kernel-4.4.55.git] / sound / soc / soc-core.c
index a1305f827a98f077ac3cdeffed96b2ce73d45c63..251a7e8670b7e9e2d8d8999ac0742ee54e520c80 100644 (file)
@@ -3534,7 +3534,7 @@ unsigned int snd_soc_of_parse_daifmt(struct device_node *np,
 }
 EXPORT_SYMBOL_GPL(snd_soc_of_parse_daifmt);
 
-static int snd_soc_get_dai_name(struct of_phandle_args *args,
+int snd_soc_get_dai_name(struct of_phandle_args *args,
                                const char **dai_name)
 {
        struct snd_soc_component *pos;
@@ -3586,6 +3586,7 @@ static int snd_soc_get_dai_name(struct of_phandle_args *args,
        mutex_unlock(&client_mutex);
        return ret;
 }
+EXPORT_SYMBOL_GPL(snd_soc_get_dai_name);
 
 int snd_soc_of_get_dai_name(struct device_node *of_node,
                            const char **dai_name)