.../devicetree/bindings/sound/ti,pcm6240.yaml | 177 ++ sound/soc/codecs/Kconfig | 10 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/pcm6240.c | 2070 +++++++++++++++++ sound/soc/codecs/pcm6240.h | 236 ++ 5 files changed, 2495 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/ti,pcm6240.yaml create mode 100644 sound/soc/codecs/pcm6240.c create mode 100644 sound/soc/codecs/pcm6240.h