Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sharique Mohammad and committed by
Mark Brown
310bf433 edf5c892

+1 -1
+1 -1
sound/soc/codecs/max98090.c
··· 2380 2380 .rates = MAX98090_RATES, 2381 2381 .formats = MAX98090_FORMATS, 2382 2382 }, 2383 - .ops = &max98090_dai_ops, 2383 + .ops = &max98090_dai_ops, 2384 2384 }; 2385 2385 2386 2386 static int max98090_probe(struct snd_soc_component *component)