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>
This commit is contained in:
Charles Keepax
2024-08-02 11:57:31 +01:00
committed by Mark Brown
parent 7354eb7f15
commit becfa08bfe

View File

@@ -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,