ASoC: max98090/91: fixing a space

removed an extra space

Signed-off-by: Sharique Mohammad <sharq0406@gmail.com>
Link: https://patch.msgid.link/20251023070347.1936838-1-sharq0406@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Sharique Mohammad 2025-10-23 09:03:47 +02:00 committed by Mark Brown
parent edf5c89202
commit 310bf433c0
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

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