commit | 113b0b20fc123bc522ded68ea710d789b0415ebe | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Fri Nov 20 11:42:22 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Nov 20 12:27:19 2015 +0000 |
tree | 96dcef48a4e5d0c8781336a2c1b95eb5f395edb8 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
ASoC: es8328: Fix shifts for mixer switches These are all off by one; the playback and bypass switches are the top two bits of the registers, which are at shifts 7 and 6 not 8 and 7. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Mark Brown <broonie@kernel.org>