From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH] ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec() Date: Thu, 19 Jun 2014 09:05:35 +0100 Message-ID: <20140619080535.GC3412@opensource.wolfsonmicro.com> References: <1403157002-11638-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 C2A1F26525F for ; Thu, 19 Jun 2014 10:05:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1403157002-11638-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 Thu, Jun 19, 2014 at 07:50:01AM +0200, Lars-Peter Clausen wrote: > We now have a generic helper function to cast from a DAPM context to a CODEC. > Make use of it in the places which previously open-coded it. > > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles