From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH] ASoC: wm{5102, 5110, 8997}: Replace codec->control_data with arizona->regmap Date: Mon, 3 Mar 2014 09:08:13 +0000 Message-ID: <20140303090813.GF8570@opensource.wolfsonmicro.com> References: <1393677932-17336-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 opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 12739265141 for ; Mon, 3 Mar 2014 10:08:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <1393677932-17336-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: alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Sat, Mar 01, 2014 at 01:45:32PM +0100, Lars-Peter Clausen wrote: > With the ongoing component-ization of the ASoC framework and the continuing > migration to using regmap for IO the control_data field of the snd_soc_codec > struct will eventually be removed. Prepare the wm5192, wm5110 and wm8997 > drivers for this by using arizona->regmap instead of accessing the CODEC's > control_data field. > > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles