lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 14 May 2016 09:25:19 -0500 From: Rob Herring <robh@...nel.org> To: Peter Rosin <peda@...ntia.se> Cc: linux-kernel@...r.kernel.org, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>, Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org, devicetree@...r.kernel.org Subject: Re: [PATCH] ASoC: MAX9860: new driver 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@...ntia.se> > --- > .../devicetree/bindings/sound/max9860.txt | 27 + It is preferred to have the binding in a separate patch. Otherwise, Acked-by: Rob Herring <robh@...nel.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
Powered by blists - more mailing lists