diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-05-11 11:48:11 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-11 16:39:56 +0100 |
commit | af37d21a3245c4a54d608c1d85588203ebfe1ef9 (patch) | |
tree | c2b68f6803a9d084d3b70bb53d436a0ee9c2668c /sound | |
parent | ca2cd6bc6663314ba7fbf66ba7b14e099671420e (diff) | |
download | linux-af37d21a3245c4a54d608c1d85588203ebfe1ef9.tar.bz2 |
ASoC: max98371 Remove duplicate entry in max98371_reg
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98371.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c index 21fae0932137..cf0a39bb631a 100644 --- a/sound/soc/codecs/max98371.c +++ b/sound/soc/codecs/max98371.c @@ -107,7 +107,6 @@ static const struct reg_default max98371_reg[] = { { 0x39, 0x00 }, { 0x3A, 0x00 }, { 0x3B, 0x00 }, - { 0x3B, 0x00 }, { 0x3C, 0x00 }, { 0x3D, 0x00 }, { 0x3E, 0x00 }, |