All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: add support for CX2072X CODEC
@ 2017-04-05  9:07 simon.ho.cnxt
  2017-04-05  9:07 ` [PATCH v2 1/2] ASoC: cx2072x: Add DT bingings documentation " simon.ho.cnxt
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: simon.ho.cnxt @ 2017-04-05  9:07 UTC (permalink / raw)
  To: alsa-devel; +Cc: pierre-louis.bossart, Simon Ho, tiwai, lgirdwood, broonie

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

Hi Takashi, Mark

I corrected the driver based on your input as below. Please help review the
code.

Mark:
 - Corrected the coding style.
 - EQ/DRC settings can be configured from userspace via mixer controls.
 - Wrongly cast void pointers.
 - Print I2C error code.
 - Use memcmp() to check if the new EQ value is different. 
 - Removed unused TDM code.
 - Removed noisy "out of memory" message.
 - Corrected ACPI and I2C match table.
 - Removed unnessary CONFIG_ACPI define.

Takashi: 
 - Fixed printf int argument.
 - Fixed unexpected error code at no MCLK fallback.

Thanks,

Simon

Simon Ho (2):
  ASoC: cx2072x: Add DT bingings documentation for CX2072X CODEC
  ASoC: add support for Conexant CX2072X CODEC

 .../devicetree/bindings/sound/cx2072x.txt          |   36 +
 sound/soc/codecs/Kconfig                           |    5 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/cx2072x.c                         | 2253 ++++++++++++++++++++
 sound/soc/codecs/cx2072x.h                         |  319 +++
 5 files changed, 2615 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cx2072x.txt
 create mode 100644 sound/soc/codecs/cx2072x.c
 create mode 100644 sound/soc/codecs/cx2072x.h

-- 
2.7.4

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

end of thread, other threads:[~2017-10-13 12:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  9:07 [PATCH v2 0/2] ASoC: add support for CX2072X CODEC simon.ho.cnxt
2017-04-05  9:07 ` [PATCH v2 1/2] ASoC: cx2072x: Add DT bingings documentation " simon.ho.cnxt
2017-04-05  9:07 ` [PATCH v2 2/2] ASoC: add support for Conexant " simon.ho.cnxt
2017-04-11 13:31   ` Takashi Iwai
2017-04-12  5:45     ` Takashi Iwai
2017-04-12  7:41       ` Takashi Iwai
2017-04-12  7:50         ` Takashi Iwai
2017-04-12 10:20           ` Simon Ho
2017-04-12 10:31         ` Simon Ho
2017-04-12 10:29     ` Simon Ho
2017-10-13 12:37 ` [PATCH v2 0/2] ASoC: add support for " Steven Pitts

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.