[alsa-devel] [PATCH 0/2] DA732x codec support

Adam Thomson Adam.Thomson at diasemi.com
Thu May 31 12:19:15 CEST 2012


These patches add new controls to ASoC core and a driver
for the DA732x audio codec.

Adam Thomson (2):
  ASoC: core: Add single controls with specified range of values
  ASoC: codecs: Add DA732x codec driver

 include/sound/soc.h           |   16 +
 sound/soc/codecs/Kconfig      |    4 +
 sound/soc/codecs/Makefile     |    2 +
 sound/soc/codecs/da732x.c     | 1614 +++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/da732x.h     |  133 ++++
 sound/soc/codecs/da732x_reg.h |  650 +++++++++++++++++
 sound/soc/soc-core.c          |   89 +++
 7 files changed, 2508 insertions(+), 0 deletions(-)
 create mode 100644 sound/soc/codecs/da732x.c
 create mode 100644 sound/soc/codecs/da732x.h
 create mode 100644 sound/soc/codecs/da732x_reg.h



More information about the Alsa-devel mailing list