mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-28 11:24:07 -05:00
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:
committed by
Mark Brown
parent
7354eb7f15
commit
becfa08bfe
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user