All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add es7134 DAC driver support
@ 2017-02-27 15:47 ` Jerome Brunet
  0 siblings, 0 replies; 12+ messages in thread
From: Jerome Brunet @ 2017-02-27 15:47 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: Jerome Brunet, alsa-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-06 11:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 15:47 [PATCH 0/2] Add es7134 DAC driver support Jerome Brunet
2017-02-27 15:47 ` Jerome Brunet
2017-02-27 15:47 ` [PATCH 1/2] ASoC: es7134: add es7134 DAC driver Jerome Brunet
2017-02-27 15:47   ` Jerome Brunet
2017-03-06 10:46   ` Applied "ASoC: es7134: add es7134 DAC driver" to the asoc tree Mark Brown
2017-03-06 10:46     ` Mark Brown
2017-02-27 15:47 ` [PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac Jerome Brunet
2017-02-27 15:47   ` Jerome Brunet
2017-03-02 16:25   ` Rob Herring
2017-03-02 16:25     ` Rob Herring
2017-03-06 10:46   ` Applied "ASoC: es7134: add dt-bindings for the es7134 dac" to the asoc tree Mark Brown
2017-03-06 10:46     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.