All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] More componentization preparation
@ 2014-07-17 20:01 Lars-Peter Clausen
  2014-07-17 20:01 ` [PATCH 1/4] ASoC: Remove per card platform list Lars-Peter Clausen
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lars-Peter Clausen @ 2014-07-17 20:01 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Lars-Peter Clausen, Stephen Warren

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-22 22:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 20:01 [PATCH 0/4] More componentization preparation Lars-Peter Clausen
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

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.