diff options
author | Anish Kumar <yesanishhere@gmail.com> | 2015-03-11 18:13:16 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-12 15:20:06 -0400 |
commit | 718b25c803df8c1f8f2090c115911d123e34c78a (patch) | |
tree | e4bf1e72cdae36b02f0fc48916e319b9865cacbc /sound | |
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')
-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, | |||
346 | } | 346 | } |
347 | 347 | ||
348 | regmap_update_bits(max98925->regmap, MAX98925_FORMAT, | 348 | regmap_update_bits(max98925->regmap, MAX98925_FORMAT, |
349 | M98925_DAI_BCI_MASK | M98925_DAI_BCI_MASK, invert); | 349 | M98925_DAI_BCI_MASK, invert); |
350 | return 0; | 350 | return 0; |
351 | } | 351 | } |
352 | 352 | ||