Re: [PATCH v2 0/4] ASoC: ti: davinci-mcasp: Add asynchronous mode support for McASP

From: Paresh Bhagat

Date: Wed Feb 04 2026 - 06:46:01 EST


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@xxxxxx>

Tested-by: Paresh Bhagat <p-bhagat@xxxxxx>

>
> 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
>
>