All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Ho <simon.ho.cnxt@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Simon Ho <simon.ho@conexant.com>,
	broonie@kernel.org, lgirdwood@gmail.com
Subject: Re: [PATCH v2 0/2] ASoC: add driver support for Conexant CX2092X DSP
Date: Tue, 21 Feb 2017 21:13:00 +0800	[thread overview]
Message-ID: <20170221131300.GA8463@GMAIL.COM> (raw)
In-Reply-To: <s5hd1ecoz48.wl-tiwai@suse.de>

On Tue, Feb 21, 2017 at 07:07:51AM +0100, Takashi Iwai wrote:
> On Tue, 21 Feb 2017 02:01:50 +0100,
> <simon.ho.cnxt@gmail.com> wrote:
> > 
> > From: Simon Ho <simon.ho@conexant.com>
> > 
> > This patch adds support for Conexant CX20921/CX20924 I2S AUDIO DSP
> > 
> > The CX2092X devices are designed for virtual assisant application need to
> > be always open, listening for users to summon it. There is no any power
> > saving mode support on this device. The processed voice data will be sent
> > to automatic speech recognition (ASR) application for further processing.
> 
> Such an information should be rather added to the patch description
> itself, too.  Otherwise it'll be lost after merged to git tree.
> 
> 
> thanks,
> 
> Takashi
> 

Thanks for input, I added above information to patch description.

Thanks,

Simon

> > 
> > 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
> > 
> > 

      reply	other threads:[~2017-02-21 13:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21  1:01 [PATCH v2 0/2] ASoC: add driver support for Conexant CX2092X DSP simon.ho.cnxt
2017-02-21  1:01 ` [PATCH v2 1/2] doc: cx2092x: Add DT bingings doc for " simon.ho.cnxt
2017-02-21  1:01 ` [PATCH v2 2/2] ASoC: Add driver support fro Conexant " simon.ho.cnxt
2017-02-21 14:09   ` Pierre-Louis Bossart
2017-02-21  6:07 ` [PATCH v2 0/2] ASoC: add driver support for " Takashi Iwai
2017-02-21 13:13   ` Simon Ho [this message]

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=20170221131300.GA8463@GMAIL.COM \
    --to=simon.ho.cnxt@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=simon.ho@conexant.com \
    --cc=tiwai@suse.de \
    /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.