commit | 8aaa414fadaec2b682168a5c937a3950a77956bf | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Tue Apr 15 14:37:05 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Tue Apr 15 14:21:21 2014 +0100 |
tree | 101c1f2d607fb5de64831f6e918707e015f0a31f | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 [diff] |
ASoC: alc5623: Fix regmap endianness Commit 0cd257bf9b9b0cbb4fa1a5c988a232506997867c, "ASoC: alc5623: Convert to direct regmap API usage" broke probing of the codec, because of wrong endinness of the ID and codec version read from the device. Fix this by removing the existing flipping of the endiannes, and extracting the codec type byte from the word from the regmap. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Mark Brown <broonie@linaro.org>