From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 1/2] ASoC: wm9712: Convert to regmap Date: Mon, 3 Oct 2016 09:58:46 +0100 Message-ID: <20161003085846.GA1952@localhost.localdomain> References: <1475256450-30612-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by alsa0.perex.cz (Postfix) with ESMTP id 0A570266802 for ; Mon, 3 Oct 2016 10:58:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1475256450-30612-1-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: Marek Vasut , alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Fri, Sep 30, 2016 at 07:27:29PM +0200, Lars-Peter Clausen wrote: > Currently the wm9712 driver still uses custom snd_soc_codec_driver IO > callbacks. This has been deprecated for a while, so convert the wm9712 > driver to use regmap for its IO. > > Tested-by: Marek Vasut > Acked-by: Marek Vasut > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles