]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda3cb69c86d9e4241ae3fd57920db7483d173796
tree938c89bdb1aed2c382d2156ff0b009bc6bfe34b2
parent6a290bd4e202554a3a1173dc0565e3345bd7343a
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