commit | 04c57163c8edfbc50e022737014069998ba4fc5f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Oct 28 11:08:01 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 31 12:38:18 2011 +0000 |
tree | 8c0f1e4eb6f931d2152893e78d399663af115329 | |
parent | 68e47981437686e58de1edc616d6c3043e01f07e [diff] |
ASoC: wm8711: Fix wrong mask for setting input audio data bit length select The Input Audio Data Bit Length Select is controlled by BIT[3:2] of WM8711_IFACE(07h) register. Current code incorrectly masks BIT[1:0] which is for Audio Data Format Select. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org