Commit becfa08b authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown

ASoC: cs42l43: Remove redundant semi-colon at end of function

Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20240802105734.2309788-2-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7354eb7f
......@@ -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,
......
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