]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: es8328: Fix shifts for mixer switches
authorJohn Keeping <john@metanate.com>
Fri, 20 Nov 2015 11:42:22 +0000 (11:42 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 20 Nov 2015 12:27:19 +0000 (12:27 +0000)
commit113b0b20fc123bc522ded68ea710d789b0415ebe
tree96dcef48a4e5d0c8781336a2c1b95eb5f395edb8
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
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>
sound/soc/codecs/es8328.c