Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588788

[PATCH 0/2] Add es7134 DAC driver support

From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Add es7134 DAC driver support
Date 2017-02-27 17:20 +0100
Message-ID <tfwbL-82e-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Add es7134 DAC driver support Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100
  [PATCH 1/2] ASoC: es7134: add es7134 DAC driver Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100
  [PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100

csiph-web