Unverified Commit a3b9ed55 authored by kbuild test robot's avatar kbuild test robot Committed by Mark Brown
Browse files

ASoC: rt5677: rt5677_check_hotword() can be static



Fixes: 21c00e5d ("ASoC: rt5677: Enable jack detect while DSP is running")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191114153304.n4pyix7qadu76tx4@4978f4969bb8


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f0c97131
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;