From patchwork Thu Aug 31 20:14:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 719050 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2FD2CC83F2F for ; Thu, 31 Aug 2023 20:15:52 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 86F161F7; Thu, 31 Aug 2023 22:14:59 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 86F161F7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1693512949; bh=Jbn3TFG8SQtpvPI84zuKCdb8QkaRPTKljU9Yf0mK/ZI=; h=From:To:Cc:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=SfH5a4aMKLkhVlPNQFyyk0qQtkmvyUi3p5Ty5skASd6UYDgqm75Y0xjuRkjDvOOAF czgz+IwkO1AxtTlPYWCtH/TpmKjM9csnmcdN0rHZduRvbkvvaYiZJP1fAE0yVYxJJD uWptpO9+g41mMoQXC4hla6G8p8qs2XkapnuAhpLc= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 008F0F8023B; Thu, 31 Aug 2023 22:14:49 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 4AC9FF8032D; Thu, 31 Aug 2023 22:14:49 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 3FD72F80158; Thu, 31 Aug 2023 22:14:45 +0200 (CEST) Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by alsa1.perex.cz (Postfix) with ESMTP id 9FCFCF80094 for ; Thu, 31 Aug 2023 22:14:38 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 9FCFCF80094 X-IronPort-AV: E=Sophos;i="6.02,217,1688396400"; d="scan'208";a="174633923" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 01 Sep 2023 05:14:35 +0900 Received: from localhost.localdomain (unknown [10.226.92.179]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6AC8D400F727; Fri, 1 Sep 2023 05:14:32 +0900 (JST) From: Biju Das To: Jaroslav Kysela , Takashi Iwai Cc: Biju Das , Liam Girdwood , Mark Brown , Charles Keepax , Andy Shevchenko , =?utf-8?q?Uwe_Kleine-K?= =?utf-8?q?=C3=B6nig?= , patches@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/2] Match data improvements for wm8580 driver Date: Thu, 31 Aug 2023 21:14:27 +0100 Message-Id: <20230831201429.94554-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Message-ID-Hash: J7FTW5XF3KRWTNWJRO4NUQE57SV56SQJ X-Message-ID-Hash: J7FTW5XF3KRWTNWJRO4NUQE57SV56SQJ X-MailFrom: biju.das.jz@bp.renesas.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This patch series aims to add match data improvements for wm8580 driver. This patch series is only compile tested. v2->v3: * Added Rb tag from Andy. * Restored OF table postion and moved in patch#2 * Moved OF table near to the user. v1->v2: * Added Ack from Charles Keepax. * Removed comma in the terminator entry. * Restored original error code -EINVAL Biju Das (2): ASoC: wm8580: Simplify probe() ASoC: wm8580: Move OF table sound/soc/codecs/wm8580.c | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-)