commit | a00cebf51d5ceed8ba9f6fac5fb189b38cd5a7c2 | [log] [tgz] |
---|---|---|
author | Peter Rosin <peda@axentia.se> | Wed May 31 14:32:33 2017 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 06 19:53:36 2017 +0100 |
tree | 53aeac18616977b953f43fbe5232fd4e314f20c7 | |
parent | 61abce1312bf97eac62eef704260ce9a8f9b85f6 [diff] |
ASoC: atmel: tse850: fix off-by-one in the "ANA" enumeration count At some point I added the "Low" entry at the beginning of the array without bumping the enumeration count from 9 to 10. Fix this. While at it, fix the anti-pattern for the other enumeration (used by MUX{1,2}). Fixes: aa43112445f0 ("ASoC: atmel: tse850: add ASoC driver for the Axentia TSE-850") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org