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