From patchwork Wed Mar 6 01:34:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Yi X-Patchwork-Id: 13587577 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 DE7DEC54E41 for ; Sat, 9 Mar 2024 10:15:10 +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 B02C8E9F; Sat, 9 Mar 2024 11:14:58 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B02C8E9F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1709979308; bh=pJzzRLw0ld6ieyqr7fhe5DRfgd38ERsz5SID14arAVY=; h=From:To:Cc:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=l1+Vw73RnGWd3mKbzfGmTk0qzz+Wn3vxz4YIb8yWyhbE1u2PiKFTW9fL/gyK0I+Zd yY8rvzPgg3MwOpWJ3y3tegqFy6ovMbJ/3/qyywcs/LERNVCbgZos62cjiZi8j8bOlF cEmrBi2fvlWdubLk96UKScq4yVirRzH3E+qKC+Ww= Received: by alsa1.perex.cz (Postfix, from userid 50401) id D6DFFF8069A; Sat, 9 Mar 2024 11:12:59 +0100 (CET) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id EEC7AF8069F; Sat, 9 Mar 2024 11:12:58 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7A752F802E8; Wed, 6 Mar 2024 02:34:43 +0100 (CET) Received: from mail78-39.sinamail.sina.com.cn (mail78-39.sinamail.sina.com.cn [219.142.78.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 2AC6EF8014B for ; Wed, 6 Mar 2024 02:34:30 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2AC6EF8014B Received: from unknown (HELO zy-virtual-machine.localdomain)([116.232.53.71]) by sina.net (10.75.30.235) with ESMTP id 65E7C81800003DE4; Wed, 6 Mar 2024 09:34:17 +0800 (CST) X-Sender: zhangyi@everest-semi.com X-Auth-ID: zhangyi@everest-semi.com Authentication-Results: sina.net; spf=none smtp.mailfrom=zhangyi@everest-semi.com; dkim=none header.i=none; dmarc=none action=none header.from=zhangyi@everest-semi.com X-SMAIL-MID: 4BE93CC2C17E4254B72E6993CDEE0D62 X-SMAIL-UIID: 4BE93CC2C17E4254B72E6993CDEE0D62-20240306-093417 From: Zhang Yi To: alsa-devel@alsa-project.org, broonie@kernel.org, devicetree@vger.kernel.org Cc: tiwai@suse.com, amadeuszx.slawinski@linux.intel.com, yangxiaohua@everest-semi.com, zhuning@everest-semi.com, zhangyi@everest-semi.com Subject: [PATCH v1 0/2] ASoC: codecs: ES8326: change members of private structure Date: Wed, 6 Mar 2024 09:34:12 +0800 Message-Id: <20240306013414.18708-1-zhangyi@everest-semi.com> X-Mailer: git-send-email 2.17.1 X-MailFrom: zhangyi@everest-semi.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: YUJNYTVSSBZEHGXZPTEKFSLHWAWVFKKH X-Message-ID-Hash: YUJNYTVSSBZEHGXZPTEKFSLHWAWVFKKH X-Mailman-Approved-At: Sat, 09 Mar 2024 10:10:51 +0000 X-Mailman-Version: 3.3.9 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: We found that using 0x45 as the default value for interrupt-clk would cause a headset detection error.So we took 0x00 as the default value for interrupt-clk and passed the test. We removed mic1-src and mic2-src, which were not used. *** BLURB HERE *** Zhang Yi (2): ASoC: codecs: ES8326: Changing members of private structure ASoC: codecs: ES8326: change support for ES8326 .../bindings/sound/everest,es8326.yaml | 22 ++----------------- sound/soc/codecs/es8326.c | 18 +-------------- 2 files changed, 3 insertions(+), 37 deletions(-)