alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: multi-comp: twl4030 updates
@ 2010-08-06  5:49 Peter Ujfalusi
  2010-08-06  5:49 ` [PATCH 1/2] ASoC: multi-comp: twl4030: TI CODECs Peter Ujfalusi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Ujfalusi @ 2010-08-06  5:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, lrg

Hello Liam, Mark!

The following two patch is for the current multi-comp
branch with twl4030 related fixes.

I have separated them, so they can be squased to the
corresponding commit in multi-comp branch for now.

The changes in short:
- We do not need the header sound/soc/codecs/twl4030.h
  anymore, so remove it
- Fix machine drivers with theis header removal
- The codec no longer get's the former setup data, all
  configuration is coming from board files via the
  platform_data. So change the code accordingly
- Move the twl4030_priv allocation to a proper place
- Codec can shall go OFF instead of STANDBY, so add back
  the idle_bias_off flag
- The MFD driver is twl4030-audio

TODO after the multi-comp is merged:
- Rename the mfd driver to twl4030-audio.
  Clean up the internal naming within the mfd
  This going to touch many files...

One more notice:
The multi-comp branch does not have the
"ASoC: TWL4030: Capture route runtime DAPM ordering fix" commit
yet, and I have tested my changes on top of that, but it should
not be a big problem, when you rebase this driver.

What do you think?

Peter

---
Peter Ujfalusi (2):
  ASoC: multi-comp: twl4030: TI CODECs
  ASoC: multi-comp: twl4030: TI OMAP Platform

 drivers/mfd/twl-core.c        |    2 +-
 drivers/mfd/twl4030-codec.c   |    4 +-
 include/linux/i2c/twl.h       |    6 +++-
 sound/soc/codecs/twl4030.c    |   73 ++++++++++++++++++++---------------------
 sound/soc/codecs/twl4030.h    |   52 -----------------------------
 sound/soc/omap/igep0020.c     |    1 -
 sound/soc/omap/omap2evm.c     |    1 -
 sound/soc/omap/omap3beagle.c  |    1 -
 sound/soc/omap/omap3evm.c     |    1 -
 sound/soc/omap/omap3pandora.c |    1 -
 sound/soc/omap/overo.c        |    1 -
 sound/soc/omap/sdp3430.c      |    4 ++-
 sound/soc/omap/zoom2.c        |    4 ++-
 13 files changed, 50 insertions(+), 101 deletions(-)
 delete mode 100644 sound/soc/codecs/twl4030.h

--
1.7.2

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

end of thread, other threads:[~2010-08-07 12:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06  5:49 [PATCH 0/2] ASoC: multi-comp: twl4030 updates Peter Ujfalusi
2010-08-06  5:49 ` [PATCH 1/2] ASoC: multi-comp: twl4030: TI CODECs Peter Ujfalusi
2010-08-06  5:49 ` [PATCH 2/2] ASoC: multi-comp: twl4030: TI OMAP Platform Peter Ujfalusi
2010-08-06 12:14 ` [PATCH 0/2] ASoC: multi-comp: twl4030 updates Mark Brown
2010-08-06 12:43   ` Peter Ujfalusi
2010-08-07 12:03 ` Liam Girdwood

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).