[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260204114457.1617288-1-p-bhagat@ti.com>
Date: Wed, 4 Feb 2026 17:14:57 +0530
From: Paresh Bhagat <p-bhagat@...com>
To: <sen@...com>
CC: <broonie@...nel.org>, <conor+dt@...nel.org>, <devicetree@...r.kernel.org>,
<krzk+dt@...nel.org>, <lgirdwood@...il.com>, <linux-kernel@...r.kernel.org>,
<linux-sound@...r.kernel.org>, <perex@...ex.cz>, <peter.ujfalusi@...il.com>,
<robh@...nel.org>, <tiwai@...e.com>
Subject: Re: [PATCH v2 0/4] ASoC: ti: davinci-mcasp: Add asynchronous mode support for McASP
On 02/02/2026 18:36 PM, Sen Wang wrote:
> This series adds asynchronous mode support to the McASP driver, which
> enables independent configuration of bitclocks, frame sync, and audio
> configurations between tx(playback) and rx(record). And achieves
> simultaneous playback & record using different audio configurations.
>
> It also adds two clean up patches to the McASP driver that disambiguate
> and simplifies the logic which avoids the async enhancement from being
> too convoluted to review and analyze.
>
> The implementation is based on vendor documentation and patches tested in
> both SK-AM62P-LP (sync mode, McASP slave) and AM62D-EVM
> (async mode, McASP master, rx & tx has different TDM configs).
> Testing verifies async mode functionality while maintaining backward
> compatibility with the default sync mode.
>
> Bootlog and Async mode tests on AM62D-EVM: [0]
>
> [0]: https://gist.github.com/SenWang125/f31f9172b186d414695e37c8b9ef127d
>
> Signed-off-by: Sen Wang <sen@...com>
Tested-by: Paresh Bhagat <p-bhagat@...com>
>
> Changes in v2:
> - Corrected patch 1 subject title
> - Retained original order of operation in patch 3
> - Corrected code comments to use inclusive terminology in patch 4
>
> Sen Wang (4):
> ASoC: dt-bindings: davinci-mcasp: Add properties for asynchronous mode
> ASoC: ti: davinci-mcasp: Disambiguate mcasp_is_synchronous function
> ASoC: ti: davinci-mcasp: Streamline pdir behavior across rx & tx streams
> ASoC: ti: davinci-mcasp: Add asynchronous mode support
>
> .../bindings/sound/davinci-mcasp-audio.yaml | 71 ++-
> include/linux/platform_data/davinci_asp.h | 3 +-
> sound/soc/ti/davinci-mcasp.c | 510 ++++++++++++++----
> sound/soc/ti/davinci-mcasp.h | 10 +
> 4 files changed, 481 insertions(+), 113 deletions(-)
>
>
> base-commit: dbf8fe85a16a33d6b6bd01f2bc606fc017771465
> --
> 2.43.0
>
>
Powered by blists - more mailing lists