commit | 352d52e2442f42539c76d8a13d795ccab7079b26 | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Fri Nov 20 11:42:22 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Dec 12 22:06:20 2015 +0000 |
tree | 0bed4807ce2fedc4dcd075cb050cd95f25168674 | |
parent | 84ebac4d04d25ac5c1b1dc3ae621fd465eb38f4e [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>