summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2024-08-02 12:57:31 +0200
committerMark Brown <broonie@kernel.org>2024-08-02 15:04:38 +0200
commitbecfa08bfefa2cbb22c84d9e583e81387f2f3bf2 (patch)
tree3b5834b23352f5d90a659a835f8350e5bf063541 /sound
parentASoC: SOF: Remove libraries from topology lookups (diff)
downloadlinux-becfa08bfefa2cbb22c84d9e583e81387f2f3bf2.tar.xz
linux-becfa08bfefa2cbb22c84d9e583e81387f2f3bf2.zip
ASoC: cs42l43: Remove redundant semi-colon at end of function
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20240802105734.2309788-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/cs42l43.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l43.c b/sound/soc/codecs/cs42l43.c
index 92674314227c..80825777048a 100644
--- a/sound/soc/codecs/cs42l43.c
+++ b/sound/soc/codecs/cs42l43.c
@@ -608,7 +608,7 @@ static int cs42l43_sdw_hw_params(struct snd_pcm_substream *substream,
return ret;
return cs42l43_set_sample_rate(substream, params, dai);
-};
+}
static const struct snd_soc_dai_ops cs42l43_sdw_ops = {
.startup = cs42l43_startup,