From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH 4/4] ASoC: soc-core: call snd_soc_remove_card() when component del Date: Mon, 09 Feb 2015 15:11:36 +0100 Message-ID: <54D8C018.3040201@metafoo.de> References: <87siefv54e.wl%kuninori.morimoto.gx@renesas.com> <87mw4nv524.wl%kuninori.morimoto.gx@renesas.com> <54D8994A.5090906@metafoo.de> <54D8B19E.5020303@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-225.synserver.de (smtp-out-231.synserver.de [212.40.185.231]) by alsa0.perex.cz (Postfix) with ESMTP id F1E15260411 for ; Mon, 9 Feb 2015 15:11:44 +0100 (CET) In-Reply-To: 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: Takashi Iwai Cc: Linux-ALSA , Simon , Mark Brown , Kuninori Morimoto , Liam Girdwood List-Id: alsa-devel@alsa-project.org On 02/09/2015 02:35 PM, Takashi Iwai wrote: [...] > (BTW, client_mutex doesn't cover the whole places accessing the > component_list in soc-core.c.) Yea, that looks pretty broken, I'll have a look.