From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbcENOZ1 (ORCPT ); Sat, 14 May 2016 10:25:27 -0400 Received: from mail.kernel.org ([198.145.29.136]:47540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbcENOZZ (ORCPT ); Sat, 14 May 2016 10:25:25 -0400 Date: Sat, 14 May 2016 09:25:19 -0500 From: Rob Herring To: Peter Rosin Cc: linux-kernel@vger.kernel.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, devicetree@vger.kernel.org Subject: Re: [PATCH] ASoC: MAX9860: new driver Message-ID: <20160514142519.GA18477@rob-hp-laptop> References: <1462892797-1147-1-git-send-email-peda@axentia.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462892797-1147-1-git-send-email-peda@axentia.se> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > .../devicetree/bindings/sound/max9860.txt | 27 + It is preferred to have the binding in a separate patch. Otherwise, Acked-by: Rob Herring > 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