All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ASoC updates
@ 2008-10-08  9:36 Mark Brown
  2008-10-08  9:37 ` [PATCH 1/8] ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codec Mark Brown
  2008-10-08  9:49 ` [PATCH 0/8] ASoC updates Takashi Iwai
  0 siblings, 2 replies; 12+ messages in thread
From: Mark Brown @ 2008-10-08  9:36 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 691ac84a77b1aebb7e09b4924b4b9c07a0f4f66a:
  Takashi Iwai (1):
        Merge branch 'asoc-fixes' into topic/asoc

are available in the git repository at:

  git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai

This is all 2.6.28ish material.

Arun KS (1):
      ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codec

Jarkko Nikula (2):
      ASoC: tlv320aic3x: Use uniform tlv320aic naming
      ASoC: Remove unused AUDIO_NAME define from codec drivers

Mark Brown (4):
      ASoC: Add WM8753 SPI support
      ASoC: Add WM8510 SPI support
      ASoC: Implement WM8510 bias level control
      ASoC: Make WM8510 microphone input a DAPM mixer

Richard Zhao (1):
      ALSA: ASoC: add new param mux to dapm_mux_update_power

 sound/soc/codecs/ak4535.c      |    1 -
 sound/soc/codecs/ssm2602.c     |    1 -
 sound/soc/codecs/tlv320aic23.c |   54 ++++++++++++++++++--
 sound/soc/codecs/tlv320aic3x.c |    5 +-
 sound/soc/codecs/uda1380.c     |    1 -
 sound/soc/codecs/wm8510.c      |  109 ++++++++++++++++++++++++++++++++++-----
 sound/soc/codecs/wm8510.h      |    1 +
 sound/soc/codecs/wm8580.c      |    1 -
 sound/soc/codecs/wm8731.c      |    1 -
 sound/soc/codecs/wm8750.c      |    1 -
 sound/soc/codecs/wm8753.c      |   72 +++++++++++++++++++++++++-
 sound/soc/codecs/wm8753.h      |    1 +
 sound/soc/codecs/wm8971.c      |    1 -
 sound/soc/codecs/wm8990.c      |    1 -
 sound/soc/soc-dapm.c           |    8 ++--
 15 files changed, 221 insertions(+), 37 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/8] ASoC updates
@ 2008-12-10 19:58 Mark Brown
  2008-12-10 20:34 ` Takashi Iwai
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2008-12-10 19:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit f73f2a6a23e34de9cca9672f727694e5af00e6c7:
  Takashi Iwai (1):
        ALSA: ASoC - Fix symbol conflicts in omac-mcbsp.c

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai

Mark Brown (5):
      ASoC: Work around warnings from some build environments
      ASoC: Add codec registration API
      ASoC: Convert WM8900 to do more work at I2C probe time
      ASoC: Convert WM8903 driver to register at I2C probe time
      ASoC: Stop WM8903 SYSCLK when suspending

Peter Ujfalusi (3):
      ASoC: TWL4030: Add missing Carkit output
      ASoC: TWL4030: Small cleanup
      ASoC: TWL4030: Change the name for the DACs

 include/sound/soc.h        |    5 +
 sound/soc/codecs/twl4030.c |   27 +++---
 sound/soc/codecs/wm8900.c  |  159 +++++++++++++++--------------
 sound/soc/codecs/wm8900.h  |    7 --
 sound/soc/codecs/wm8903.c  |  241 +++++++++++++++++++-------------------------
 sound/soc/codecs/wm8903.h  |    5 -
 sound/soc/soc-core.c       |   43 ++++++++
 7 files changed, 247 insertions(+), 240 deletions(-)

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

end of thread, other threads:[~2008-12-10 20:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08  9:36 [PATCH 0/8] ASoC updates Mark Brown
2008-10-08  9:37 ` [PATCH 1/8] ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codec Mark Brown
2008-10-08  9:37   ` [PATCH 2/8] ASoC: Add WM8753 SPI support Mark Brown
2008-10-08  9:37     ` [PATCH 3/8] ASoC: Add WM8510 " Mark Brown
2008-10-08  9:37       ` [PATCH 4/8] ALSA: ASoC: add new param mux to dapm_mux_update_power Mark Brown
2008-10-08  9:37         ` [PATCH 5/8] ASoC: tlv320aic3x: Use uniform tlv320aic naming Mark Brown
2008-10-08  9:37           ` [PATCH 6/8] ASoC: Remove unused AUDIO_NAME define from codec drivers Mark Brown
2008-10-08  9:37             ` [PATCH 7/8] ASoC: Implement WM8510 bias level control Mark Brown
2008-10-08  9:38               ` [PATCH 8/8] ASoC: Make WM8510 microphone input a DAPM mixer Mark Brown
2008-10-08  9:49 ` [PATCH 0/8] ASoC updates Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2008-12-10 19:58 Mark Brown
2008-12-10 20:34 ` 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.