[alsa-devel] [PATCH v4 0/2] ASoC: add driver support for CX2092X DSP

simon.ho.cnxt at gmail.com simon.ho.cnxt at gmail.com
Wed Apr 5 12:27:11 CEST 2017


From: Simon Ho <simon.ho at conexant.com>

Hi Pierre, Mark and Takashi

I corrected the driver based on your input as below.

  - Corrected coding style.
  - Removed ".owner" assignment.
  - Removed SPI interface support since SPI fearure is removed from this 
    new chip.
  
Thanks,

Simon

Simon Ho (2):
  doc: cx2092x: Add DT bingings doc for CX2092X DSP
  ASoC: Add support for Conexant CX2092X DSP

 .../devicetree/bindings/sound/cnxt,cx2092x.txt     |  25 ++
 sound/soc/codecs/Kconfig                           |   6 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/cx2092x.c                         | 436 +++++++++++++++++++++
 sound/soc/codecs/cx2092x.h                         |  19 +
 5 files changed, 488 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt
 create mode 100644 sound/soc/codecs/cx2092x.c
 create mode 100644 sound/soc/codecs/cx2092x.h

-- 
2.7.4



More information about the Alsa-devel mailing list