提交 19c7efcd 编写于 作者: L Lars-Peter Clausen 提交者: Mark Brown

ASoC: spear: spdif_out: Staticize unexported function

The spdif_soc_dai_probe function is only used in spdif_out.c, so make it static.
Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
Acked-by: NRajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 169cc489
......@@ -240,7 +240,7 @@ static const struct snd_kcontrol_new spdif_out_controls[] = {
spdif_mute_get, spdif_mute_put),
};
int spdif_soc_dai_probe(struct snd_soc_dai *dai)
static int spdif_soc_dai_probe(struct snd_soc_dai *dai)
{
struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册