commit | 84ebac4d04d25ac5c1b1dc3ae621fd465eb38f4e | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Wed Dec 09 11:38:13 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 09 20:42:19 2015 +0000 |
tree | 5489558502359655b4c702be167a49610d1936fa | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
ASoC: es8328: Fix deemphasis values This is using completely the wrong mask and value when updating the register. Since the correct values are already defined in the header, switch to using a table with explicit constants rather than shifting the array index. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org