From patchwork Wed Nov 13 01:15:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 11240631 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 67A6613B1 for ; Wed, 13 Nov 2019 01:16:52 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6C4CF222C5 for ; Wed, 13 Nov 2019 01:16:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="qqqldz5+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C4CF222C5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1E1311607; Wed, 13 Nov 2019 02:15:59 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1E1311607 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1573607809; bh=igaWoua/ySm7ZM1RaV4KizY/431v6CZQPoN21TaHJQk=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=qqqldz5+eMWeAThHAFaooxzSkbtQ/1nfXvQcjjsvgxDQN+M5kQjQW1e/XtF5KwHk+ GUHYE4mHXxI7tmKGX9vO0X961TBsvkbS/UW773r0rFBxsb+wzsykGOCtRqrs16pILg vxC/LoAfUB4uqjI5NDwJdhSvg9ukRjHE1yDk/aHs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7F292F8049C; Wed, 13 Nov 2019 02:15:58 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa1.perex.cz (Postfix, from userid 50401) id 0B0B6F804CF; Wed, 13 Nov 2019 02:15:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alsa1.perex.cz X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=5.0 tests=AC_FROM_MANY_DOTS, SPF_HELO_NONE,SPF_PASS autolearn=disabled version=3.4.0 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by alsa1.perex.cz (Postfix) with ESMTP id 87F16F802E0 for ; Wed, 13 Nov 2019 02:15:51 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 87F16F802E0 Date: 13 Nov 2019 10:15:48 +0900 X-IronPort-AV: E=Sophos;i="5.68,298,1569250800"; d="scan'208";a="31524226" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 13 Nov 2019 10:15:48 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 60F3340041AC; Wed, 13 Nov 2019 10:15:48 +0900 (JST) Message-ID: <87sgms4lvf.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 To: Mark Brown MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Cc: Linux-ALSA Subject: [alsa-devel] [PATCH 0/3] ASoC: soc-core cleanup step5+alpha X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Mark I got report from you that some patch couldn't apply against current code. I'm checking posted patches and accepted patches, and it seems not yet accepted was previous series's [9/9]. 1) is same as [9/9], and I checked that it can apply to your for-5.5 branch. Jon Hunter reported that my below patch created bug. 2) and 3) are fixup patch for it. bfce78a559655c5c4512a898a7e5d3a796fbb473 ("ASoC: soc-core: tidyup soc_init_dai_link()") Kuninori Morimoto (3): 1) ASoC: soc-core: call snd_soc_dapm_shutdown() at soc_cleanup_card_resources() 2) ASoC: soc-core: move snd_soc_unbind_card() next to snd_soc_bind_card() 3) ASoC: soc-core: care card_probed at soc_cleanup_card_resources() sound/soc/soc-core.c | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-)