All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: add driver support for Conexant CX2092X DSP
@ 2017-02-18 14:26 simon.ho.cnxt
  2017-02-18 14:26 ` [PATCH 1/2] ASoC: cx2092x: Add DT bingings doc for " simon.ho.cnxt
  2017-02-18 14:26 ` [PATCH 2/2] ASoC: Add driver for CX2092X I2S Audio DSP simon.ho.cnxt
  0 siblings, 2 replies; 8+ messages in thread
From: simon.ho.cnxt @ 2017-02-18 14:26 UTC (permalink / raw)
  To: alsa-devel; +Cc: Simon Ho, tiwai, broonie, lgirdwood

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

This patch adds support for Conexant CX20921/CX20924 I2S AUDIO DSP

Simon Ho (2):
  ASoC: cx2092x: Add DT bingings doc for CX2092X DSP
  ASoC: Add driver for CX2092X I2S Audio DSP

 .../devicetree/bindings/sound/cx2092x.txt          |  30 ++
 sound/soc/codecs/Kconfig                           |  17 +
 sound/soc/codecs/Makefile                          |   6 +
 sound/soc/codecs/cx2092x-i2c.c                     |  54 +++
 sound/soc/codecs/cx2092x-spi.c                     |  57 +++
 sound/soc/codecs/cx2092x.c                         | 419 +++++++++++++++++++++
 sound/soc/codecs/cx2092x.h                         |  26 ++
 7 files changed, 609 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cx2092x.txt
 create mode 100644 sound/soc/codecs/cx2092x-i2c.c
 create mode 100644 sound/soc/codecs/cx2092x-spi.c
 create mode 100644 sound/soc/codecs/cx2092x.c
 create mode 100644 sound/soc/codecs/cx2092x.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-21 18:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-18 14:26 [PATCH 0/2] ASoC: add driver support for Conexant CX2092X DSP simon.ho.cnxt
2017-02-18 14:26 ` [PATCH 1/2] ASoC: cx2092x: Add DT bingings doc for " simon.ho.cnxt
2017-02-19 16:20   ` Mark Brown
2017-02-20  1:42     ` Simon Ho
2017-02-18 14:26 ` [PATCH 2/2] ASoC: Add driver for CX2092X I2S Audio DSP simon.ho.cnxt
2017-02-19 16:27   ` Mark Brown
2017-02-20  2:33     ` Simon Ho
2017-02-21 18:55       ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.