All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-08-02  9:53 Liam Girdwood
  2010-08-02 10:13 ` Takashi Iwai
  0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-08-02  9:53 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Hi Takashi,

More updates for 2.6.36. Btw, when are you thinking of doing a pull
request for 2.6.36 ? I'm doing a multi-component patch series later
today and if all goes well it would be nice to get it in for the 2.6.36
merge window.

Thanks

Liam

---

The following changes since commit a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca:
  Kuninori Morimoto (1):
        ASoC: da7210: Add HeadPhone Playback Volume control

are available in the git repository at:

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

Peter Ujfalusi (7):
      ASoC: TWL4030: Capture route DAPM event fix
      ASoC: tlv320dac33: Revisit the FIFO Mode1 handling
      ASoC: tlv320dac33: Add support for automatic FIFO configuration
      ASoC: omap-mcbsp: Restructure the code within omap_mcbsp_dai_hw_params
      ASoC: omap-mcbsp: Code cleanup in omap_mcbsp_dai_hw_params
      ASoC: omap-mcbsp: Support for sDMA packet mode
      ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode

 include/sound/tlv320dac33-plat.h |    2 +
 sound/soc/codecs/tlv320dac33.c   |  125 ++++++++++++++++++++++------------
 sound/soc/codecs/twl4030.c       |    2 -
 sound/soc/omap/omap-mcbsp.c      |  137 +++++++++++++++++++++-----------------
 4 files changed, 158 insertions(+), 108 deletions(-)

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

The following changes since commit 66b47fdb851924956b6e4696fb43a3496ae2c462:
  Mark Brown (1):
        ASoC: Implement WM8994 OPCLK support

are available in the git repository at:

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

Jorge Eduardo Candelaria (1):
      ASoC: TWL6040: Correct widget handling for drivers

Peter Ujfalusi (3):
      ASoC: TWL4030: Fix for digital loopback gain range
      ASoC: TWL4030: DAC power optimization
      ASoC: TWL4030: Add configurable delay after digimic enable

 sound/soc/codecs/twl4030.c |   47 ++++++++++++++++++++++++++----------
 sound/soc/codecs/twl4030.h |    1 +
 sound/soc/codecs/twl6040.c |   56 ++++++++++++++++++++++----------------------
 3 files changed, 63 insertions(+), 41 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-06-24  9:09 Liam Girdwood
  2010-06-24 10:50 ` Takashi Iwai
  0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-06-24  9:09 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec:
  Peter Huewe (1):
        ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210

are available in the git repository at:

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

Eric Bénard (1):
      codecs/tlv320aic23: fix bias management for suspend/resume

Grazvydas Ignotas (1):
      ASoC: pandora: fix CLKX polarity

Jarkko Nikula (2):
      ASoC: RX-51: Add Jack Function kcontrol
      ASoC: RX-51: Add basic jack detection

 sound/soc/codecs/tlv320aic23.c |    7 ++--
 sound/soc/omap/omap3pandora.c  |   36 ++++---------------
 sound/soc/omap/rx51.c          |   73 +++++++++++++++++++++++++++++++++++++++-
 3 files changed, 84 insertions(+), 32 deletions(-)



_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

Hi Takashi,

Some mainly OMAP McBSP specific patches to reduce power from Peter. We
have Tony's Ack on all the arch/arm/omap stuff.

Thanks

Liam

The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:
  Takashi Iwai (1):
        Merge branch 'for-2.6.36' of git://git.kernel.org/.../broonie/sound-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.36

Peter Ujfalusi (6):
      OMAP: McBSP: Function to query the FIFO size
      OMAP3: McBSP: Change the way how the FIFO is handled
      OMAP3: McBSP: Use the port's buffer_size when calculating tx delay
      ASoC: omap-mcbsp: Save, and use wlen for threshold configuration
      ASoC: omap-mcbsp: Place correct constraints for streams
      ASoC: tlv320dac33: Add support for changing upper threshold

 arch/arm/mach-omap2/mcbsp.c             |   10 ++--
 arch/arm/plat-omap/include/plat/mcbsp.h |    2 +
 arch/arm/plat-omap/mcbsp.c              |   51 ++++++++++-----
 sound/soc/codecs/tlv320dac33.c          |   57 +++++++++++++---
 sound/soc/omap/omap-mcbsp.c             |  112 +++++++++++++++++++++++-------
 5 files changed, 176 insertions(+), 56 deletions(-)

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

Hi Takashi,

Please pull the following ASoC updates for 2.6.36.

Thanks

Liam

---

The following changes since commit ad8332c1302bcb4f80d593fd3eb477be9d7f5604:
  Jarkko Nikula (1):
        ASoC: tpa6130a2: Remove CPVSS and HPVdd supplies

are available in the git repository at:

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

Jorge Eduardo Candelaria (1):
      ASoC: TWL6040: Fix playback with 19.2 Mhz MCLK

Peter Ujfalusi (8):
      ASoC: TWL4030: Revisit codec defaults
      ASoC: TWL4030: Remove wrapper for power down
      ASoC: TWL4030: Make offset cancellation path configurable
      ASoC: TWL4030: Optimize the power up sequence
      ASoC: TWL4030: Helper to check chip default registers
      ASoC: TWL4030: Correct the ARXR2_APGA_CTL chip default
      ASoC: TWL4030: Use BIAS_OFF instead of BIAS_STANDBY, when not in use
      ASoC: TWL4030: Add functionalty to reset the registers

 sound/soc/codecs/twl4030.c |  291 +++++++++++++++++++++++++-------------------
 sound/soc/codecs/twl4030.h |    3 +
 sound/soc/codecs/twl6040.c |    2 +-
 3 files changed, 170 insertions(+), 126 deletions(-)

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

end of thread, other threads:[~2010-08-02 17:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02  9:53 [GIT PULL] ASoC updates for 2.6.36 Liam Girdwood
2010-08-02 10:13 ` Takashi Iwai
2010-08-02 10:30   ` Liam Girdwood
2010-08-02 10:33     ` Mark Brown
2010-08-02 10:45       ` Liam Girdwood
2010-08-02 16:24     ` Timur Tabi
2010-08-02 17:39       ` Timur Tabi
  -- strict thread matches above, loose matches on Subject: below --
2010-07-21 12:38 Liam Girdwood
2010-07-21 13:02 ` Takashi Iwai
2010-06-24  9:09 Liam Girdwood
2010-06-24 10:50 ` Takashi Iwai
2010-06-07 10:14 Liam Girdwood
2010-06-07 16:41 ` Takashi Iwai
2010-05-31 10:29 Liam Girdwood
2010-05-31 16:14 ` Takashi Iwai

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.