Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: alc5623: Fix regmap endianness
Commit 0cd257b, "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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
- Loading branch information