linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Add support for max9759 Amplifier Driver
@ 2018-02-19 13:45 Neil Armstrong
  2018-02-19 13:45 ` [PATCH 1/2] ASoC: Add DT bindings documentation for max9759 amplifier Neil Armstrong
  2018-02-19 13:45 ` [PATCH 2/2] ASoC: max9759: Add Amplifier Driver Neil Armstrong
  0 siblings, 2 replies; 5+ messages in thread
From: Neil Armstrong @ 2018-02-19 13:45 UTC (permalink / raw)
  To: broonie; +Cc: Neil Armstrong, alsa-devel, linux-kernel

The MAX9759 is a gpio controlled speaker amplifier, this patchset
add the DT Bindings and the corresponding ASoC component driver.

Neil Armstrong (2):
  ASoC: Add DT bindings documentation for max9759 amplifier
  ASoC: max9759: Add Amplifier Driver

 .../devicetree/bindings/sound/maxim,max9759.txt    |  18 ++
 sound/soc/codecs/Kconfig                           |   5 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/max9759.c                         | 207 +++++++++++++++++++++
 4 files changed, 232 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/maxim,max9759.txt
 create mode 100644 sound/soc/codecs/max9759.c

-- 
2.7.4

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

end of thread, other threads:[~2018-02-20 12:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 13:45 [PATCH 0/2] ASoC: Add support for max9759 Amplifier Driver Neil Armstrong
2018-02-19 13:45 ` [PATCH 1/2] ASoC: Add DT bindings documentation for max9759 amplifier Neil Armstrong
2018-02-19 20:47   ` Rob Herring
2018-02-19 13:45 ` [PATCH 2/2] ASoC: max9759: Add Amplifier Driver Neil Armstrong
2018-02-20 12:05   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).