Message ID | 20240421015144.1154-1-shenghao-ding@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C10781FB2; Sun, 21 Apr 2024 01:53:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.142 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713664390; cv=none; b=XaMQFH360A8n6qZW2aM9qz6vzSNQtckbPoG4O2uLQbNbgesdLOB1KiY83WlOWYhlIHbnY8Y7DNCd3VnC2t6lIYevoTTOn5oqs5aa+QD5Rgxq5WLTi6ZvHwwvXGaiCSwmHhDXXZjfp3b8AyrWlXocrqQoV41w+TiFhFbEuBMV9os= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713664390; c=relaxed/simple; bh=jYB4Lf2XFtZQtJPYzfGYtVNznhXsH2n4u1bcD/8VpUU=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=DWCZBQf6m/4oB/H50QiUMDoAL3uX+H9dO1I3cugwu3rsfwl0AvrJVmUgaOfVkvWh09aDl6Yys4b8hJ+1vOJOSZi46PIBcz/WvbGwaLCECkuL4EdayWlqzP2jwIxq9b6jPGWk1ki2JCzllgxAOM1Boc6pO6YyWHLvxz00syxQBdo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=bmiWToRC; arc=none smtp.client-ip=198.47.19.142 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="bmiWToRC" Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 43L1pv75089959; Sat, 20 Apr 2024 20:51:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1713664317; bh=F6K0hk2LFLpZ4ZNH7qZ13YY5fCEc2H+WVtgO5m7cf+Q=; h=From:To:CC:Subject:Date; b=bmiWToRCb+JihXl/ZwbCb0+ktMB9HUTtFeEZ8s2ximprLFuXGP5JdqEabv2uQ6MtH huCLDXSG2iXIgJ2LWzkh0Pfkqc+Y3el+ZE0LmLC7DiwCLVPbXQ2vxumzxSfsUiKA4k f7Uj0cXQk70rMZQ+zTnrer3PZo4ZmSJyhqaGz4b0= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 43L1pvM0097987 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 20 Apr 2024 20:51:57 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Sat, 20 Apr 2024 20:51:57 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Sat, 20 Apr 2024 20:51:56 -0500 Received: from LT5CG31242FY.dhcp.ti.com ([10.250.160.109]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 43L1pmOg047902; Sat, 20 Apr 2024 20:51:49 -0500 From: Shenghao Ding <shenghao-ding@ti.com> To: <linux-kernel@vger.kernel.org> CC: <lgirdwood@gmail.com>, <broonie@kernel.org>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <linux-sound@vger.kernel.org>, <devicetree@vger.kernel.org>, <perex@perex.cz>, <tiwai@suse.com>, <13916275206@139.com>, <mohit.chawla@ti.com>, <soyer@irl.hu>, <jkhuang3@ti.com>, <tiwai@suse.de>, <pdjuandi@ti.com>, <manisha.agrawal@ti.com>, <aviel@ti.com>, <hnagalla@ti.com>, <praneeth@ti.com>, <Baojun.Xu@fpt.com>, Shenghao Ding <shenghao-ding@ti.com> Subject: [RESEND PATCH v9 0/4] ASoc: PCM6240: mixer-test report Date: Sun, 21 Apr 2024 09:51:39 +0800 Message-ID: <20240421015144.1154-1-shenghao-ding@ti.com> X-Mailer: git-send-email 2.33.0.windows.2 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: <linux-sound.vger.kernel.org> List-Subscribe: <mailto:linux-sound+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-sound+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 |
Series |
ASoc: PCM6240: mixer-test report
|
expand
|