alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ASoC updates for 2.6.35
@ 2010-05-19 16:15 Liam Girdwood
  2010-05-19 16:31 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Liam Girdwood @ 2010-05-19 16:15 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Hi Takashi,

The last one for 2.6.35 :)

Thanks

Liam

----

The following changes since commit 2d4cdd6fc974716555fcbaf7ec1d4dda22784c1b:
  Peter Ujfalusi (1):
        ASoC: tlv320dac33: Avoid powering off while in BIAS_OFF

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.35

Jarkko Nikula (1):
      ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUT

Jorge Eduardo Candelaria (2):
      ASoC: SDP4430: Add support for Earphone speaker
      ASoC: TWL6040: Enable earphone path in codec

Liam Girdwood (1):
      ASoC: sdp4430 - add sdp4430 pcm ops to DAI.

Misael Lopez Cruz (1):
      ASoC: SDP4430: Add sdp4430 machine driver

 sound/soc/codecs/tpa6130a2.c |    4 +-
 sound/soc/codecs/twl6040.c   |   21 ++++-
 sound/soc/omap/Kconfig       |    9 ++
 sound/soc/omap/Makefile      |    2 +
 sound/soc/omap/sdp4430.c     |  233 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 266 insertions(+), 3 deletions(-)
 create mode 100644 sound/soc/omap/sdp4430.c

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] ASoC updates for 2.6.35
@ 2010-05-18 10:19 Liam Girdwood
  2010-05-18 17:08 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Liam Girdwood @ 2010-05-18 10:19 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Hi Takashi,

Please pull the following ASoC updates for 2.6.35. We do have Tony's Ack
for the OMAP mcbsp stuff (as it simplifies the merging).

Thanks

Liam

---

The following changes since commit 6a2f1ee1f9bb5346644105c9355e9e06f6a847d3:
  Mark Brown (1):
        ASoC: Don't restart unconfigured WM8994 FLLs

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.35

Felipe Balbi (1):
      ASoC: tlv320dac33: Use dev_dbg in dac33_hard_power function

Jorge Eduardo Candelaria (2):
      ARM: McBSP: Fix request for irq in OMAP4
      ARM: McBSP: Add support for omap4 in McBSP driver

Peter Ujfalusi (2):
      ASoC: TWL4030: Add control for digimic Left Right swap
      ASoC: tlv320dac33: Avoid powering off while in BIAS_OFF

Sergey Lapin (1):
      OMAP: McBSP: Add 32-bit mode support

 arch/arm/mach-omap2/mcbsp.c    |   12 ++++--------
 arch/arm/plat-omap/mcbsp.c     |   34 +++++++++++++++++++---------------
 sound/soc/codecs/tlv320dac33.c |    5 ++++-
 sound/soc/codecs/twl4030.c     |   12 ++++++++++++
 sound/soc/omap/omap-mcbsp.c    |   28 ++++++++++++++++++++++++----
 5 files changed, 63 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL} ASoC updates for 2.6.35
@ 2010-05-06 14:47 Liam Girdwood
  2010-05-06 15:23 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Liam Girdwood @ 2010-05-06 14:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

The following changes since commit cb7b76961f73e4ae934d44f7b2e7ba974442f2fe:
  Takashi Iwai (1):
        Merge branch 'for-2.6.35' of git://git.kernel.org/.../lrg/asoc-2.6 into topic/asoc

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.35

Jarkko Nikula (2):
      ASoC: omap: Add basic audio support for Nokia RX-51/N900
      ASoC: tlv320aic3x: Add platform data and reset gpio handling

Liam Girdwood (3):
      ASoC: pandora - update DAPM pins
      ASoC: zoom2 - update DAPM pins
      ASoC: tlv320dac33 - disable regulators at i2c remove()

Peter Ujfalusi (9):
      ASoC: TWL4030: AIF/APLL fix in DAPM domain
      ASoC: TWL4030: Remove OUTL/R outputs
      ASoC: tlv320dac33: Optimize power up, and restore
      ASoC: tlv320dac33: Revised module loading, and DAC33 ID read
      ASoC: tlv320dac33: Manage a pointer for snd_pcm_substream in private structure
      ASoC: tlv320dac33: Support for turning off the codec
      ASoC: tpa6130a2: TLV mapping for tpa6140a2
      ASoC: tpa6130a2: Support for limiting gain
      ASoC: tlv320dac33: Use codec defaults for LOM/LOP and DAC power

 include/sound/tlv320aic3x.h    |   17 +++
 include/sound/tpa6130a2-plat.h |    1 +
 sound/soc/codecs/tlv320aic3x.c |   25 ++++
 sound/soc/codecs/tlv320dac33.c |  223 ++++++++++++++++--------------
 sound/soc/codecs/tpa6130a2.c   |   99 +++++++++++++-
 sound/soc/codecs/twl4030.c     |   86 ++++++++----
 sound/soc/omap/Kconfig         |   10 ++
 sound/soc/omap/Makefile        |    2 +
 sound/soc/omap/omap3pandora.c  |    2 -
 sound/soc/omap/rx51.c          |  294 ++++++++++++++++++++++++++++++++++++++++
 sound/soc/omap/zoom2.c         |    3 -
 11 files changed, 619 insertions(+), 143 deletions(-)
 create mode 100644 include/sound/tlv320aic3x.h
 create mode 100644 sound/soc/omap/rx51.c

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] ASoC updates for 2.6.35
@ 2010-04-27 13:21 Liam Girdwood
  2010-04-27 15:48 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Liam Girdwood @ 2010-04-27 13:21 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood


The following changes since commit f4d593280652025f797d432e90f49d49b9334689:
  Peter Ujfalusi (1):
        ASoC: tlv320dac33: Fix for early interrupt in FIFO Mode1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.35

Jarkko Nikula (4):
      ASoC: tlv320aic3x: Remove unused version string
      ASoC: tlv320aic3x: Remove needless power off from aic3x_set_bias_level
      ASoC: tlv320aic3x: Change bias management semantics
      ASoC: tlv320aic3x: Add basic regulator support

Peter Ujfalusi (4):
      ASoC: tlv320dac33: Skip calculations in FIFO Bypass mode
      ASoC: tlv320dac33: Change magic numbers used in Mode7
      ASoC: tlv320dac33: Calculate the interface speed during bursts
      ASoC: tlv320dac33: FIFO caused delay reporting

 sound/soc/codecs/tlv320aic3x.c |   81 +++++++-------
 sound/soc/codecs/tlv320dac33.c |  243 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 272 insertions(+), 52 deletions(-)

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

end of thread, other threads:[~2010-05-19 16:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 16:15 [GIT PULL] ASoC updates for 2.6.35 Liam Girdwood
2010-05-19 16:31 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-05-18 10:19 Liam Girdwood
2010-05-18 17:08 ` Takashi Iwai
2010-05-06 14:47 [GIT PULL} " Liam Girdwood
2010-05-06 15:23 ` Takashi Iwai
2010-04-27 13:21 [GIT PULL] " Liam Girdwood
2010-04-27 15:48 ` Takashi Iwai

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