From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tushar Behera Subject: Re: [PATCH] ASoC: Add max98925 codec driver Date: Thu, 19 Feb 2015 12:19:18 +0530 Message-ID: <54E5876E.2090703@gmail.com> References: <1424318986-18895-1-git-send-email-yesanishhere@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by alsa0.perex.cz (Postfix) with ESMTP id 049452604D1 for ; Thu, 19 Feb 2015 07:49:24 +0100 (CET) Received: by paceu11 with SMTP id eu11so7245581pac.10 for ; Wed, 18 Feb 2015 22:49:23 -0800 (PST) In-Reply-To: <1424318986-18895-1-git-send-email-yesanishhere@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Anish Kumar , broonie@kernel.org, Maxwell.McKinnon@maximintegrated.com, liam.r.girdwood@linux.intel.com, lars@metafoo.de Cc: alsa-devel@alsa-project.org, nitin.mittal@maximintegrated.com List-Id: alsa-devel@alsa-project.org On 02/19/2015 09:39 AM, Anish Kumar wrote: > Signed-off-by: Anish Kumar > --- For the revised patches, it is a good idea to add the version number in the subject line. You can do that with --subject-prefix flag while issuing git-format-patch command. Also please include changelog in the patch explaining the changes in subsequent revisions. > sound/soc/codecs/Kconfig | 9 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/max98925.c | 843 +++++++++++++++++++++++++++++++++++++++++++ > sound/soc/codecs/max98925.h | 845 ++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 1699 insertions(+) > create mode 100644 sound/soc/codecs/max98925.c > create mode 100644 sound/soc/codecs/max98925.h > -- Tushar Behera