Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC driver fixes for v3.15
@ 2014-05-14 11:52 Mark Brown
  2014-05-14 12:47 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2014-05-14 11:52 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 4e17d2d33abe4b523f79fec037ef66ba93643f65:

  ASoC: cs42l52: Convert to use devm_gpio_request_one (2014-04-18 15:14:39 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-v3.15-rc5-drivers

for you to fetch changes up to f9a405961eec4ee9a71a433a473b244ae2d74c3c:

  Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl-esai', 'asoc/fix/fsl-spdif', 'asoc/fix/rcar', 'asoc/fix/tlv320aic31xx' and 'asoc/fix/wm8962' into asoc-linus (2014-05-14 12:49:10 +0100)

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

ASoC: Driver fixes for v3.15

A small set of driver fixes, nothing remarkable in itself or of any
relevance outside of the driver.

----------------------------------------------------------------
Charles Keepax (1):
      ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatile

Joe Perches (1):
      ASoC: tlv320aic31xx: Convert /n to \n

Kuninori Morimoto (1):
      ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock

Lars-Peter Clausen (1):
      ASoC: imx-audmux: Fix section mismatch

Mark Brown (1):
      Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl-esai', 'asoc/fix/fsl-spdif', 'asoc/fix/rcar', 'asoc/fix/tlv320aic31xx' and 'asoc/fix/wm8962' into asoc-linus

Nicolin Chen (3):
      ASoC: fsl_esai: Fix incorrect condition within ratio range check for FP
      ASoC: fsl_esai: Only bypass sck_div for EXTAL source
      ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params()

 .../devicetree/bindings/sound/tlv320aic31xx.txt    |  6 +++---
 sound/soc/codecs/tlv320aic31xx.c                   |  2 +-
 sound/soc/codecs/wm8962.c                          | 15 ++++++++++++---
 sound/soc/codecs/wm8962.h                          |  4 ++++
 sound/soc/fsl/fsl_esai.c                           | 22 ++++++++++++++--------
 sound/soc/fsl/fsl_spdif.h                          |  4 ++--
 sound/soc/fsl/imx-audmux.c                         |  2 +-
 sound/soc/sh/rcar/core.c                           |  5 ++---
 sound/soc/sh/rcar/src.c                            |  4 ++--
 sound/soc/sh/rcar/ssi.c                            |  4 ++--
 10 files changed, 43 insertions(+), 25 deletions(-)

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

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



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

* Re: [GIT PULL] ASoC driver fixes for v3.15
  2014-05-14 11:52 [GIT PULL] ASoC driver fixes for v3.15 Mark Brown
@ 2014-05-14 12:47 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2014-05-14 12:47 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 14 May 2014 12:52:14 +0100,
Mark Brown wrote:
> 
> The following changes since commit 4e17d2d33abe4b523f79fec037ef66ba93643f65:
> 
>   ASoC: cs42l52: Convert to use devm_gpio_request_one (2014-04-18 15:14:39 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-v3.15-rc5-drivers
> 
> for you to fetch changes up to f9a405961eec4ee9a71a433a473b244ae2d74c3c:
> 
>   Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl-esai', 'asoc/fix/fsl-spdif', 'asoc/fix/rcar', 'asoc/fix/tlv320aic31xx' and 'asoc/fix/wm8962' into asoc-linus (2014-05-14 12:49:10 +0100)
> 
> ----------------------------------------------------------------
> 
> ASoC: Driver fixes for v3.15
> 
> A small set of driver fixes, nothing remarkable in itself or of any
> relevance outside of the driver.

The diffstat showed differently after pull, and it was because the
commit 79861bbb759053a9b91026becc0915d0f1f8d37d was already included
in 3.15-rc4.  In anyway, I pulled it now.  Thanks.


Takashi

> ----------------------------------------------------------------
> Charles Keepax (1):
>       ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatile
> 
> Joe Perches (1):
>       ASoC: tlv320aic31xx: Convert /n to \n
> 
> Kuninori Morimoto (1):
>       ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock
> 
> Lars-Peter Clausen (1):
>       ASoC: imx-audmux: Fix section mismatch
> 
> Mark Brown (1):
>       Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl-esai', 'asoc/fix/fsl-spdif', 'asoc/fix/rcar', 'asoc/fix/tlv320aic31xx' and 'asoc/fix/wm8962' into asoc-linus
> 
> Nicolin Chen (3):
>       ASoC: fsl_esai: Fix incorrect condition within ratio range check for FP
>       ASoC: fsl_esai: Only bypass sck_div for EXTAL source
>       ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params()
> 
>  .../devicetree/bindings/sound/tlv320aic31xx.txt    |  6 +++---
>  sound/soc/codecs/tlv320aic31xx.c                   |  2 +-
>  sound/soc/codecs/wm8962.c                          | 15 ++++++++++++---
>  sound/soc/codecs/wm8962.h                          |  4 ++++
>  sound/soc/fsl/fsl_esai.c                           | 22 ++++++++++++++--------
>  sound/soc/fsl/fsl_spdif.h                          |  4 ++--
>  sound/soc/fsl/imx-audmux.c                         |  2 +-
>  sound/soc/sh/rcar/core.c                           |  5 ++---
>  sound/soc/sh/rcar/src.c                            |  4 ++--
>  sound/soc/sh/rcar/ssi.c                            |  4 ++--
>  10 files changed, 43 insertions(+), 25 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

end of thread, other threads:[~2014-05-14 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 11:52 [GIT PULL] ASoC driver fixes for v3.15 Mark Brown
2014-05-14 12:47 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox