Commit e7f289a5 authored by Maciej Strozek's avatar Maciej Strozek Committed by Mark Brown
parent b85ea95d
...@@ -1682,7 +1682,7 @@ static ssize_t hpload_dc_r_show(struct device *dev, ...@@ -1682,7 +1682,7 @@ static ssize_t hpload_dc_r_show(struct device *dev,
return cs43130_show_dc(dev, buf, HP_RIGHT); return cs43130_show_dc(dev, buf, HP_RIGHT);
} }
static u16 const cs43130_ac_freq[CS43130_AC_FREQ] = { static const u16 cs43130_ac_freq[CS43130_AC_FREQ] = {
24, 24,
43, 43,
93, 93,
...@@ -2362,7 +2362,7 @@ static const struct regmap_config cs43130_regmap = { ...@@ -2362,7 +2362,7 @@ static const struct regmap_config cs43130_regmap = {
.use_single_write = true, .use_single_write = true,
}; };
static u16 const cs43130_dc_threshold[CS43130_DC_THRESHOLD] = { static const u16 cs43130_dc_threshold[CS43130_DC_THRESHOLD] = {
50, 50,
120, 120,
}; };
......
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