aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/cs35l45.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-06-07 11:52:12 +0100
committerMark Brown <broonie@kernel.org>2022-06-07 11:52:12 +0100
commit88406aa6dbbbb3a1752b130f14b47218a2251f3a (patch)
tree4a1a4567320d4930d0ac7f1ee07a6191d9b65451 /sound/soc/codecs/cs35l45.h
parentOPE support on Tegra210 and later (diff)
parentASoC: meson: remove useless initialization (diff)
downloadwireguard-linux-88406aa6dbbbb3a1752b130f14b47218a2251f3a.tar.xz
wireguard-linux-88406aa6dbbbb3a1752b130f14b47218a2251f3a.zip
ASoC: trivial changes for cppcheck warnings
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: This can probably wait for the next merge window, I found a number of cppcheck warnings that I didn't see in my last checks. The irony is that the only really important issue found by cppcheck was on one of my previous DPCM changes (submitted separately as a fix).
Diffstat (limited to 'sound/soc/codecs/cs35l45.h')
-rw-r--r--sound/soc/codecs/cs35l45.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l45.h b/sound/soc/codecs/cs35l45.h
index 680891bcfce9..53fe9d2b7b15 100644
--- a/sound/soc/codecs/cs35l45.h
+++ b/sound/soc/codecs/cs35l45.h
@@ -209,7 +209,7 @@ struct cs35l45_private {
extern const struct dev_pm_ops cs35l45_pm_ops;
extern const struct regmap_config cs35l45_i2c_regmap;
extern const struct regmap_config cs35l45_spi_regmap;
-int cs35l45_apply_patch(struct cs35l45_private *cs43l45);
+int cs35l45_apply_patch(struct cs35l45_private *cs35l45);
unsigned int cs35l45_get_clk_freq_id(unsigned int freq);
int cs35l45_probe(struct cs35l45_private *cs35l45);
void cs35l45_remove(struct cs35l45_private *cs35l45);