All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] ASoC: Add support for Conexant CX2092X DSP
@ 2017-04-06  3:04 simon.ho.cnxt
  2017-04-06  3:04 ` [PATCH v5 1/2] doc: cx2092x: Add DT bingings doc for " simon.ho.cnxt
  2017-04-06  3:04 ` [PATCH v5 2/2] ASoC: Add support for Conexant " simon.ho.cnxt
  0 siblings, 2 replies; 7+ messages in thread
From: simon.ho.cnxt @ 2017-04-06  3:04 UTC (permalink / raw)
  To: alsa-devel
  Cc: pierre-louis.bossart, Simon Ho, tiwai, lgirdwood, broonie, ckeepax

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

Thanks to Charles' review, this fixed things were pointed by him. 

Changes with v4:
	- Changed lable name to lower case.
	- Uses non-blocking sleep function msleep() instead of mdelay(). 
	- Fixed incorrect return code when sendcmd operation fails. 

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                         | 440 +++++++++++++++++++++
 sound/soc/codecs/cx2092x.h                         |  19 +
 5 files changed, 492 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

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

end of thread, other threads:[~2017-04-11 21:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  3:04 [PATCH v5 0/2] ASoC: Add support for Conexant CX2092X DSP simon.ho.cnxt
2017-04-06  3:04 ` [PATCH v5 1/2] doc: cx2092x: Add DT bingings doc for " simon.ho.cnxt
2017-04-06  3:04 ` [PATCH v5 2/2] ASoC: Add support for Conexant " simon.ho.cnxt
2017-04-06  6:13   ` Pierre-Louis Bossart
2017-04-07 11:37   ` Mark Brown
2017-04-10 19:43     ` Simon Ho
2017-04-11 21:03       ` 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.