commit | 7b282cbbf3c7bbad20505761a9eadd6d9a7280c7 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Nov 29 19:47:38 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Nov 29 11:50:50 2011 +0000 |
tree | 7c4f89ea65b9895e62f3dfaa3a27361d56de2b08 | |
parent | 1175f71197140dfdb8ad31767030175d88cbea2b [diff] |
ASoC: cs42l73: Fix clear wrong bits in cs42l73_set_dai_fmt What we want is to clear BIT[5:4](PCM_MODE_MASK) and BIT[3](PCM_BIT_ORDER) bits, but current code clears BIT[2:0]. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>