Commit 718b25c8 authored by Anish Kumar's avatar Anish Kumar Committed by Mark Brown

ASoC: max98925: trivial duplicate typo fix in set_fmt

Signed-off-by: default avatarAnish Kumar <yesanishhere@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 10dcc448
...@@ -346,7 +346,7 @@ static int max98925_dai_set_fmt(struct snd_soc_dai *codec_dai, ...@@ -346,7 +346,7 @@ static int max98925_dai_set_fmt(struct snd_soc_dai *codec_dai,
} }
regmap_update_bits(max98925->regmap, MAX98925_FORMAT, regmap_update_bits(max98925->regmap, MAX98925_FORMAT,
M98925_DAI_BCI_MASK | M98925_DAI_BCI_MASK, invert); M98925_DAI_BCI_MASK, invert);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment