From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6903CC433EF for ; Thu, 21 Apr 2022 13:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387557AbiDUNw5 (ORCPT ); Thu, 21 Apr 2022 09:52:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387543AbiDUNwd (ORCPT ); Thu, 21 Apr 2022 09:52:33 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9ED6C387A8; Thu, 21 Apr 2022 06:49:42 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnPct064964; Thu, 21 Apr 2022 08:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650548965; bh=sOz3H5JVFZa8DXo43LjtHrPf7nI/khmshY2meABrkFQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=IlKi3DBHGtzAgBYQLAsXVp1JMjJvok3pPIWUXfGXmPonilChCKKCwa0bI8C/hSX0B VRBO8rftr9ZGNLprfjducb/NvIqC8WxohZA793oKR+uuRxdyfpcB2xKnMuLTjPPLzc 8dE0XefoWFF377o6OHtFFJqGS0VbEbNR3otANW0c= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23LDnPKu096354 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 21 Apr 2022 08:49:25 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 21 Apr 2022 08:49:23 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 21 Apr 2022 08:49:23 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnNEs035425; Thu, 21 Apr 2022 08:49:23 -0500 Date: Thu, 21 Apr 2022 08:49:23 -0500 From: Nishanth Menon To: Jai Luthra CC: Peter Ujfalusi , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Jayesh Choudhary , , , , Subject: Re: [PATCH 0/3] Enable audio output on AM62-SK Message-ID: <20220421134923.5n546sckyfugfyp4@matador> References: <20220421132224.8601-1-j-luthra@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220421132224.8601-1-j-luthra@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18:52-20220421, Jai Luthra wrote: > This patch series adds support for audio output via headphone jack on the > AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is > connected to McASP (serializer). > > The same 3.5mm jack can be used for combined playback+recording, but audio > input is currently disabled on McASP until further testing and debugging. > > Please apply this series on top of > https://lore.kernel.org/all/20220415131917.431137-1-vigneshr@ti.com/ > > Jai Luthra (1): > arm64: dts: ti: am625-sk: Add audio output support > > Jayesh Choudhary (2): > arm64: dts: ti: k3-am62-main: Add McASP nodes > ASoC: ti: davinci-mcasp: Add dma-type for bcdma > > arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 51 ++++++++++++++ > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 89 ++++++++++++++++++++++++ > sound/soc/ti/davinci-mcasp.c | 2 + > 3 files changed, 142 insertions(+) > Please split this series up. Send out the sound/soc/ti/davinci-mcasp.c patch as it's own. dts changes are their own series. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 392CBC433F5 for ; Thu, 21 Apr 2022 13:50:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=L7RHeslxGtoI9fqA8VaoVCga7NPJbsBe7FMZzXJw/70=; b=YaJ1WX0bGR28+D 5cc7IsRctGOdpKzk8yQlhHzz5g+79JRbxr0q3bjm0Ir6N4ord0TGyXwzmqCC6VYNJ7MDkwRQ24MNt CqJoqqlIJ4QUodkeCG6FK6UlvlEummfsZS6nV+0cL9RaA3shKJL04lrjrJOgc5aD+YQQmTKa141PL OZc16oEpFc80pqE/PW3MBbusCj9WIbnk18ruR1DlWrd/6lZGcObSoFljfUFpbTBv041vRScGpZ0jU uscANrAyoLgJOODztuApL7Q4iUPp9z5VUdwgMkX2EGsIInRvjMA8y7vRfvnVo/NtMQ1xFVIENgPz7 w2gStZ1sa+1OACQZVmig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhXBo-00DcEg-44; Thu, 21 Apr 2022 13:49:44 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhXBk-00DcDI-Kn for linux-arm-kernel@lists.infradead.org; Thu, 21 Apr 2022 13:49:42 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnPct064964; Thu, 21 Apr 2022 08:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650548965; bh=sOz3H5JVFZa8DXo43LjtHrPf7nI/khmshY2meABrkFQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=IlKi3DBHGtzAgBYQLAsXVp1JMjJvok3pPIWUXfGXmPonilChCKKCwa0bI8C/hSX0B VRBO8rftr9ZGNLprfjducb/NvIqC8WxohZA793oKR+uuRxdyfpcB2xKnMuLTjPPLzc 8dE0XefoWFF377o6OHtFFJqGS0VbEbNR3otANW0c= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23LDnPKu096354 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 21 Apr 2022 08:49:25 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 21 Apr 2022 08:49:23 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 21 Apr 2022 08:49:23 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnNEs035425; Thu, 21 Apr 2022 08:49:23 -0500 Date: Thu, 21 Apr 2022 08:49:23 -0500 From: Nishanth Menon To: Jai Luthra CC: Peter Ujfalusi , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Jayesh Choudhary , , , , Subject: Re: [PATCH 0/3] Enable audio output on AM62-SK Message-ID: <20220421134923.5n546sckyfugfyp4@matador> References: <20220421132224.8601-1-j-luthra@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220421132224.8601-1-j-luthra@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220421_064940_820764_B17BACD6 X-CRM114-Status: GOOD ( 16.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 18:52-20220421, Jai Luthra wrote: > This patch series adds support for audio output via headphone jack on the > AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is > connected to McASP (serializer). > > The same 3.5mm jack can be used for combined playback+recording, but audio > input is currently disabled on McASP until further testing and debugging. > > Please apply this series on top of > https://lore.kernel.org/all/20220415131917.431137-1-vigneshr@ti.com/ > > Jai Luthra (1): > arm64: dts: ti: am625-sk: Add audio output support > > Jayesh Choudhary (2): > arm64: dts: ti: k3-am62-main: Add McASP nodes > ASoC: ti: davinci-mcasp: Add dma-type for bcdma > > arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 51 ++++++++++++++ > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 89 ++++++++++++++++++++++++ > sound/soc/ti/davinci-mcasp.c | 2 + > 3 files changed, 142 insertions(+) > Please split this series up. Send out the sound/soc/ti/davinci-mcasp.c patch as it's own. dts changes are their own series. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 610E3C433F5 for ; Fri, 22 Apr 2022 13:33:55 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id A027816A0; Fri, 22 Apr 2022 15:33:03 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz A027816A0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1650634433; bh=hitR8afuryPjSvr6VIcVMWcp/x8MYszP3S0RRqrfwNA=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=kYhrBJfcLQ2LxkMb2CfUwyTMoNDH6nWZ6zCpVhEC1HUdVBiXDBhK0D5x0mVBesEoi UjsHf1IBEts9LbDzIaZIMut7j5y5CMd68Yp7Rz+s1xVZEnNJfKoO9x++4O14H0YNzG bgDtejcHbVj/GZZVtsxKr+tWjusekYektPaVKiCM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id BE00DF80516; Fri, 22 Apr 2022 15:31:47 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 39BAFF8032D; Thu, 21 Apr 2022 15:49:31 +0200 (CEST) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (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 516A1F80125 for ; Thu, 21 Apr 2022 15:49:27 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 516A1F80125 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="IlKi3DBH" Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnPct064964; Thu, 21 Apr 2022 08:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650548965; bh=sOz3H5JVFZa8DXo43LjtHrPf7nI/khmshY2meABrkFQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=IlKi3DBHGtzAgBYQLAsXVp1JMjJvok3pPIWUXfGXmPonilChCKKCwa0bI8C/hSX0B VRBO8rftr9ZGNLprfjducb/NvIqC8WxohZA793oKR+uuRxdyfpcB2xKnMuLTjPPLzc 8dE0XefoWFF377o6OHtFFJqGS0VbEbNR3otANW0c= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23LDnPKu096354 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 21 Apr 2022 08:49:25 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 21 Apr 2022 08:49:23 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 21 Apr 2022 08:49:23 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23LDnNEs035425; Thu, 21 Apr 2022 08:49:23 -0500 Date: Thu, 21 Apr 2022 08:49:23 -0500 From: Nishanth Menon To: Jai Luthra Subject: Re: [PATCH 0/3] Enable audio output on AM62-SK Message-ID: <20220421134923.5n546sckyfugfyp4@matador> References: <20220421132224.8601-1-j-luthra@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220421132224.8601-1-j-luthra@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-Mailman-Approved-At: Fri, 22 Apr 2022 15:31:39 +0200 Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Vignesh Raghavendra , Jayesh Choudhary , linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Peter Ujfalusi , linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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" On 18:52-20220421, Jai Luthra wrote: > This patch series adds support for audio output via headphone jack on the > AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is > connected to McASP (serializer). > > The same 3.5mm jack can be used for combined playback+recording, but audio > input is currently disabled on McASP until further testing and debugging. > > Please apply this series on top of > https://lore.kernel.org/all/20220415131917.431137-1-vigneshr@ti.com/ > > Jai Luthra (1): > arm64: dts: ti: am625-sk: Add audio output support > > Jayesh Choudhary (2): > arm64: dts: ti: k3-am62-main: Add McASP nodes > ASoC: ti: davinci-mcasp: Add dma-type for bcdma > > arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 51 ++++++++++++++ > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 89 ++++++++++++++++++++++++ > sound/soc/ti/davinci-mcasp.c | 2 + > 3 files changed, 142 insertions(+) > Please split this series up. Send out the sound/soc/ti/davinci-mcasp.c patch as it's own. dts changes are their own series. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D