Linus,

please pull sound fixes for 3.8-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.8

The topmost commit is 31be5425d795585251a3ee970319c37643e0cda2

----------------------------------------------------------------

Sound fixes for 3.8-rc4

Most of commits found here are for ASoC device specific fixes,
arizona, cs4271, wm5102, wm2200, etc, in addition to a couple of
memory leak fixes in ASoC core.

Other than that, regression fixes in HD-audio and USB-audio, and
a fix for new Realtek codecs.

(It became slightly bigger than the previous rc due to pending ASoC
 fixes, sorry!)

----------------------------------------------------------------

Andre Schramm (1):
      ALSA: hdspm - Fix wordclock status on AES32

Axel Lin (5):
      ASoC: sta529: Fix update register bits in sta529_set_dai_fmt
      ASoC: wm2200: Fix setting dai format in wm2200_set_fmt
      ASoC: lm49453: Fix mask for setting mode bit in lm49453_set_dai_fmt()
      ASoC: arizona: Do proper shift for setting AIF rate
      ASoC: cs42l52: Catch no-match case in cs42l52_get_clk

Chuansheng Liu (2):
      ASoC: core: fix the memory leak in case of device_add() failure
      ASoC: core: fix the memory leak in case of remove_aux_dev()

Daniel Mack (2):
      ASoC: cs4271: fix sparse warning
      ASoC: cs4271: fix property check

David Henningsson (1):
      Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat 
codecs"

Fabio Estevam (2):
      ASoC: soc-core: Remove unused 'ret' variable
      ASoC: sgtl5000: Fix maximum value for microphone gain

Kailang Yang (1):
      ALSA: hda - Add support of new codec ALC284

mr.swami.re...@ti.com (2):
      ASoC: lm49453: Fix adc, mic and sidetone volume ranges
      ASoC: lm49453: Update lm49453_reg_defs values as per LM49453 HW revision-B

Mark Brown (8):
      ASoC: core: Fix SOC_DOUBLE_RANGE() macros
      ASoC: arizona: Correct FLL source definitions
      ASoC: wm5102: Improve speaker enable performance
      ASoC: wm2200: Remove DSP B and left justified AIF modes
      ASoC: arizona: Remove DSP B and left justified AIF modes
      ASoC: wm5100: Remove DSP B and left justified formats
      ASoC: wm2000: Fix sense of speech clarity enable
      ASoC: wm_adsp: Ensure that block writes are from DMA aligned addresses

Mike Dunn (2):
      ALSA: pxa27x: fix ac97 cold reset
      ALSA: pxa27x: fix ac97 warm reset

Patrick Lai (1):
      ASoC: pcm: allow backend hardware to be freed in pause state

Sachin Kamat (1):
      ALSA: usb-audio: Make ebox44_table static

Takashi Iwai (2):
      ALSA: hda - Disable runtime D3 for Intel CPT & co
      ALSA: usb-audio: Fix NULL dereference by access to non-existing substream

---
 arch/arm/mach-pxa/include/mach/mfp-pxa27x.h |   3 +
 arch/arm/mach-pxa/pxa27x.c                  |   4 +-
 include/sound/cs4271.h                      |   2 +-
 include/sound/soc.h                         |  10 +--
 sound/arm/pxa2xx-ac97-lib.c                 |  26 ++++++-
 sound/pci/hda/hda_intel.c                   |  13 ++--
 sound/pci/hda/patch_conexant.c              |  16 -----
 sound/pci/hda/patch_realtek.c               |  24 ++++++-
 sound/pci/rme9652/hdspm.c                   |  17 +++--
 sound/soc/codecs/arizona.c                  |   9 +--
 sound/soc/codecs/arizona.h                  |  18 ++---
 sound/soc/codecs/cs4271.c                   |   6 +-
 sound/soc/codecs/cs42l52.c                  |   4 +-
 sound/soc/codecs/lm49453.c                  | 106 +++++++++++-----------------
 sound/soc/codecs/sgtl5000.c                 |   4 +-
 sound/soc/codecs/sta529.c                   |   9 +--
 sound/soc/codecs/wm2000.c                   |   4 +-
 sound/soc/codecs/wm2200.c                   |   8 +--
 sound/soc/codecs/wm5100.c                   |   6 --
 sound/soc/codecs/wm5102.c                   |  48 ++++++++++++-
 sound/soc/codecs/wm_adsp.c                  |  23 +++++-
 sound/soc/soc-core.c                        |  35 ++++++++-
 sound/soc/soc-pcm.c                         |   1 +
 sound/usb/mixer_quirks.c                    |   2 +-
 sound/usb/pcm.c                             |  10 +++
 25 files changed, 255 insertions(+), 153 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to