From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_soc_dai_remove Date: Thu, 25 Nov 2010 11:11:23 +0000 Message-ID: <20101125111122.GA22298@rakim.wolfsonmicro.main> References: <1290677035.1928.3.camel@mola> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 054A6103C31 for ; Thu, 25 Nov 2010 12:11:25 +0100 (CET) Content-Disposition: inline In-Reply-To: <1290677035.1928.3.camel@mola> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Axel Lin Cc: Manuel Lauss , linux-kernel , alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Nov 25, 2010 at 05:23:55PM +0800, Axel Lin wrote: > We call snd_soc_register_dais() in sh4_soc_dai_probe(), > thus we should call snd_soc_unregister_dais() in sh4_soc_dai_remove(). Applied, thanks.