From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 47/47] ASoC: wm_hubs: Replace direct snd_soc_codec dapm field access Date: Mon, 1 Jun 2015 10:13:41 +0100 Message-ID: <20150601091341.GG31187@opensource.wolfsonmicro.com> References: <1433146266-1599-1-git-send-email-lars@metafoo.de> <1433146266-1599-47-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 96805260481 for ; Mon, 1 Jun 2015 11:13:41 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1433146266-1599-47-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, Brian Austin , Mark Brown , Liam Girdwood , Paul Handrigan List-Id: alsa-devel@alsa-project.org On Mon, Jun 01, 2015 at 10:11:06AM +0200, Lars-Peter Clausen wrote: > The dapm field of the snd_soc_codec struct is eventually going to be > removed, in preparation for this replace all manual access to codec->dapm > with snd_soc_codec_get_dapm(). > > Signed-off-by: Lars-Peter Clausen > --- For all the Wolfson bits: Acked-by: Charles Keepax Thanks, Charles