[alsa-devel] [PATCH 0/7] ASoc updates for -next

Mark Brown broonie at sirena.org.uk
Thu Jan 8 20:37:20 CET 2009


The following changes since commit 227b4dc6432d271eecd0ff0aefe6f0897ec47397:
  Mark Brown (1):
        ASoC: Fix SND_SOC_ALL_CODECS handling of dual SPI and I2C control buses

are available in the git repository at:

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

Ian Molton (1):
      ASoC: dapm: Allow explictly named mixer controls

Mark Brown (4):
      Merge branch 'asoc' of git://git.mnementh.co.uk/linux-2.6-im into for-tiwai
      ASoC: Constify pin names for DAPM pin status APIs
      ASoC: Add jack reporting interface
      ASoC: Implement WM8350 headphone jack detection

Peter Ujfalusi (3):
      ASoC: Merge the soc_value_enum to soc_enum struct
      ASoC: TWL4030: Change the soc_value_enum back to soc_enum
      ASoC: TWL4030: Module unloading fix

 Documentation/sound/alsa/soc/dapm.txt |    3 +
 include/linux/mfd/wm8350/audio.h      |    1 +
 include/sound/soc-dapm.h              |   21 ++++-
 include/sound/soc.h                   |   47 ++++++++----
 sound/soc/Kconfig                     |    1 +
 sound/soc/Makefile                    |    2 +-
 sound/soc/codecs/twl4030.c            |   12 ++-
 sound/soc/codecs/wm8350.c             |  116 +++++++++++++++++++++++++++
 sound/soc/codecs/wm8350.h             |    8 ++
 sound/soc/soc-core.c                  |   37 +--------
 sound/soc/soc-dapm.c                  |  137 +++++++++++----------------------
 sound/soc/soc-jack.c                  |  138 +++++++++++++++++++++++++++++++++
 12 files changed, 372 insertions(+), 151 deletions(-)
 create mode 100644 sound/soc/soc-jack.c


More information about the Alsa-devel mailing list