summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/es8328.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: es8328: Fix deemphasis valuesJohn Keeping2015-12-091-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
* ASoC: add es8328 codec driverSean Cross2014-08-171-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>