forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
f0c97131b9
commit
a3b9ed5577
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user