Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752319AbdC0Srf (ORCPT ); Mon, 27 Mar 2017 14:47:35 -0400 Received: from mail.kernel.org ([198.145.29.136]:53846 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752040AbdC0Srb (ORCPT ); Mon, 27 Mar 2017 14:47:31 -0400 MIME-Version: 1.0 In-Reply-To: <1490592778-30841-1-git-send-email-ryans.lee@maximintegrated.com> References: <20170320141407.GS6986@localhost.localdomain> <1490592778-30841-1-git-send-email-ryans.lee@maximintegrated.com> From: Rob Herring Date: Mon, 27 Mar 2017 13:46:41 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] ASoC: Add support for Maxim Integrated MAX98927 Amplifier To: Ryan Lee Cc: Liam Girdwood , Mark Brown , Mark Rutland , Jaroslav Kysela , Takashi Iwai , Kuninori Morimoto , Arnd Bergmann , Charles Keepax , Lars-Peter Clausen , bardliao@realtek.com, nh6z@nh6z.net, KCHSU0@nuvoton.com, Axel Lin , romain.perier@collabora.com, Petr Kulhavy , Srinivas Kandagatla , oder_chiou@realtek.com, Paul Handrigan , Linux-ALSA , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Dylan Reid Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 274 Lines: 7 On Mon, Mar 27, 2017 at 12:32 AM, Ryan Lee wrote: > Signed-off-by: Ryan Lee > --- > v2: Removed local register read/write function to avoid duplication of ASoC core function. And what about my comments in v1?