All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@ti.com>
Subject: [GIT PULL] ASoC updates for v3.8
Date: Thu, 10 Jan 2013 12:49:10 +0000	[thread overview]
Message-ID: <20130110124910.GP20956@opensource.wolfsonmicro.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4161 bytes --]

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-3.8-rc2

for you to fetch changes up to 49a170bcf28af5ef372cdbed7750ba8d4162bb0e:

  Merge remote-tracking branch 'asoc/fix/wm5100' into tmp (2013-01-10 12:22:30 +0000)

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

ASoC: Fixes for v3.8

Nothing terribly exciting here except for the DOUBLE_RANGE fix which
just hadn't worked before, nobody noticed due to lack of use.

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

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

MR.Swami.Reddy@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 (20):
      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
      Merge remote-tracking branch 'asoc/fix/arizona' into tmp
      Merge remote-tracking branch 'asoc/fix/core' into tmp
      Merge remote-tracking branch 'asoc/fix/cs4271' into tmp
      Merge remote-tracking branch 'asoc/fix/cs42l52' into tmp
      Merge remote-tracking branch 'asoc/fix/lm49453' into tmp
      Merge remote-tracking branch 'asoc/fix/pxa' into tmp
      Merge remote-tracking branch 'asoc/fix/sgtl5000' into tmp
      Merge remote-tracking branch 'asoc/fix/sta529' into tmp
      Merge remote-tracking branch 'asoc/fix/wm-adsp' into tmp
      Merge remote-tracking branch 'asoc/fix/wm2000' into tmp
      Merge remote-tracking branch 'asoc/fix/wm2200' into tmp
      Merge remote-tracking branch 'asoc/fix/wm5100' into tmp

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

 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/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 +
 19 files changed, 201 insertions(+), 125 deletions(-)

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2013-01-10 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-10 12:49 Mark Brown [this message]
2013-01-10 17:20 ` [GIT PULL] ASoC updates for v3.8 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130110124910.GP20956@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@ti.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.