All of lore.kernel.org
 help / color / mirror / Atom feed
From: simon.ho.cnxt@gmail.com
To: alsa-devel@alsa-project.org
Cc: pierre-louis.bossart@linux.intel.com,
	Simon Ho <simon.ho@conexant.com>,
	tiwai@suse.com, lgirdwood@gmail.com, broonie@kernel.org
Subject: [PATCH v4 0/2] ASoC: add driver support for CX2092X DSP
Date: Wed,  5 Apr 2017 18:27:11 +0800	[thread overview]
Message-ID: <cover.1491387037.git.simon.ho@conexant.com> (raw)

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

Hi Pierre, Mark and Takashi

I corrected the driver based on your input as below.

  - Corrected coding style.
  - Removed ".owner" assignment.
  - Removed SPI interface support since SPI fearure is removed from this 
    new chip.
  
Thanks,

Simon

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

             reply	other threads:[~2017-04-05 10:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 10:27 simon.ho.cnxt [this message]
2017-04-05 10:27 ` [PATCH v4 1/2] doc: cx2092x: Add DT bingings doc for CX2092X DSP simon.ho.cnxt
2017-04-05 10:27 ` [PATCH v4 2/2] ASoC: Add support for Conexant " simon.ho.cnxt
2017-04-05 15:17   ` Charles Keepax
2017-04-06  1:32     ` Simon Ho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1491387037.git.simon.ho@conexant.com \
    --to=simon.ho.cnxt@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=simon.ho@conexant.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.