ASoC: soc-core: snd_soc_get_dai_name() become non static
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 11 Nov 2016 01:19:28 +0000 (01:19 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 11 Nov 2016 15:19:34 +0000 (15:19 +0000)
commit1ad8ec535b997ed36c0f32c2616206725258dd30
tree938c89bdb1aed2c382d2156ff0b009bc6bfe34b2
parent7364c8dc255232db33bcd1c5b19eb8f34cf6108a
ASoC: soc-core: snd_soc_get_dai_name() become non static

snd_soc_get_dai_name() is used from snd_soc_of_get_dai_name(),
and it is assuming that DT is using "sound-dai" / "#sound-dai-cells".
But graph base DT is using "remote-endpoint". This patch makes
snd_soc_get_dai_name() non static for graph support.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-core.c