Commit 2fa0b7fd authored by Wu Fengguang's avatar Wu Fengguang Committed by Mark Brown

ASoC: rt5659: rt5659_intel_hd_header_probe_setup() can be static

Fixes: 041e74b7 ("ASoC: rt5659: Add the support of Intel HDA Header")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent de86a332
...@@ -4038,7 +4038,7 @@ static void rt5659_calibrate(struct rt5659_priv *rt5659) ...@@ -4038,7 +4038,7 @@ static void rt5659_calibrate(struct rt5659_priv *rt5659)
regmap_write(rt5659->regmap, RT5659_HP_CHARGE_PUMP_1, 0x0c16); regmap_write(rt5659->regmap, RT5659_HP_CHARGE_PUMP_1, 0x0c16);
} }
void rt5659_intel_hd_header_probe_setup(struct rt5659_priv *rt5659) static void rt5659_intel_hd_header_probe_setup(struct rt5659_priv *rt5659)
{ {
int value; int value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment