Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 4/4] ASoC: max98090/91: fixing a space
@ 2025-10-23  7:03 Sharique Mohammad
  2025-10-23 11:32 ` Mark Brown
  2025-10-23 21:14 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Sharique Mohammad @ 2025-10-23  7:03 UTC (permalink / raw)
  To: broonie; +Cc: perex, linux-sound, lgirdwood, Sharique Mohammad

removed an extra space

Signed-off-by: Sharique Mohammad <sharq0406@gmail.com>

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

diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 03cc6e0fc88d..ef0c4f2ce1b2 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2380,7 +2380,7 @@ static struct snd_soc_dai_driver max98090_dai = {
 		.rates = MAX98090_RATES,
 		.formats = MAX98090_FORMATS,
 	},
-	 .ops = &max98090_dai_ops,
+	.ops = &max98090_dai_ops,
 };
 
 static int max98090_probe(struct snd_soc_component *component)
-- 
2.30.5


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

end of thread, other threads:[~2025-10-23 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23  7:03 [PATCH 4/4] ASoC: max98090/91: fixing a space Sharique Mohammad
2025-10-23 11:32 ` Mark Brown
2025-10-23 21:14 ` Mark Brown

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