Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 1/4] ASoC: cs42l43: Remove redundant semi-colon at end of function
@ 2024-07-31 13:39 Charles Keepax
  2024-07-31 13:39 ` [PATCH v2 2/4] ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helper Charles Keepax
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Charles Keepax @ 2024-07-31 13:39 UTC (permalink / raw)
  To: broonie, perex, tiwai; +Cc: lgirdwood, linux-sound, patches

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---

New since v1 of the series.

 sound/soc/codecs/cs42l43.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/cs42l43.c b/sound/soc/codecs/cs42l43.c
index 92674314227c4..80825777048a6 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,
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-31 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 13:39 [PATCH v2 1/4] ASoC: cs42l43: Remove redundant semi-colon at end of function Charles Keepax
2024-07-31 13:39 ` [PATCH v2 2/4] ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helper Charles Keepax
2024-07-31 13:39 ` [PATCH v2 3/4] ASoC: cs35l45: Use " Charles Keepax
2024-07-31 13:39 ` [PATCH v2 4/4] ASoC: cs42l43: Cache shutter IRQ control pointers Charles Keepax
2024-07-31 13:51   ` Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox