projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de86a33
)
ASoC: rt5659: rt5659_intel_hd_header_probe_setup() can be static
author
Wu Fengguang
<fengguang.wu@intel.com>
Mon, 12 Feb 2018 17:16:06 +0000
(
01:16
+0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 13 Feb 2018 11:58:41 +0000
(11:58 +0000)
Fixes:
041e74b71491
("ASoC: rt5659: Add the support of Intel HDA Header")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5659.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5659.c
b/sound/soc/codecs/rt5659.c
index
ef3a44d
..
b772194
100644
(file)
--- a/
sound/soc/codecs/rt5659.c
+++ b/
sound/soc/codecs/rt5659.c
@@
-4038,7
+4038,7
@@
static void rt5659_calibrate(struct rt5659_priv *rt5659)
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;