Re: [PATCH v4 2/3] ASoC: starfive: Add JH7110 TDM driver

From: Walker Chen
Date: Mon May 15 2023 - 04:32:55 EST



On 2023/5/11 17:15, Walker Chen wrote:
> Add tdm driver support for the StarFive JH7110 SoC.
>
> Signed-off-by: Walker Chen <walker.chen@xxxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 6 +
> sound/soc/Kconfig | 1 +
> sound/soc/Makefile | 1 +
> sound/soc/starfive/Kconfig | 15 +
> sound/soc/starfive/Makefile | 2 +
> sound/soc/starfive/jh7110_tdm.c | 554 ++++++++++++++++++++++++++++++++
> sound/soc/starfive/jh7110_tdm.h | 138 ++++++++
> 7 files changed, 717 insertions(+)
> create mode 100644 sound/soc/starfive/Kconfig
> create mode 100644 sound/soc/starfive/Makefile
> create mode 100644 sound/soc/starfive/jh7110_tdm.c
> create mode 100644 sound/soc/starfive/jh7110_tdm.h
>

Hi Mark / Claudiu,

I have submitted new version of patch for TDM driver. Could you please help to review and give your comments?
Thanks a lot!

Best regards,
Walker