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@starfivetech.com
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