From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCH 2/3] ASoC: rx51: Use snd_soc_dapm_to_codec() instead of dapm->codec Date: Mon, 29 Sep 2014 18:33:21 +0300 Message-ID: <20140929153321.GA21259@bitmer.com> References: <1411983642-12793-1-git-send-email-lars@metafoo.de> <1411983642-12793-2-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 bitmer.com (bitmer.com [213.157.87.50]) by alsa0.perex.cz (Postfix) with ESMTP id CE8D2260658 for ; Mon, 29 Sep 2014 17:33:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1411983642-12793-2-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, patches@opensource.wolfsonmicro.com, Liam Girdwood , Peter Ujfalusi , Mark Brown , Charles Keepax List-Id: alsa-devel@alsa-project.org On Mon, Sep 29, 2014 at 11:40:41AM +0200, Lars-Peter Clausen wrote: > The CODEC struct in the snd_soc_dapm_context struct is deprecated and > scheduled for removal. Use the snd_soc_dapm_to_codec() function instead. > > Signed-off-by: Lars-Peter Clausen > --- > sound/soc/omap/rx51.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Jarkko Nikula