Hello all,
This series adds support for the TAS6424 digital amplifier. A lot has changed from the last time this upstreaming was attempted, I've taken over this effort for Michael and I don't really have an exact change log but hopefully I've addressed all comments from v3.
Thanks, Andrew
Andreas Dannenberg (1): ASoC: Add support for TAS6424 digital amplifier
Michael Stecklein (1): dt-bindings: sound: add bindings for TAS6424
.../devicetree/bindings/sound/ti,tas6424.txt | 20 + sound/soc/codecs/Kconfig | 8 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/tas6424.c | 707 +++++++++++++++++++++ sound/soc/codecs/tas6424.h | 144 +++++ 5 files changed, 881 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/ti,tas6424.txt create mode 100644 sound/soc/codecs/tas6424.c create mode 100644 sound/soc/codecs/tas6424.h