.../bindings/sound/airoha,an7581-afe.yaml | 41 ++ .../bindings/sound/airoha,an7581-wm8960.yaml | 67 +++ MAINTAINERS | 8 + sound/soc/mediatek/Kconfig | 20 + sound/soc/mediatek/Makefile | 1 + sound/soc/mediatek/an7581/Makefile | 9 + sound/soc/mediatek/an7581/an7581-afe-common.h | 39 ++ sound/soc/mediatek/an7581/an7581-afe-pcm.c | 456 ++++++++++++++++++ sound/soc/mediatek/an7581/an7581-dai-etdm.c | 371 ++++++++++++++ sound/soc/mediatek/an7581/an7581-reg.h | 61 +++ sound/soc/mediatek/an7581/an7581-wm8960.c | 170 +++++++ 11 files changed, 1243 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/airoha,an7581-afe.yaml create mode 100644 Documentation/devicetree/bindings/sound/airoha,an7581-wm8960.yaml create mode 100644 sound/soc/mediatek/an7581/Makefile create mode 100644 sound/soc/mediatek/an7581/an7581-afe-common.h create mode 100644 sound/soc/mediatek/an7581/an7581-afe-pcm.c create mode 100644 sound/soc/mediatek/an7581/an7581-dai-etdm.c create mode 100644 sound/soc/mediatek/an7581/an7581-reg.h create mode 100644 sound/soc/mediatek/an7581/an7581-wm8960.c