diff options
author | Anish Kumar <yesanishhere@gmail.com> | 2015-03-11 23:13:16 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-12 20:20:06 +0100 |
commit | 718b25c803df8c1f8f2090c115911d123e34c78a (patch) | |
tree | e4bf1e72cdae36b02f0fc48916e319b9865cacbc /sound/soc/codecs | |
parent | ASoC: max98925_spk_tlv can be static (diff) | |
download | linux-718b25c803df8c1f8f2090c115911d123e34c78a.tar.xz linux-718b25c803df8c1f8f2090c115911d123e34c78a.zip |
ASoC: max98925: trivial duplicate typo fix in set_fmt
Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/max98925.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c index 34fc4d0441fd..1f8e80315749 100644 --- a/sound/soc/codecs/max98925.c +++ b/sound/soc/codecs/max98925.c @@ -346,7 +346,7 @@ static int max98925_dai_set_fmt(struct snd_soc_dai *codec_dai, } regmap_update_bits(max98925->regmap, MAX98925_FORMAT, - M98925_DAI_BCI_MASK | M98925_DAI_BCI_MASK, invert); + M98925_DAI_BCI_MASK, invert); return 0; } |