1
0
Fork 0

ASoC: rt5677: rt5677_check_hotword() can be static

Fixes: 21c00e5df4 ("ASoC: rt5677: Enable jack detect while DSP is running")
Signed-off-by: kbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191114153304.n4pyix7qadu76tx4@4978f4969bb8
Signed-off-by: Mark Brown <broonie@kernel.org>
alistair/sunxi64-5.5-dsi
kbuild test robot 2019-11-14 23:33:04 +08:00 committed by Mark Brown
parent f0c97131b9
commit a3b9ed5577
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -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;