From: Jean-Francois Moine <moinejf@free.fr>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Xiubo Li <Li.Xiubo@freescale.com>,
linux-kernel@vger.kernel.org,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Subject: [PATCH v2 0/4] ASoC: simple-card: DT fix and multi DAI links extension
Date: Tue, 11 Mar 2014 11:27:20 +0100 [thread overview]
Message-ID: <cover.1394533640.git.moinejf@free.fr> (raw)
This patch series fixes a small problem about node device locks and also
extends the simple card driver to handle many DAI links as this exists
in the Cubox audio subsystem.
- v2
- change subject/comment about device node reference count
(Mark Brown)
- use a null size array instead of an implicit area for the DAI links
(Li Xiubo)
- update the reference count of the device node at end of probe
Jean-Francois Moine (4):
ASoC: simple-card: Fix the reference count of device nodes
ASoC: simple-card: dynamically allocate the DAI link array
ASoC: simple-card: accept many DAI links
ASoC: simple-card: Add DT documentation for multi-DAI links
.../devicetree/bindings/sound/simple-card.txt | 34 +++-
sound/soc/generic/simple-card.c | 174 ++++++++++++++-------
2 files changed, 152 insertions(+), 56 deletions(-)
--
1.9.0
WARNING: multiple messages have this Message-ID (diff)
From: Jean-Francois Moine <moinejf@free.fr>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
linux-kernel@vger.kernel.org, Xiubo Li <Li.Xiubo@freescale.com>
Subject: [PATCH v2 0/4] ASoC: simple-card: DT fix and multi DAI links extension
Date: Tue, 11 Mar 2014 11:27:20 +0100 [thread overview]
Message-ID: <cover.1394533640.git.moinejf@free.fr> (raw)
This patch series fixes a small problem about node device locks and also
extends the simple card driver to handle many DAI links as this exists
in the Cubox audio subsystem.
- v2
- change subject/comment about device node reference count
(Mark Brown)
- use a null size array instead of an implicit area for the DAI links
(Li Xiubo)
- update the reference count of the device node at end of probe
Jean-Francois Moine (4):
ASoC: simple-card: Fix the reference count of device nodes
ASoC: simple-card: dynamically allocate the DAI link array
ASoC: simple-card: accept many DAI links
ASoC: simple-card: Add DT documentation for multi-DAI links
.../devicetree/bindings/sound/simple-card.txt | 34 +++-
sound/soc/generic/simple-card.c | 174 ++++++++++++++-------
2 files changed, 152 insertions(+), 56 deletions(-)
--
1.9.0
next reply other threads:[~2014-03-11 10:40 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 10:27 Jean-Francois Moine [this message]
2014-03-11 10:27 ` [PATCH v2 0/4] ASoC: simple-card: DT fix and multi DAI links extension Jean-Francois Moine
2014-03-11 9:03 ` [PATCH v2 1/4] ASoC: simple-card: Fix the reference count of device nodes Jean-Francois Moine
2014-03-14 19:57 ` Mark Brown
2014-03-11 9:21 ` [PATCH v2 2/4] ASoC: simple-card: dynamically allocate the DAI link array Jean-Francois Moine
2014-03-11 9:36 ` [PATCH v2 3/4] ASoC: simple-card: accept many DAI links Jean-Francois Moine
2014-03-12 5:20 ` Li.Xiubo
2014-03-12 5:20 ` Li.Xiubo
2014-03-14 18:58 ` [alsa-devel] " Jean-Francois Moine
2014-03-14 11:16 ` Jyri Sarha
2014-03-14 11:16 ` Jyri Sarha
2014-03-14 18:40 ` Jean-Francois Moine
2014-03-14 18:40 ` Jean-Francois Moine
2014-03-15 9:14 ` Jyri Sarha
2014-03-17 16:19 ` Mark Brown
2014-03-11 9:58 ` [PATCH v2 4/4] ASoC: simple-card: Add DT documentation for multi-DAI links 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.1394533640.git.moinejf@free.fr \
--to=moinejf@free.fr \
--cc=Li.Xiubo@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-kernel@vger.kernel.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.