All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>
To: Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v5 0/4] ASoC: simple-card: Add multi-CODEC support
Date: Tue, 25 Nov 2014 13:35:09 +0100	[thread overview]
Message-ID: <cover.1416918909.git.moinejf@free.fr> (raw)

This patch set adds multi-CODEC support to the simple card.

v5: accept only "sound-dai" as the dai link property (Arnd Bergmann)
v4: (Mark Brown)
	- document the new core function
	- calculation of the number of codecs moved to the core function
	- split the patch about simple-card.c
	- less code changes
	- remove the cast of pointers
	- less changes in the DT binding example 2
v3: rebase on broonie git 2014/11/03
v2: accept list of CODECs in 'sound-dais' (Benoit Cousson)

Jean-Francois Moine (4):
  ASoC: core: add multi-codec support in DT
  ASoC: simple-card: Remove useless function argument
  ASoC: simple-card: add multi-CODECs in DT
  ASoC: simple-card: Remove useless check

 .../devicetree/bindings/sound/simple-card.txt      |  18 +---
 include/sound/soc.h                                |   3 +
 sound/soc/generic/simple-card.c                    |  87 ++++++++--------
 sound/soc/soc-core.c                               | 110 ++++++++++++++++++---
 4 files changed, 149 insertions(+), 69 deletions(-)

-- 
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Jean-Francois Moine <moinejf@free.fr>
To: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v5 0/4] ASoC: simple-card: Add multi-CODEC support
Date: Tue, 25 Nov 2014 13:35:09 +0100	[thread overview]
Message-ID: <cover.1416918909.git.moinejf@free.fr> (raw)

This patch set adds multi-CODEC support to the simple card.

v5: accept only "sound-dai" as the dai link property (Arnd Bergmann)
v4: (Mark Brown)
	- document the new core function
	- calculation of the number of codecs moved to the core function
	- split the patch about simple-card.c
	- less code changes
	- remove the cast of pointers
	- less changes in the DT binding example 2
v3: rebase on broonie git 2014/11/03
v2: accept list of CODECs in 'sound-dais' (Benoit Cousson)

Jean-Francois Moine (4):
  ASoC: core: add multi-codec support in DT
  ASoC: simple-card: Remove useless function argument
  ASoC: simple-card: add multi-CODECs in DT
  ASoC: simple-card: Remove useless check

 .../devicetree/bindings/sound/simple-card.txt      |  18 +---
 include/sound/soc.h                                |   3 +
 sound/soc/generic/simple-card.c                    |  87 ++++++++--------
 sound/soc/soc-core.c                               | 110 ++++++++++++++++++---
 4 files changed, 149 insertions(+), 69 deletions(-)

-- 
2.1.3


             reply	other threads:[~2014-11-25 12:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-25 12:35 Jean-Francois Moine [this message]
2014-11-25 12:35 ` [PATCH v5 0/4] ASoC: simple-card: Add multi-CODEC support Jean-Francois Moine
2014-11-25 12:16 ` [PATCH v5 1/4] ASoC: core: add multi-codec support in DT Jean-Francois Moine
2014-11-25 13:21   ` Mark Brown
2014-11-25 13:21     ` Mark Brown
2014-11-25 12:22 ` [PATCH v5 2/4] ASoC: simple-card: Remove useless function argument Jean-Francois Moine
     [not found]   ` <2ade2a90025d3dd4fe8872d36956ac08f0a81103.1416918909.git.moinejf-GANU6spQydw@public.gmane.org>
2014-11-25 13:49     ` Mark Brown
2014-11-25 13:49       ` Mark Brown
     [not found] ` <cover.1416918909.git.moinejf-GANU6spQydw@public.gmane.org>
2014-11-25 12:30   ` [PATCH v5 3/4] ASoC: simple-card: add multi-CODECs in DT Jean-Francois Moine
2014-11-25 12:30     ` Jean-Francois Moine
     [not found]     ` <e6673d036e848dd3d3eb19617f3a1a2c6c5c2d5d.1416918909.git.moinejf-GANU6spQydw@public.gmane.org>
2014-12-29 16:30       ` Mark Brown
2014-12-29 16:30         ` Mark Brown
2014-11-25 12:33 ` [PATCH v5 4/4] ASoC: simple-card: Remove useless check Jean-Francois Moine

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.1416918909.git.moinejf@free.fr \
    --to=moinejf-ganu6spqydw@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.