Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1401089
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ASoC: MAX9860: new driver |
| Date | 2016-05-14 16:30 +0200 |
| Message-ID | <ryIJP-2bv-1@gated-at.bofh.it> (permalink) |
| References | <rxhsm-4N0-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 10, 2016 at 05:06:37PM +0200, Peter Rosin wrote: > This is a driver for the MAX9860 Mono Audio Voice Codec. > > https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf > > This driver does not support sidetone since the DVST register field is > backwards with the mute near the maximum level instead of the minimum. > > Signed-off-by: Peter Rosin <peda@axentia.se> > --- > .../devicetree/bindings/sound/max9860.txt | 27 + It is preferred to have the binding in a separate patch. Otherwise, Acked-by: Rob Herring <robh@kernel.org> > MAINTAINERS | 7 + > sound/soc/codecs/Kconfig | 6 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/max9860.c | 722 +++++++++++++++++++++ > sound/soc/codecs/max9860.h | 162 +++++ > 6 files changed, 926 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/max9860.txt > create mode 100644 sound/soc/codecs/max9860.c > create mode 100644 sound/soc/codecs/max9860.h
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ASoC: MAX9860: new driver Rob Herring <robh@kernel.org> - 2016-05-14 16:30 +0200
csiph-web