未验证 提交 a3b9ed55 编写于 作者: K kbuild test robot 提交者: Mark Brown

ASoC: rt5677: rt5677_check_hotword() can be static

Fixes: 21c00e5d ("ASoC: rt5677: Enable jack detect while DSP is running")
Signed-off-by: Nkbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191114153304.n4pyix7qadu76tx4@4978f4969bb8Signed-off-by: NMark Brown <broonie@kernel.org>
上级 f0c97131
......@@ -5307,7 +5307,7 @@ static const struct rt5677_irq_desc rt5677_irq_descs[] = {
},
};
bool rt5677_check_hotword(struct rt5677_priv *rt5677)
static bool rt5677_check_hotword(struct rt5677_priv *rt5677)
{
int reg_gpio;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册