
27 Feb
2017
27 Feb
'17
5:47 p.m.
This patchset adds the support for the es7134 from Everest Semiconductor. The es7134 is simple i2s DAC with no configuration interface. It has been tested on Amlogic's meson-gxbb-p200 board.
Jerome Brunet (2): ASoC: es7134: add es7134 DAC driver ASoC: es7134: add dt-bindings for the es7134 dac
.../devicetree/bindings/sound/everest,es7134.txt | 10 ++ sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/es7134.c | 116 +++++++++++++++++++++ 4 files changed, 132 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/everest,es7134.txt create mode 100644 sound/soc/codecs/es7134.c
--
2.9.3