[PATCH 0/3] ASoC: Add support for DA7219 audio codec

From: Adam Thomson
Date: Thu Sep 17 2015 - 12:01:24 EST


This patch set adds support for the DA7219 audio codec with built-in
advanced accessory detection functionality. Patch set includes codec driver,
associated DT bindings documentation and MAINTAINERS file updates to cover new
bindings.

Adam Thomson (3):
ASoC: codecs: Add da7219 codec driver
ASoC: da7219: Add bindings documentation for DA7219 audio codec
MAINTAINERS: da7219: Add entry to cover DA7219 bindings document

Documentation/devicetree/bindings/sound/da7219.txt | 106 ++
MAINTAINERS | 1 +
include/sound/da7219-aad.h | 99 ++
include/sound/da7219.h | 76 +
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/da7219-aad.c | 800 +++++++++
sound/soc/codecs/da7219-aad.h | 209 +++
sound/soc/codecs/da7219.c | 1877 ++++++++++++++++++++
sound/soc/codecs/da7219.h | 807 +++++++++
10 files changed, 3981 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/da7219.txt
create mode 100644 include/sound/da7219-aad.h
create mode 100644 include/sound/da7219.h
create mode 100644 sound/soc/codecs/da7219-aad.c
create mode 100644 sound/soc/codecs/da7219-aad.h
create mode 100644 sound/soc/codecs/da7219.c
create mode 100644 sound/soc/codecs/da7219.h

--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/