commit | 1ad8ec535b997ed36c0f32c2616206725258dd30 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Fri Nov 11 01:19:28 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Nov 11 15:19:34 2016 +0000 |
tree | 938c89bdb1aed2c382d2156ff0b009bc6bfe34b2 | |
parent | 7364c8dc255232db33bcd1c5b19eb8f34cf6108a [diff] |
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>