projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10dcc44
)
ASoC: max98925: trivial duplicate typo fix in set_fmt
author
Anish Kumar
<yesanishhere@gmail.com>
Wed, 11 Mar 2015 22:13:16 +0000
(15:13 -0700)
committer
Mark Brown
<broonie@kernel.org>
Thu, 12 Mar 2015 19:20:06 +0000
(19:20 +0000)
Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98925.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98925.c
b/sound/soc/codecs/max98925.c
index
34fc4d0
..
1f8e803
100644
(file)
--- 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;
}