mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
edf5c89202
commit
310bf433c0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user