]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ASoC: es7134: add es7134 DAC driver
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 27 Feb 2017 15:47:23 +0000 (16:47 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 6 Mar 2017 10:45:24 +0000 (11:45 +0100)
commit9000b59d7a12503ece61414fff3ce58773ebf033
treefaf67a276ed60cfcd77531286a7f5c2311b6dc1f
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
ASoC: es7134: add es7134 DAC driver

The es7134 is 24bit, 192Khz i2s DA converter for PCM audio.
Datasheet is available here : http://www.everest-semi.com/pdf/ES7134LV%20DS.pdf

This driver is also compatible with the es7144, which is the same as the
es7134, with 2 additional pins for filtering capacitors.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/es7134.c [new file with mode: 0644]