From: Simon Ho <simon.ho@xxxxxxxxxxxx> Hi Mark, Takashi I corrected the driver based on your input as below. - GPIO specifier names have to be pluralised. - Using gpiod_ instead of gpio APIs. - Using cansleep () gpio version. - Using cansleep () gpio version. - Moving the driver information to patch description. Thanks, Simoon Simon Ho (2): doc: cx2092x: Add DT bingings doc for CX2092X DSP ASoC: Add driver support fro Conexant CX2092X DSP .../devicetree/bindings/sound/cnxt,cx2092x.txt | 29 ++ 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 | 411 +++++++++++++++++++++ sound/soc/codecs/cx2092x.h | 26 ++ 7 files changed, 600 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/cnxt,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 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel