commit | 071133a209354f39d4e5785d5a6a390e03241841 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sat Aug 27 19:27:59 2016 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 01 21:05:24 2016 +0100 |
tree | 42ef335b3003d03700aa28cb4ed52905dce2f27a | |
parent | 01ad5e7de67b408d9b48b437b06a9938ddf460b5 [diff] |
ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel The value for the second channel in _ENUM_DOUBLE (double channel) MUXs is not correctly updated, due to using the wrong bit shift. Use the correct bit shift, so both channels toggle together. Fixes: 3727b4968453 (ASoC: dapm: Consolidate MUXs and value MUXs) Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>