summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/es8328.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-09ASoC: es8328: Fix deemphasis valuesJohn Keeping1-0/+1
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
2014-08-17ASoC: add es8328 codec driverSean Cross1-0/+314
Add a codec driver for the Everest ES8328. It supports two separate audio outputs and two separate audio inputs. Signed-off-by: Sean Cross <xobs@kosagi.com> Signed-off-by: Mark Brown <broonie@linaro.org>