Message ID | 20230608135750.11041-1-walker.chen@starfivetech.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <alsa-devel-bounces@alsa-project.org> 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 EB4E4C7EE29 for <alsa-devel@archiver.kernel.org>; Fri, 9 Jun 2023 14:53:16 +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 EAC90100; Fri, 9 Jun 2023 16:52:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EAC90100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1686322395; bh=8EK/bezEW0Lfz6eJbMYMvE+P2WAOQLIaqRC6wJcRjmM=; h=From:To:CC:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=c7Ectg6NMUVohzEgHtYynJ8K3Woxy2nzCHcEAfjZoCqi8jVKuu0YIAJASjxdDGYp5 ZAImI8EShdRNrQ8d9ocLmff8bY/crDMPIWY4ZBmx2jdnEDOM37+1KwLHchiHwdB7AR i++J2wjGM3YJLgX0xMx1PlyGCMDYXapcVwY0rClg= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 36DAAF80651; Fri, 9 Jun 2023 16:47:52 +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 5BD73F8064C; Fri, 9 Jun 2023 16:47:51 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C12C6F80290; Thu, 8 Jun 2023 15:58:16 +0200 (CEST) Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 0918DF80155 for <alsa-devel@alsa-project.org>; Thu, 8 Jun 2023 15:58:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 0918DF80155 Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 378BD24E20F; Thu, 8 Jun 2023 21:57:52 +0800 (CST) Received: from EXMBX168.cuchost.com (172.16.6.78) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 8 Jun 2023 21:57:52 +0800 Received: from SD-Server.starfivetech.com (183.27.98.122) by EXMBX168.cuchost.com (172.16.6.78) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 8 Jun 2023 21:57:51 +0800 From: Walker Chen <walker.chen@starfivetech.com> To: Mark Brown <broonie@kernel.org>, Claudiu Beznea <Claudiu.Beznea@microchip.com>, Dan Carpenter <dan.carpenter@linaro.org>, Liam Girdwood <lgirdwood@gmail.com>, Takashi Iwai <tiwai@suse.com>, "Jaroslav Kysela" <perex@perex.cz>, Walker Chen <walker.chen@starfivetech.com> CC: <alsa-devel@alsa-project.org>, <linux-kernel@vger.kernel.org> Subject: [PATCH v2 0/2] Fix error check and cleanup for JH7110 TDM Date: Thu, 8 Jun 2023 21:57:48 +0800 Message-ID: <20230608135750.11041-1-walker.chen@starfivetech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [183.27.98.122] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX168.cuchost.com (172.16.6.78) X-YovoleRuleAgent: yovoleflag X-MailFrom: walker.chen@starfivetech.com X-Mailman-Rule-Hits: nonmember-moderation 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 Message-ID-Hash: KUPHADL3MMWGBMVE3AHRIWSU5Y36LSNG X-Message-ID-Hash: KUPHADL3MMWGBMVE3AHRIWSU5Y36LSNG X-Mailman-Approved-At: Fri, 09 Jun 2023 14:47:26 +0000 X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" <alsa-devel.alsa-project.org> Archived-At: <https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/message/KUPHADL3MMWGBMVE3AHRIWSU5Y36LSNG/> List-Archive: <https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/> List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help> List-Owner: <mailto:alsa-devel-owner@alsa-project.org> List-Post: <mailto:alsa-devel@alsa-project.org> List-Subscribe: <mailto:alsa-devel-join@alsa-project.org> List-Unsubscribe: <mailto:alsa-devel-leave@alsa-project.org> |
Series |
Fix error check and cleanup for JH7110 TDM
|
expand
|