[alsa] Add jh7110 audio module driver code
author“jenny.zhang” <“jenny.zhang@starfivetech.com”>
Thu, 16 Dec 2021 06:14:04 +0000 (22:14 -0800)
committer“jenny.zhang” <“jenny.zhang@starfivetech.com”>
Thu, 16 Dec 2021 06:14:04 +0000 (22:14 -0800)
commite0f5d091602011cea9d1e1ccbd91bd594b90bbc2
treeb2f58c29c1cb2bd687768996594c82e8d86185ca
parent379ab61dc49aafc6306e6c1224b75dc76189d32c
[alsa] Add jh7110 audio module driver code
25 files changed:
arch/riscv/boot/dts/starfive/starfive_jh7110.dts
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/ac101.c [new file with mode: 0644]
sound/soc/codecs/ac101_regs.h [new file with mode: 0644]
sound/soc/codecs/ac108.c [new file with mode: 0644]
sound/soc/codecs/ac108.h [new file with mode: 0644]
sound/soc/codecs/ac10x.h [new file with mode: 0644]
sound/soc/codecs/wm8960.c
sound/soc/dwc/dwc-i2s.c
sound/soc/starfive/Kconfig [new file with mode: 0644]
sound/soc/starfive/Makefile [new file with mode: 0644]
sound/soc/starfive/pwmdac.h [new file with mode: 0644]
sound/soc/starfive/starfive_pdm.c [new file with mode: 0644]
sound/soc/starfive/starfive_pdm.h [new file with mode: 0644]
sound/soc/starfive/starfive_pwmdac.c [new file with mode: 0644]
sound/soc/starfive/starfive_pwmdac_pcm.c [new file with mode: 0644]
sound/soc/starfive/starfive_pwmdac_transmitter.c [new file with mode: 0644]
sound/soc/starfive/starfive_spdif.c [new file with mode: 0644]
sound/soc/starfive/starfive_spdif.h [new file with mode: 0644]
sound/soc/starfive/starfive_spdif_pcm.c [new file with mode: 0644]
sound/soc/starfive/starfive_tdm.c [new file with mode: 0644]
sound/soc/starfive/starfive_tdm.h [new file with mode: 0644]