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

ASoC: rt5663: rt5663_set_jack_detect() can be static

Fixes: 9958e8afbcad ("ASoC: rt5663: Use the set_jack() instead of the export function")
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 37a04911
......@@ -1856,7 +1856,7 @@ static irqreturn_t rt5663_irq(int irq, void *data)
return IRQ_HANDLED;
}
int rt5663_set_jack_detect(struct snd_soc_component *component,
static int rt5663_set_jack_detect(struct snd_soc_component *component,
struct snd_soc_jack *hs_jack, void *data)
{
struct rt5663_priv *rt5663 = snd_soc_component_get_drvdata(component);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册