diff options
author | Anish Kumar <yesanishhere@gmail.com> | 2015-03-11 15:13:16 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-12 19:20:06 +0000 |
commit | 718b25c803df8c1f8f2090c115911d123e34c78a (patch) | |
tree | e4bf1e72cdae36b02f0fc48916e319b9865cacbc /sound/soc/codecs/max98925.c | |
parent | 10dcc448d13071ed0d3797233187e79be258d90c (diff) |
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/max98925.c')
-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; } |