From: Lars-Peter Clausen <lars@metafoo.de>
To: Mark Brown <broonie@kernel.org>, Liam Girdwood <lgirdwood@gmail.com>
Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen <lars@metafoo.de>,
Stephen Warren <swarren@wwwdotorg.org>
Subject: [PATCH 0/4] More componentization preparation
Date: Thu, 17 Jul 2014 22:01:04 +0200 [thread overview]
Message-ID: <1405627268-23939-1-git-send-email-lars@metafoo.de> (raw)
Now that the multi-CODEC patches have been merged we can continue with the
componentization. Since it is already rather late in the development cycle again
this series only has a small set of cleanup and preparation patches so we have
that out of the way. The first patch removes the unused snd_soc_card
platform_list, the other three patches move the card field from the
snd_soc_platform and snd_soc_codec struct and consolidates the registration of
controls on top of that.
Series depends on topic/multi
- Lars
Lars-Peter Clausen (4):
ASoC: Remove per card platform list
ASoC: tegra: Replace instances of rtd->codec->card with rtd->card
ASoC: Move card field form platform/codec to component
ASoC: Add function to register component controls
include/sound/soc.h | 12 ++++------
sound/soc/codecs/ac97.c | 4 ++--
sound/soc/codecs/cx20442.c | 6 ++---
sound/soc/codecs/uda134x.c | 2 +-
sound/soc/codecs/wm8960.c | 2 +-
sound/soc/codecs/wm_adsp.c | 4 ++--
sound/soc/omap/ams-delta.c | 2 +-
sound/soc/soc-core.c | 52 +++++++++++++++++++++++++---------------
sound/soc/soc-dapm.c | 2 +-
sound/soc/soc-jack.c | 4 ++--
sound/soc/tegra/tegra_alc5632.c | 5 ++--
sound/soc/tegra/tegra_max98090.c | 5 ++--
sound/soc/tegra/tegra_rt5640.c | 5 ++--
sound/soc/tegra/tegra_wm8753.c | 3 +--
sound/soc/tegra/tegra_wm8903.c | 5 ++--
sound/soc/tegra/trimslice.c | 3 +--
16 files changed, 61 insertions(+), 55 deletions(-)
--
1.8.0
next reply other threads:[~2014-07-17 20:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-17 20:01 Lars-Peter Clausen [this message]
2014-07-17 20:01 ` [PATCH 1/4] ASoC: Remove per card platform list Lars-Peter Clausen
2014-07-17 20:01 ` [PATCH 2/4] ASoC: tegra: Replace instances of rtd->codec->card with rtd->card Lars-Peter Clausen
2014-07-21 20:23 ` Stephen Warren
2014-07-17 20:01 ` [PATCH 3/4] ASoC: Move card field form platform/codec to component Lars-Peter Clausen
2014-07-17 20:01 ` [PATCH 4/4] ASoC: Add function to register component controls Lars-Peter Clausen
2014-07-22 22:14 ` [PATCH 0/4] More componentization preparation 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=1405627268-23939-1-git-send-email-lars@metafoo.de \
--to=lars@metafoo.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=swarren@wwwdotorg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).