Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [GIT PULL] ASoC fixes for v4.0
Date: Tue, 17 Mar 2015 16:32:49 +0100	[thread overview]
Message-ID: <s5hoanrhc66.wl-tiwai@suse.de> (raw)
In-Reply-To: <20150317113635.GB28806@sirena.org.uk>

At Tue, 17 Mar 2015 11:36:35 +0000,
Mark Brown wrote:
> 
> The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:
> 
>   Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.0-rc4
> 
> for you to fetch changes up to 33484c67398295108ab31e17b50b5a6fba1f5eef:
> 
>   Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus (2015-03-16 12:03:17 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v4.0
> 
> As well as the usual collection of driver specific fixes there's a few
> more generic things:
> 
>  - Lots of fixes from Takashi for drivers using the wrong field in the
>    control union to communicate with userspace, leading to potential
>    errors on 64 bit systems.
>  - A fix from Lars for locking of the lists of devices we maintain,
>    mostly only likely to trigger during device probe and removal.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Bard Liao (1):
>       ASoC: rt286: Change the DMI mapping for Dino
> 
> Eric Nelson (1):
>       ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP
> 
> Lars-Peter Clausen (4):
>       ASoC: ak4671: Fix control-less DAPM routes
>       ASoC: da732x: Fix control-less DAPM routes
>       ASoC: sn95031: Fix control-less DAPM routes
>       ASoC: Fix component lists locking
> 
> Lu, Han (1):
>       ASoC: Intel: remove conflicts when load/unload multiple firmware images
> 
> Maciej S. Szmigiero (1):
>       fsl_ssi: fix of_property_read_u32_array return value check
> 
> Mark Brown (3):
>       Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/ak4671', 'asoc/fix/control', 'asoc/fix/da732x', 'asoc/fix/fsl-ssi', 'asoc/fix/lock' and 'asoc/fix/rt286' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus
> 
> Nicolin Chen (1):
>       ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation
> 
> Takashi Iwai (14):
>       ASoC: adav80x: Fix wrong value references for boolean kctl
>       ASoC: ak4641: Fix wrong value references for boolean kctl
>       ASoC: cs4271: Fix wrong value references for boolean kctl
>       ASoC: es8238: Fix wrong value references for boolean kctl
>       ASoC: pcm1681: Fix wrong value references for boolean kctl
>       ASoC: tas5086: Fix wrong value references for boolean kctl
>       ASoC: wm2000: Fix wrong value references for boolean kctl
>       ASoC: wm8731: Fix wrong value references for boolean kctl
>       ASoC: wm8903: Fix wrong value references for boolean kctl
>       ASoC: wm8904: Fix wrong value references for boolean kctl
>       ASoC: wm8955: Fix wrong value references for boolean kctl
>       ASoC: wm8960: Fix wrong value references for boolean kctl
>       ASoC: wm9712: Fix wrong value references for boolean kctl
>       ASoC: wm9713: Fix wrong value references for boolean kctl
> 
>  sound/soc/codecs/adav80x.c        |  4 ++--
>  sound/soc/codecs/ak4641.c         |  4 ++--
>  sound/soc/codecs/ak4671.c         | 44 +++++++++++++++++++--------------------
>  sound/soc/codecs/cs4271.c         |  4 ++--
>  sound/soc/codecs/da732x.c         |  8 +++----
>  sound/soc/codecs/es8328.c         |  4 ++--
>  sound/soc/codecs/pcm1681.c        |  4 ++--
>  sound/soc/codecs/rt286.c          |  2 +-
>  sound/soc/codecs/sgtl5000.c       |  8 +------
>  sound/soc/codecs/sn95031.c        |  4 ++--
>  sound/soc/codecs/tas5086.c        |  4 ++--
>  sound/soc/codecs/wm2000.c         |  8 +++----
>  sound/soc/codecs/wm8731.c         |  4 ++--
>  sound/soc/codecs/wm8903.c         |  4 ++--
>  sound/soc/codecs/wm8904.c         |  4 ++--
>  sound/soc/codecs/wm8955.c         |  4 ++--
>  sound/soc/codecs/wm8960.c         |  4 ++--
>  sound/soc/codecs/wm9712.c         |  6 +++---
>  sound/soc/codecs/wm9713.c         |  6 +++---
>  sound/soc/fsl/fsl_ssi.c           |  4 ++--
>  sound/soc/intel/sst-haswell-dsp.c |  3 ---
>  sound/soc/intel/sst-haswell-ipc.c | 32 +++++++++++++++++++++-------
>  sound/soc/soc-core.c              | 41 ++++++++++++++++++++++++++----------
>  23 files changed, 118 insertions(+), 92 deletions(-)

  reply	other threads:[~2015-03-17 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 11:36 [GIT PULL] ASoC fixes for v4.0 Mark Brown
2015-03-17 15:32 ` Takashi Iwai [this message]
2015-03-18  9:09 ` Takashi Iwai
2015-03-18  9:17   ` Lars-Peter Clausen
2015-03-18 10:12     ` Mark Brown

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=s5hoanrhc66.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox