ASoC: starfive: Add StarFive JH7100 audio drivers
authorWalker Chen <walker.chen@starfivetech.com>
Wed, 17 Nov 2021 07:50:50 +0000 (15:50 +0800)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 9 Feb 2023 19:07:48 +0000 (20:07 +0100)
commitfdf46950234b48abb289c4b6bc2473c058c6097a
tree7e6279b9d3296bb64f2bd965e9a57274b24c83b3
parenta85bf52b56fe7b90e9f9c7e6fc016ba4b2b72aaf
ASoC: starfive: Add StarFive JH7100 audio drivers

Signed-off-by: Michael Yan <michael.yan@starfivetech.com>
Signed-off-by: Jenny Zhang <jenny.zhang@starfivetech.com>
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
16 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/starfive/Kconfig [new file with mode: 0644]
sound/soc/starfive/Makefile [new file with mode: 0644]
sound/soc/starfive/i2svad-pcm.c [new file with mode: 0644]
sound/soc/starfive/i2svad.c [new file with mode: 0644]
sound/soc/starfive/i2svad.h [new file with mode: 0644]
sound/soc/starfive/pdm.c [new file with mode: 0644]
sound/soc/starfive/pdm.h [new file with mode: 0644]
sound/soc/starfive/pwmdac-pcm.c [new file with mode: 0644]
sound/soc/starfive/pwmdac-transmitter.c [new file with mode: 0644]
sound/soc/starfive/pwmdac.c [new file with mode: 0644]
sound/soc/starfive/pwmdac.h [new file with mode: 0644]
sound/soc/starfive/spdif-pcm.c [new file with mode: 0644]
sound/soc/starfive/spdif.c [new file with mode: 0644]
sound/soc/starfive/spdif.h [new file with mode: 0644]