From patchwork Mon Jan 21 00:32:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 10772565 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EC7B013B4 for ; Mon, 21 Jan 2019 01:08:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C1DDD29EB6 for ; Mon, 21 Jan 2019 01:08:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9CAD229EBD; Mon, 21 Jan 2019 01:08:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0CCC129EB6 for ; Mon, 21 Jan 2019 01:08:46 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 35267267343; Mon, 21 Jan 2019 01:32:10 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3FF8E2673B4; Mon, 21 Jan 2019 01:32:08 +0100 (CET) Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by alsa0.perex.cz (Postfix) with ESMTP id AA343266A89 for ; Mon, 21 Jan 2019 01:32:03 +0100 (CET) Date: 21 Jan 2019 09:32:01 +0900 X-IronPort-AV: E=Sophos;i="5.56,501,1539615600"; d="scan'208";a="5692853" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 21 Jan 2019 09:32:01 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id E7171415F3CB; Mon, 21 Jan 2019 09:32:00 +0900 (JST) Message-ID: <87imyiamj4.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/6] ASoC: soc-core: cleanup and platform X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mark I merged my posted patches into 1 patch-set, and arranged patch order. 2) - 6) are not yet reviewed. Kuninori Morimoto (6): 1) ASoC: soc-core: add .num_platform for dai_link 2) ASoC: soc-core: add new snd_soc_flush_all_delayed_work() 3) ASoC: soc-core: merge card resources cleanup method 4) ASoC: soc-core: reduce if/else nest on soc_probe_link_dais 5) ASoC: soc-core: add soc_cleanup_component() 6) ASoC: soc-core: use for_each_link_codecs() for dai_link codecs include/sound/simple_card_utils.h | 2 +- include/sound/soc.h | 3 +- sound/soc/generic/audio-graph-card.c | 5 +- sound/soc/generic/simple-card-utils.c | 4 +- sound/soc/generic/simple-card.c | 7 +- sound/soc/soc-core.c | 211 ++++++++++++++++------------------ 6 files changed, 114 insertions(+), 118 deletions(-)