From patchwork Thu Dec 20 01:45:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 10738447 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 5854A1399 for ; Thu, 20 Dec 2018 01:45:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3B46C2847A for ; Thu, 20 Dec 2018 01:45:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2ACDF2851B; Thu, 20 Dec 2018 01:45:36 +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 2DD602847A for ; Thu, 20 Dec 2018 01:45:34 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 4957A267B39; Thu, 20 Dec 2018 02:45:33 +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 ABC18267B41; Thu, 20 Dec 2018 02:45:30 +0100 (CET) Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by alsa0.perex.cz (Postfix) with ESMTP id 6F240267A8E for ; Thu, 20 Dec 2018 02:45:22 +0100 (CET) Date: 20 Dec 2018 10:45:19 +0900 X-IronPort-AV: E=Sophos;i="5.56,374,1539615600"; d="scan'208";a="3306536" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 20 Dec 2018 10:45:19 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6E1D44041A54; Thu, 20 Dec 2018 10:45:19 +0900 (JST) Message-ID: <87y38l7zfs.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 00/13 v2] ASoC: audio/simple card tidyup/cleanup 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 As I mentioned on off-list mail, I noticed that previous patch-set included many exchanges in 1 patch. Because of this, the reviewing was very difficult. I had break downed it into few more small patches. I hope it becomes more review-able 1) : for "reg" property issue, again. 2) - 7) : missing 1CPU-1Codec DPCM case, and cleanup for audio-graph 8) - 13) : missing 1CPU-1Codec DPCM case, and cleanup for simple-card Kuninori Morimoto (13): 1) ASoC: simple-card-utils: check "reg" property on asoc_simple_card_get_dai_id() 2) ASoC: audio-graph-card: add asoc_graph_card_get_conversion() 3) ASoC: audio-graph-card: add 1 CPU : 1 Codec support again 4) ASoC: audio-graph-card: add link_info 5) ASoC: audio-graph-card: cleanup DAI link loop method - step1 6) ASoC: audio-graph-card: cleanup DAI link loop method - step2 7) ASoC: audio-graph-card: reduce naming prefix 8) ASoC: simple-card: add asoc_simple_card_get_conversion() 9) ASoC: simple-card: add 1 CPU : 1 Codec support again 10) ASoC: simple-card: add link_info 11) ASoC: simple-card: cleanup DAI link loop method - step1 12) ASoC: simple-card: cleanup DAI link loop method - step2 13) ASoC: simple-card: reduce naming prefix sound/soc/generic/audio-graph-card.c | 465 +++++++++++++++++++--------------- sound/soc/generic/simple-card-utils.c | 14 +- sound/soc/generic/simple-card.c | 454 ++++++++++++++++++++------------- 3 files changed, 553 insertions(+), 380 deletions(-)