From: Jean-Francois Moine <moinejf@free.fr>
To: Jyri Sarha <jsarha@ti.com>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: [PARTIAL PATCH 0/3] ASoC: simple-card: multi DAI links extension
Date: Thu, 20 Mar 2014 11:55:25 +0100 [thread overview]
Message-ID: <cover.1395312925.git.moinejf@free.fr> (raw)
This patch series extends the simple card driver to handle
many DAI links as this exists in the Cubox audio subsystem.
** this is a partial patch **
Jyri, is this OK as a base for you?
- partial patch
- remove 'simple-card: Simplify code'
which is applied (Mark Brown)
- add a DAI link container in the DT
- v3
- remove 'Fix the reference count of device nodes'
which is applied (Mark Brown)
- new patch 'Simplify code'
- dynamically allocate and use properties for all DAI links
(Jyri Sarha and Li Xiubo)
- 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 (3):
ASoC: simple-card: dynamically allocate the DAI link and properties
ASoC: simple-card: Add DT documentation for multi-DAI links
ASoC: simple-card: Handle many DAI links
.../devicetree/bindings/sound/simple-card.txt | 42 +++-
sound/soc/generic/simple-card.c | 220 +++++++++++++--------
2 files changed, 183 insertions(+), 79 deletions(-)
--
1.9.1
next reply other threads:[~2014-03-20 11:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 10:55 Jean-Francois Moine [this message]
2014-03-20 9:52 ` [PARTIAL PATCH 1/3] ASoC: simple-card: dynamically allocate the DAI link and properties Jean-Francois Moine
2014-03-20 10:04 ` [PARTIAL PATCH 2/3] ASoC: simple-card: Add DT documentation for multi-DAI links Jean-Francois Moine
2014-03-20 10:49 ` [PARTIAL PATCH 3/3] ASoC: simple-card: Handle many DAI links Jean-Francois Moine
2014-03-20 20:09 ` [PARTIAL PATCH 0/3] ASoC: simple-card: multi DAI links extension Jyri Sarha
2014-03-25 18:09 ` Mark Brown
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.1395312925.git.moinejf@free.fr \
--to=moinejf@free.fr \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jsarha@ti.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.