All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for v3.9
@ 2013-03-26 14:30 Mark Brown
  2013-03-29  8:38 ` Takashi Iwai
  2013-04-02  9:45 ` Takashi Iwai
  0 siblings, 2 replies; 9+ messages in thread
From: Mark Brown @ 2013-03-26 14:30 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:

  Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.9-rc4

for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:

  Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26 14:08:07 +0000)

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

ASoC: Fixes for v3.9

A few more fixes here and there, including quite a few nasty driver
specific ones, but nothing that has a major general impact.

----------------------------------------------------------------
Axel Lin (1):
      ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case

Joe Perches (1):
      ASoC:: max98090: Remove executable bit

Lars-Peter Clausen (2):
      ASoC: spear_pcm: Update to new pcm_new() API
      ASoC: dma-sh7760: Fix compile error

Mark Brown (9):
      ASoC: dapm: Fix handling of loops
      Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next
      Merge remote-tracking branch 'asoc/fix/core' into asoc-next
      Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next
      Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next
      Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next
      Merge remote-tracking branch 'asoc/fix/sh' into asoc-next
      Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next
      Merge remote-tracking branch 'asoc/fix/spear' into asoc-next

Markus Pargmann (1):
      ASoC: pcm030 audio fabric: remove __init from probe

Peter Ujfalusi (1):
      ASoC: dapm: Fix pointer dereference in is_connected_output_ep()

Sascha Hauer (1):
      ASoC: imx-ssi: Fix occasional AC97 reset failure

Silviu-Mihai Popescu (1):
      ASoC: core: fix invalid free of devm_ allocated data

Wei Yongjun (2):
      ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff()
      ASoC: core: fix possible memory leak in snd_soc_bytes_put()

 include/sound/soc-dapm.h            |    1 +
 sound/soc/codecs/si476x.c           |    1 +
 sound/soc/codecs/wm_adsp.c          |    5 +++--
 sound/soc/fsl/imx-ssi.c             |    5 +++++
 sound/soc/fsl/pcm030-audio-fabric.c |    2 +-
 sound/soc/sh/dma-sh7760.c           |    4 ++--
 sound/soc/soc-core.c                |    8 ++++----
 sound/soc/soc-dapm.c                |   14 ++++++++++++++
 sound/soc/spear/spear_pcm.c         |   12 ++++++------
 9 files changed, 37 insertions(+), 15 deletions(-)
 mode change 100755 => 100644 include/sound/max98090.h
 mode change 100755 => 100644 sound/soc/codecs/max98090.c
 mode change 100755 => 100644 sound/soc/codecs/max98090.h

[-- 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] 9+ messages in thread

* Re: ASoC updates for v3.9
  2013-03-26 14:30 ASoC updates for v3.9 Mark Brown
@ 2013-03-29  8:38 ` Takashi Iwai
  2013-04-02  9:45 ` Takashi Iwai
  1 sibling, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-03-29  8:38 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

Hi Mark,

As you might have guessed, I'm currently on vacation, so have little net
connection.
For urgent fixes, feel free to ask Linus to pull. But I guess this time
it's unnecessary.

In anyway, I'll catch up all pending pulls and merges on the next Tuesday.

(Sorry for top-posting and other ugliness.)

Takashi
 On Mar 26, 2013 3:40 PM, "Mark Brown" <broonie@opensource.wolfsonmicro.com>
wrote:

> The following changes since commit
> 8bb9660418e05bb1845ac1a2428444d78e322cc7:
>
>   Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.gittags/asoc-fix-v3.9-rc4
>
> for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:
>
>   Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26
> 14:08:07 +0000)
>
> ----------------------------------------------------------------
>
> ASoC: Fixes for v3.9
>
> A few more fixes here and there, including quite a few nasty driver
> specific ones, but nothing that has a major general impact.
>
> ----------------------------------------------------------------
> Axel Lin (1):
>       ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case
>
> Joe Perches (1):
>       ASoC:: max98090: Remove executable bit
>
> Lars-Peter Clausen (2):
>       ASoC: spear_pcm: Update to new pcm_new() API
>       ASoC: dma-sh7760: Fix compile error
>
> Mark Brown (9):
>       ASoC: dapm: Fix handling of loops
>       Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/core' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/sh' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/spear' into asoc-next
>
> Markus Pargmann (1):
>       ASoC: pcm030 audio fabric: remove __init from probe
>
> Peter Ujfalusi (1):
>       ASoC: dapm: Fix pointer dereference in is_connected_output_ep()
>
> Sascha Hauer (1):
>       ASoC: imx-ssi: Fix occasional AC97 reset failure
>
> Silviu-Mihai Popescu (1):
>       ASoC: core: fix invalid free of devm_ allocated data
>
> Wei Yongjun (2):
>       ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff()
>       ASoC: core: fix possible memory leak in snd_soc_bytes_put()
>
>  include/sound/soc-dapm.h            |    1 +
>  sound/soc/codecs/si476x.c           |    1 +
>  sound/soc/codecs/wm_adsp.c          |    5 +++--
>  sound/soc/fsl/imx-ssi.c             |    5 +++++
>  sound/soc/fsl/pcm030-audio-fabric.c |    2 +-
>  sound/soc/sh/dma-sh7760.c           |    4 ++--
>  sound/soc/soc-core.c                |    8 ++++----
>  sound/soc/soc-dapm.c                |   14 ++++++++++++++
>  sound/soc/spear/spear_pcm.c         |   12 ++++++------
>  9 files changed, 37 insertions(+), 15 deletions(-)
>  mode change 100755 => 100644 include/sound/max98090.h
>  mode change 100755 => 100644 sound/soc/codecs/max98090.c
>  mode change 100755 => 100644 sound/soc/codecs/max98090.h
>

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

* Re: ASoC updates for v3.9
  2013-03-26 14:30 ASoC updates for v3.9 Mark Brown
  2013-03-29  8:38 ` Takashi Iwai
@ 2013-04-02  9:45 ` Takashi Iwai
  1 sibling, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-04-02  9:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 26 Mar 2013 14:30:05 +0000,
Mark Brown wrote:
> 
> The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
> 
>   Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.9-rc4
> 
> for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:
> 
>   Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26 14:08:07 +0000)
> 
> ----------------------------------------------------------------
> 
> ASoC: Fixes for v3.9
> 
> A few more fixes here and there, including quite a few nasty driver
> specific ones, but nothing that has a major general impact.

Pulled now.


Takashi


> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case
> 
> Joe Perches (1):
>       ASoC:: max98090: Remove executable bit
> 
> Lars-Peter Clausen (2):
>       ASoC: spear_pcm: Update to new pcm_new() API
>       ASoC: dma-sh7760: Fix compile error
> 
> Mark Brown (9):
>       ASoC: dapm: Fix handling of loops
>       Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/core' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/sh' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/spear' into asoc-next
> 
> Markus Pargmann (1):
>       ASoC: pcm030 audio fabric: remove __init from probe
> 
> Peter Ujfalusi (1):
>       ASoC: dapm: Fix pointer dereference in is_connected_output_ep()
> 
> Sascha Hauer (1):
>       ASoC: imx-ssi: Fix occasional AC97 reset failure
> 
> Silviu-Mihai Popescu (1):
>       ASoC: core: fix invalid free of devm_ allocated data
> 
> Wei Yongjun (2):
>       ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff()
>       ASoC: core: fix possible memory leak in snd_soc_bytes_put()
> 
>  include/sound/soc-dapm.h            |    1 +
>  sound/soc/codecs/si476x.c           |    1 +
>  sound/soc/codecs/wm_adsp.c          |    5 +++--
>  sound/soc/fsl/imx-ssi.c             |    5 +++++
>  sound/soc/fsl/pcm030-audio-fabric.c |    2 +-
>  sound/soc/sh/dma-sh7760.c           |    4 ++--
>  sound/soc/soc-core.c                |    8 ++++----
>  sound/soc/soc-dapm.c                |   14 ++++++++++++++
>  sound/soc/spear/spear_pcm.c         |   12 ++++++------
>  9 files changed, 37 insertions(+), 15 deletions(-)
>  mode change 100755 => 100644 include/sound/max98090.h
>  mode change 100755 => 100644 sound/soc/codecs/max98090.c
>  mode change 100755 => 100644 sound/soc/codecs/max98090.h

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

* Re: ASoC updates for v3.9
  2013-03-07  7:43 Mark Brown
@ 2013-03-07  8:23 ` Takashi Iwai
  0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-03-07  8:23 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 7 Mar 2013 15:43:20 +0800,
Mark Brown wrote:
> 
> The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
> 
>   Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.9-rc1
> 
> for you to fetch changes up to f73c06dc2cbf1ddf1c92f05f9843f923c8c69529:
> 
>   Merge remote-tracking branch 'asoc/fix/wm8960' into tmp (2013-03-07 14:29:43 +0800)
> 
> ----------------------------------------------------------------
> 
> ASoC: Updates for v3.9
> 
> A few driver fixes, none of them terribly dramatic.

Pulled now.  Thanks.


Takashi

> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()
> 
> Charles Keepax (2):
>       ASoC: wm5102: Correct OUT2 volume and switch names
>       ASoC: wm5110: Correct OUT2/3 volume and switch names
> 
> Mark Brown (7):
>       ASoC: wm8960: Correct register 0 and 1 defaults
>       ASoC: wm8960: Fix ADC power bits
>       ASoC: wm5102: Apply a SYSCLK patch for later revs
>       Merge remote-tracking branch 'asoc/fix/arizona' into tmp
>       Merge remote-tracking branch 'asoc/fix/tegra' into tmp
>       Merge remote-tracking branch 'asoc/fix/wm8350' into tmp
>       Merge remote-tracking branch 'asoc/fix/wm8960' into tmp
> 
> Stephen Warren (1):
>       ASoC: tegra: fix I2S bit count mask
> 
>  sound/soc/codecs/wm5102.c     |   15 +++++++++++++--
>  sound/soc/codecs/wm5110.c     |   16 ++++++++--------
>  sound/soc/codecs/wm8350.c     |    4 ++--
>  sound/soc/codecs/wm8960.c     |    8 ++++----
>  sound/soc/tegra/tegra20_i2s.h |    2 +-
>  sound/soc/tegra/tegra30_i2s.h |    2 +-
>  6 files changed, 29 insertions(+), 18 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

* ASoC updates for v3.9
@ 2013-03-07  7:43 Mark Brown
  2013-03-07  8:23 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2013-03-07  7:43 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

  Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.9-rc1

for you to fetch changes up to f73c06dc2cbf1ddf1c92f05f9843f923c8c69529:

  Merge remote-tracking branch 'asoc/fix/wm8960' into tmp (2013-03-07 14:29:43 +0800)

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

ASoC: Updates for v3.9

A few driver fixes, none of them terribly dramatic.

----------------------------------------------------------------
Axel Lin (1):
      ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()

Charles Keepax (2):
      ASoC: wm5102: Correct OUT2 volume and switch names
      ASoC: wm5110: Correct OUT2/3 volume and switch names

Mark Brown (7):
      ASoC: wm8960: Correct register 0 and 1 defaults
      ASoC: wm8960: Fix ADC power bits
      ASoC: wm5102: Apply a SYSCLK patch for later revs
      Merge remote-tracking branch 'asoc/fix/arizona' into tmp
      Merge remote-tracking branch 'asoc/fix/tegra' into tmp
      Merge remote-tracking branch 'asoc/fix/wm8350' into tmp
      Merge remote-tracking branch 'asoc/fix/wm8960' into tmp

Stephen Warren (1):
      ASoC: tegra: fix I2S bit count mask

 sound/soc/codecs/wm5102.c     |   15 +++++++++++++--
 sound/soc/codecs/wm5110.c     |   16 ++++++++--------
 sound/soc/codecs/wm8350.c     |    4 ++--
 sound/soc/codecs/wm8960.c     |    8 ++++----
 sound/soc/tegra/tegra20_i2s.h |    2 +-
 sound/soc/tegra/tegra30_i2s.h |    2 +-
 6 files changed, 29 insertions(+), 18 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] 9+ messages in thread

* Re: ASoC updates for v3.9
  2013-02-15 17:15 Mark Brown
@ 2013-02-17  8:27 ` Takashi Iwai
  0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-02-17  8:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 15 Feb 2013 17:15:05 +0000,
Mark Brown wrote:
> 
> The following changes since commit 699ba4546cfe3f4eee73aff4f307bf16362f9232:
> 
>   Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next (2013-02-11 11:06:55 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.9-updates
> 
> for you to fetch changes up to 54759313ececcbd07e43fad75e0683e39a1f2a25:
> 
>   Merge remote-tracking branch 'asoc/topic/da7213' into asoc-next (2013-02-14 17:28:00 +0000)
> 
> ----------------------------------------------------------------
> 
> ASoC: Final updates for v3.9
> 
> A few more updates from the past week - a new driver from Dialog and
> some small fixes and tweaks.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Adam Thomson (1):
>       ASoC: codecs: Add da7213 codec
> 
> Fabio Estevam (1):
>       ASoC: fsl: imx-audmux: Fix sparse warning
> 
> Mark Brown (6):
>       ASoC: wm8994: Fix variable double use
>       ASoC: arizona: Automatically manage input mutes
>       Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/da7213' into asoc-next
> 
> Sebastien Guiriec (1):
>       ASoC: omap-mcpdm: Remove useless ressource get.
> 
>  include/sound/da7213.h      |   52 ++
>  sound/soc/codecs/Kconfig    |    4 +
>  sound/soc/codecs/Makefile   |    2 +
>  sound/soc/codecs/arizona.c  |   17 +
>  sound/soc/codecs/da7213.c   | 1599 +++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/da7213.h   |  523 ++++++++++++++
>  sound/soc/codecs/wm5102.c   |   13 -
>  sound/soc/codecs/wm5110.c   |   17 -
>  sound/soc/codecs/wm8994.c   |   10 +-
>  sound/soc/fsl/imx-audmux.c  |    2 +-
>  sound/soc/omap/omap-mcpdm.c |    4 -
>  11 files changed, 2203 insertions(+), 40 deletions(-)
>  create mode 100644 include/sound/da7213.h
>  create mode 100644 sound/soc/codecs/da7213.c
>  create mode 100644 sound/soc/codecs/da7213.h
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

* ASoC updates for v3.9
@ 2013-02-15 17:15 Mark Brown
  2013-02-17  8:27 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2013-02-15 17:15 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 699ba4546cfe3f4eee73aff4f307bf16362f9232:

  Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next (2013-02-11 11:06:55 +0000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.9-updates

for you to fetch changes up to 54759313ececcbd07e43fad75e0683e39a1f2a25:

  Merge remote-tracking branch 'asoc/topic/da7213' into asoc-next (2013-02-14 17:28:00 +0000)

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

ASoC: Final updates for v3.9

A few more updates from the past week - a new driver from Dialog and
some small fixes and tweaks.

----------------------------------------------------------------
Adam Thomson (1):
      ASoC: codecs: Add da7213 codec

Fabio Estevam (1):
      ASoC: fsl: imx-audmux: Fix sparse warning

Mark Brown (6):
      ASoC: wm8994: Fix variable double use
      ASoC: arizona: Automatically manage input mutes
      Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
      Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-next
      Merge remote-tracking branch 'asoc/topic/da7213' into asoc-next

Sebastien Guiriec (1):
      ASoC: omap-mcpdm: Remove useless ressource get.

 include/sound/da7213.h      |   52 ++
 sound/soc/codecs/Kconfig    |    4 +
 sound/soc/codecs/Makefile   |    2 +
 sound/soc/codecs/arizona.c  |   17 +
 sound/soc/codecs/da7213.c   | 1599 +++++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/da7213.h   |  523 ++++++++++++++
 sound/soc/codecs/wm5102.c   |   13 -
 sound/soc/codecs/wm5110.c   |   17 -
 sound/soc/codecs/wm8994.c   |   10 +-
 sound/soc/fsl/imx-audmux.c  |    2 +-
 sound/soc/omap/omap-mcpdm.c |    4 -
 11 files changed, 2203 insertions(+), 40 deletions(-)
 create mode 100644 include/sound/da7213.h
 create mode 100644 sound/soc/codecs/da7213.c
 create mode 100644 sound/soc/codecs/da7213.h

[-- 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] 9+ messages in thread

* Re: ASoC updates for v3.9
  2013-02-11 12:45 Mark Brown
@ 2013-02-11 13:20 ` Takashi Iwai
  0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-02-11 13:20 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 11 Feb 2013 12:45:06 +0000,
Mark Brown wrote:
> 
> The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39:
> 
>   Linux 3.8-rc7 (2013-02-09 08:20:39 +1100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.9
> 
> for you to fetch changes up to 699ba4546cfe3f4eee73aff4f307bf16362f9232:
> 
>   Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next (2013-02-11 11:06:55 +0000)
> 
> ----------------------------------------------------------------
> 
> ASoC: Updates for v3.9
> 
> A fairly quiet release for ASoC:
> 
> - Support for a wider range of hardware in the compressed stream code.
> - The ability to mute capture streams as well as playback streams while
>   inactive.
> - DT support for AK4642, FSI, Samsung I2S and WM8962.
> - AC'97 support for Tegra.
> - New driver for max98090, replacing the stub which was there.
> 
> Due to dependencies we've also got support for asynchronous I/O in regmap
> and DTification of DMA support for Samsung platforms (used only by the
> I2S driver and SPI) merged here as well.

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Alexey Galakhov (1):
>       ASoC: samsung: Fix compilation error on S3C2440
> 
> Andrey Smirnov (2):
>       regmap: Add provisions to have user-defined read operation
>       regmap: Add provisions to have user-defined write operation
> 
> Axel Lin (2):
>       ASoC: cs42l52: Convert to devm_input_allocate_device()
>       regmap: Export regmap_async_complete_cb
> 
> Benoît Thébaudeau (1):
>       ASoC: tlv320aic3x: Remove mono support
> 
> Bo Shen (4):
>       ASoC: atmel_pcm: make it buildable as module
>       ASoC: atmel_ssc_dai: remove error set private data
>       ASoC: atmel_ssc_dai: correct sequence when unload
>       ASoC: sam9g20_wm8731: disable clock and correct sequence when unload
> 
> Charles Keepax (5):
>       ASoC: wm_adsp: Release firmware on error
>       ASoC: soc-compress: Add missing brackets around else
>       ASoC: soc-compress: Serialise compressed ops
>       ASoC: soc-compress: Initialise delayed work to power down audio
>       ASoC: soc-compress: Add support for not memory mapped DSPs
> 
> Chris Rattray (6):
>       ASoC: wm_adsp: Set ADSP1 clock rate to match sys clock
>       ASoC: wm2200: Set system clock control register is adsp structs
>       ASoC: wm2200: Add Rx ANC input select control
>       ASoC: wm2200: correct IN2L and IN3L digital mute
>       ASoC: wm2200: Provide platform data for MICBIAS configuration
>       ASoC: wm_adsp: round to 4-byte boundary for coeff file blocks
> 
> Chuansheng Liu (1):
>       ASoC: core: giving WARN when device starting from non-off bias with idle_bias_off
> 
> Dan Carpenter (2):
>       ASoC: pcm: delete some dead code
>       ASoC: dwc: fix support for more than two channels
> 
> Daniel Mack (1):
>       ALSA: ASoC: cs4271: add optional soft reset workaround
> 
> Fabio Estevam (6):
>       ASoC: wm8962: Add device tree support
>       ASoC: wm8804: Remove redundant check
>       ASoC: wm8993: Refactor set_pll code to avoid GCC warnings
>       ASoC: wm8985: Refactor set_pll code to avoid gcc warnings
>       ASoC: mxs-saif: Remove platform data
>       ASoC: mxs-saif: Use a signed integer for error value
> 
> Hebbar Gururaja (1):
>       ASoC: tlv320aic3x: Convert mic bias to a supply widget
> 
> Jerry Wong (2):
>       ASoC: Replace max98090 Device Driver
>       ASoC: Replace max98090 Device Driver
> 
> Joachim Eastwood (2):
>       ASoC: atmel-ssc: make it buildable on other architectures
>       ASoC: atmel-soc: make it buildable on other architectures
> 
> Kuninori Morimoto (12):
>       ASoC: fsi: remove platform depended .set_rate() callback support
>       ASoC: fsi: remove SH_FSI_xxx_INV flags
>       ASoC: fsi: cleanup sh_fsi.h
>       ASoC: simple-card: use struct device pointer for dev_xxx()
>       ASoC: fsi: don't use platform info pointer on probe()
>       ASoC: ak4642: add Device Tree support
>       ASoC: simple-card: add asoc_simple_dai for initializing
>       ASoC: fsi: add device tree support
>       ASoC: SND_SOC_DAIFMT_NB_NF become 0 as default settings
>       ASoC: add snd_soc_of_parse_daifmt() for DeviceTree
>       ASoC: SND_SOC_DAIFMT_GATED become 0 as default settings
>       ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()
> 
> Lars-Peter Clausen (1):
>       ASoC: Constify ops and compr_ops fields of snd_soc_dai_link
> 
> Lee Jones (1):
>       ASoC: Ux500: Fix build error pertaining to missing include file
> 
> Lucas Stach (4):
>       ASoC: tegra: add function to set ac97 rate
>       ASoC: tegra: setup DAP3<->DAC3 connection by default
>       ASoC: tegra: add ac97 host driver
>       ASoC: tegra: add tegra machine driver using wm9712 codec
> 
> Mark Brown (97):
>       ASoC: wm8962: Convert to devm_input_allocate_device()
>       ASoC: wm8962: Unconditionally wait for the FLL to lock
>       ASoC: wm5102: Split input PGA controls
>       ASoC: wm5110: Split input PGA controls
>       ASoC: arizona: Add noise gate hold time enumeration
>       ASoC: wm5102: Add noise gate control
>       ASoC: wm5110: Add noise gate control
>       ASoC: arizona: Implement tristate support
>       ASoC: wm2000: Integrate with clock API
>       ASoC: wm2000: Use clock API integration to configure MCLK divisor
>       Merge branch 'asoc-fix-cs4271' into asoc-cs4271
>       ASoC: wm5102: Implement routing and power management for ISRCs
>       ASoC: arizona: Allow runtime reconfiguration of the output mode
>       Merge branch 'fix/arizona' of git://git.kernel.org/.../broonie/sound into asoc-arizona
>       ASoC: arizona: Factor out rate selection code
>       Merge remote-tracking branch 'asoc/fix/pxa' into asoc-pxa
>       ASoC: wm_adsp: Add support for parsing algorithms
>       ASoC: wm_adsp: Factor out calculation of memory base addresses
>       ASoC: wm_asdp: Validate sanity of algorithm count
>       ASoC: wm_adsp: Implement support for algorithm-specific coefficient blocks
>       ASoC: wm_adsp: Add basic firmware selection support
>       Merge remote-tracking branch 'asoc/topic/adsp' into asoc-arizona
>       Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizona
>       Merge branch 'topic/fsi' of git://git.kernel.org/.../broonie/sound into asoc-simple-card
>       ASoC: wm_adsp: Add initialisation function for ADSP1
>       Merge remote-tracking branch 'asoc/topic/adsp' into asoc-wm2200
>       ASoC: wm2200: Initialise the ADSPs
>       ASoC: arizona: Don't request FLL lock IRQ
>       Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizona
>       ASoC: wm_adsp: Implement support for coefficeint file format 1
>       ASoC: wm2200: Add controls for firmware enumeration
>       ASoC: wm5102: Add controls for firmware selection
>       Merge remote-tracking branch 'asoc/topic/adsp' into asoc-wm2200
>       ASoC: wm5100: Implement DRC, EQ and LHPF coefficient configuration
>       ASoC: wm2200: Implement EQ and LHPF coefficient configuration
>       ASoC: wm_adsp: Make region identification errors more informative
>       ASoC: wm_adsp: Use GFP_DMA for algorithm readback
>       ASoC: arizona: Support clearing clocks
>       Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adsp
>       ASoC: wm_adsp: Provide explicit trace of coefficient writes
>       ASoC: arizona: Allow number of channels clocked to be restricted
>       ASoC: core: Ensure SND_SOC_BYTES writes are from DMA safe memory
>       ASoC: wm_adsp: Correct handling of some coefficeint blocks
>       ASoC: wm2000: Expose some additional registers
>       ASoC: wm_adsp: Add speaker Tx as a firmware option
>       ASoC: wm_adsp: Accept 0 as a parameter block address
>       ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is halted
>       Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adsp
>       regmap: Add asynchronous I/O support
>       regmap: spi: Support asynchronous I/O for SPI
>       ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higher
>       ASoC: wm2000: Lock state machine updates
>       ASoC: wm2000: Expose ANC gain adjustment
>       Merge tag 'async' of git://git.kernel.org/.../broonie/regmap into asoc-adsp
>       ASoC: wm_adsp: Use asynchronous I/O to write firmware and coefficients
>       regmap: Export regmap_async_complete()
>       Merge tag 'async' of git://git.kernel.org/.../broonie/regmap into asoc-adsp
>       ASoC: arizona: Fix debug logging level for FLLs and AIFs
>       ASoC: compress: Only mute playback streams
>       ASoC: core: Allow digital mute for capture
>       Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/arizona' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/davinci' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/dwc' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/ux500' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/wm2000' into asoc-next
>       Merge remote-tracking branch 'asoc/fix/wm2200' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/compress' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/core' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/cs42l52' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/of' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/pxa' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/simple-card' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/tlv320dac33' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/twl' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm5100' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next
> 
> Michal Bachraty (1):
>       ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playback
> 
> Mike Dunn (3):
>       ASoC: palm27x: fix widgets and routes in dai_link init
>       ASoC: palm27x: register card in platform_driver probe
>       ALSA: pxa27x: rename pxa27x_assert_ac97reset()
> 
> Misael Lopez Cruz (1):
>       ASoC: twl6040: Convert PLUGINT to no-suspend irq
> 
> Padmavathi Venna (10):
>       ASoC: samsung: Rename samsung i2s secondary device name
>       ASoC: Samsung: Add I2S S/W RST in startup function
>       ASoC: samsung: Add DT support for i2s
>       ARM: SAMSUNG: Make dma request compatible to generic dma bindings.
>       spi: s3c64xx: Modify SPI driver to use generic DMA DT support
>       ARM: dts: Add nodes for i2s controllers for Samsung Exynos5 platforms
>       ARM: EXYNOS: Enable platform support for I2S controllers
>       ASoC: SMDK: WM8994: Add device tree support for machine file
>       ARM: dts: Modify SPI nodes according generic DMA DT bindings
>       ASoC: Samsung: Update Kconfig for I2S,SPDIF and PCM audio
> 
> Peter Ujfalusi (15):
>       ASoC: twl4030: Correct the support for Voice port
>       ASoC: zoom2: No need to configure the Voice port anymore
>       ASoC: sdp3430: No need to configure the Voice port anymore
>       ASoC: twl4030: Convert MICBIAS to SUPPLY widget
>       ASoC: twl4030: Configure extmute pinmux when the dedicated pin is in use
>       ASoC: sdp3430: No need to configure pin mux for extmute
>       ASoC: omap-twl4030: Add support for routing, voice port and jack detect
>       ASoC: OMAP: Remove obsolete machine drivers for Zoom2 and SDP3430
>       ASoC: twl4030: Remove suspend/resume soc driver operations
>       ASoC: twl6040: Only set the bias_level once in twl6040_resume()
>       ASoC: twl6040: Convert to use devm_* when possible
>       ASoC: twl6040: Switch to use system workqueue for jack reporting
>       ASoC: twl6040: Remove leftover code from hs/hf ramp implementation
>       ASoC: tlv320dac33: Remove suspend/resume soc driver operations
>       ASoC: omap-pcm: No need to set constraint at open time
> 
> R. Chandrasekar (1):
>       ASoC: Samsung: I2S: Add support for runtime S2R
> 
> Ricardo Neri (1):
>       ASoC: OMAP: HDMI: Initialize IEC-60958 channel status word
> 
> Ryo Tsutsui (1):
>       ASoC: arizona: Fixed a bug in FLL fractional calculation
> 
> Sachin Kamat (4):
>       ASoC: tegra_wm9712: Remove __devinitconst attribute
>       ASoC: tegra20_ac97: Remove __devinitconst attribute
>       ASoC: tegra: Use NULL instead of 0 for pointers
>       ASoC: tegra: Staticize some functions in tegra30_i2s.c
> 
> Stephen Rothwell (1):
>       ASoC: ak4642: remove __devinitconst annotation
> 
> Stephen Warren (1):
>       regmap: include linux/sched.h to fix build
> 
> Tejun Heo (1):
>       ASoC: wm8350: don't use [delayed_]work_pending()
> 
> Thierry Reding (1):
>       ASoC: fsi: Remove __devinitconst
> 
>  Documentation/devicetree/bindings/sound/ak4642.txt |   17 +
>  Documentation/devicetree/bindings/sound/cs4271.txt |   12 +
>  .../bindings/sound/nvidia,tegra-audio-wm9712.txt   |   51 +
>  .../bindings/sound/nvidia,tegra20-ac97.txt         |   22 +
>  .../devicetree/bindings/sound/omap-twl4030.txt     |   46 +
>  .../devicetree/bindings/sound/renesas,fsi.txt      |   26 +
>  .../bindings/sound/samsung,smdk-wm8994.txt         |   14 +
>  .../devicetree/bindings/sound/samsung-i2s.txt      |   63 +
>  .../devicetree/bindings/sound/tlv320aic3x.txt      |    6 +
>  Documentation/devicetree/bindings/sound/wm8962.txt |   16 +
>  arch/arm/boot/dts/exynos5250-smdk5250.dts          |   26 +
>  arch/arm/boot/dts/exynos5250.dtsi                  |   44 +-
>  arch/arm/mach-exynos/mach-exynos5-dt.c             |    6 +
>  arch/arm/mach-pxa/pxa27x.c                         |   20 +-
>  arch/arm/mach-shmobile/board-ap4evb.c              |   42 +-
>  arch/arm/mach-shmobile/board-armadillo800eva.c     |   34 +-
>  arch/arm/mach-shmobile/board-kzm9g.c               |   20 +-
>  arch/arm/mach-shmobile/board-mackerel.c            |   42 +-
>  arch/arm/plat-samsung/dma-ops.c                    |   10 +-
>  arch/arm/plat-samsung/include/plat/dma-ops.h       |    3 +-
>  arch/arm/plat-samsung/s3c-dma-ops.c                |    3 +-
>  arch/sh/boards/mach-ecovec24/setup.c               |   27 +-
>  arch/sh/boards/mach-se/7724/setup.c                |   29 +-
>  drivers/base/regmap/internal.h                     |   18 +
>  drivers/base/regmap/regmap-spi.c                   |   52 +
>  drivers/base/regmap/regmap.c                       |  301 ++-
>  drivers/misc/Kconfig                               |    2 +-
>  drivers/misc/atmel-ssc.c                           |    2 +-
>  drivers/spi/spi-s3c64xx.c                          |   77 +-
>  include/linux/mfd/arizona/pdata.h                  |    9 +
>  include/linux/regmap.h                             |   28 +
>  include/sound/cs4271.h                             |   15 +
>  include/sound/max98090.h                           |   29 +
>  include/sound/saif.h                               |   16 -
>  include/sound/sh_fsi.h                             |   70 +-
>  include/sound/simple_card.h                        |   12 +-
>  include/sound/soc-dai.h                            |    8 +-
>  include/sound/soc.h                                |    6 +-
>  include/sound/tlv320aic3x.h                        |   10 +
>  include/sound/wm2000.h                             |    3 -
>  include/sound/wm2200.h                             |   22 +-
>  sound/arm/pxa2xx-ac97-lib.c                        |    8 +-
>  sound/soc/atmel/Kconfig                            |    6 +-
>  sound/soc/atmel/atmel-pcm-pdc.c                    |    4 +-
>  sound/soc/atmel/atmel-pcm.c                        |    2 +-
>  sound/soc/atmel/atmel-pcm.h                        |    6 +-
>  sound/soc/atmel/atmel_ssc_dai.c                    |   14 +-
>  sound/soc/atmel/sam9g20_wm8731.c                   |    6 +-
>  sound/soc/codecs/ak4642.c                          |   33 +-
>  sound/soc/codecs/arizona.c                         |  247 +-
>  sound/soc/codecs/arizona.h                         |    8 +-
>  sound/soc/codecs/cs4271.c                          |   34 +
>  sound/soc/codecs/cs42l52.c                         |    4 +-
>  sound/soc/codecs/max98090.c                        | 2685 ++++++++++++++++----
>  sound/soc/codecs/max98090.h                        | 1549 +++++++++++
>  sound/soc/codecs/tlv320aic3x.c                     |   87 +-
>  sound/soc/codecs/tlv320aic3x.h                     |    4 +
>  sound/soc/codecs/tlv320dac33.c                     |   16 -
>  sound/soc/codecs/twl4030.c                         |   85 +-
>  sound/soc/codecs/twl6040.c                         |   62 +-
>  sound/soc/codecs/wm2000.c                          |   66 +-
>  sound/soc/codecs/wm2000.h                          |    3 +
>  sound/soc/codecs/wm2200.c                          |   62 +-
>  sound/soc/codecs/wm5100.c                          |   13 +
>  sound/soc/codecs/wm5102.c                          |  172 +-
>  sound/soc/codecs/wm5110.c                          |  111 +-
>  sound/soc/codecs/wm8350.c                          |   10 +-
>  sound/soc/codecs/wm8804.c                          |    3 -
>  sound/soc/codecs/wm8962.c                          |   37 +-
>  sound/soc/codecs/wm8983.c                          |   41 +-
>  sound/soc/codecs/wm8985.c                          |   43 +-
>  sound/soc/codecs/wm_adsp.c                         |  525 +++-
>  sound/soc/codecs/wm_adsp.h                         |   18 +
>  sound/soc/codecs/wmfw.h                            |   15 +-
>  sound/soc/davinci/davinci-evm.c                    |    6 +-
>  sound/soc/davinci/davinci-mcasp.c                  |    2 +-
>  sound/soc/dwc/designware_i2s.c                     |    4 +
>  sound/soc/generic/simple-card.c                    |   63 +-
>  sound/soc/mxs/mxs-saif.c                           |   49 +-
>  sound/soc/omap/Kconfig                             |   19 +-
>  sound/soc/omap/Makefile                            |    4 -
>  sound/soc/omap/n810.c                              |    4 +-
>  sound/soc/omap/omap-hdmi.c                         |    2 +
>  sound/soc/omap/omap-pcm.c                          |   14 +-
>  sound/soc/omap/omap-twl4030.c                      |  204 +-
>  sound/soc/omap/omap3pandora.c                      |    8 +-
>  sound/soc/omap/rx51.c                              |    8 +-
>  sound/soc/omap/sdp3430.c                           |  278 --
>  sound/soc/omap/zoom2.c                             |  207 --
>  sound/soc/pxa/palm27x.c                            |   38 +-
>  sound/soc/samsung/Kconfig                          |    6 +-
>  sound/soc/samsung/dma.c                            |    3 +-
>  sound/soc/samsung/dma.h                            |    1 +
>  sound/soc/samsung/i2s.c                            |  267 +-
>  sound/soc/samsung/i2s.h                            |    7 -
>  sound/soc/samsung/s3c24xx-i2s.c                    |    2 +-
>  sound/soc/samsung/smdk_wm8580.c                    |    7 +-
>  sound/soc/samsung/smdk_wm8994.c                    |   30 +-
>  sound/soc/sh/fsi.c                                 |  242 +-
>  sound/soc/soc-compress.c                           |  123 +-
>  sound/soc/soc-core.c                               |  135 +-
>  sound/soc/soc-dapm.c                               |    6 +-
>  sound/soc/soc-pcm.c                                |   19 +-
>  sound/soc/tegra/Kconfig                            |   19 +
>  sound/soc/tegra/Makefile                           |    4 +
>  sound/soc/tegra/tegra20_ac97.c                     |  480 ++++
>  sound/soc/tegra/tegra20_ac97.h                     |   95 +
>  sound/soc/tegra/tegra20_das.c                      |   13 +
>  sound/soc/tegra/tegra30_ahub.c                     |    4 +-
>  sound/soc/tegra/tegra30_i2s.c                      |    4 +-
>  sound/soc/tegra/tegra_asoc_utils.c                 |   53 +
>  sound/soc/tegra/tegra_asoc_utils.h                 |    1 +
>  sound/soc/tegra/tegra_wm9712.c                     |  176 ++
>  sound/soc/ux500/mop500.c                           |    2 +-
>  114 files changed, 7824 insertions(+), 2023 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/ak4642.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra20-ac97.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/renesas,fsi.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/samsung-i2s.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/wm8962.txt
>  create mode 100755 include/sound/max98090.h
>  delete mode 100644 include/sound/saif.h
>  mode change 100644 => 100755 sound/soc/codecs/max98090.c
>  create mode 100755 sound/soc/codecs/max98090.h
>  delete mode 100644 sound/soc/omap/sdp3430.c
>  delete mode 100644 sound/soc/omap/zoom2.c
>  create mode 100644 sound/soc/tegra/tegra20_ac97.c
>  create mode 100644 sound/soc/tegra/tegra20_ac97.h
>  create mode 100644 sound/soc/tegra/tegra_wm9712.c
> [2 Digital signature <application/pgp-signature (7bit)>]
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* ASoC updates for v3.9
@ 2013-02-11 12:45 Mark Brown
  2013-02-11 13:20 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2013-02-11 12:45 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39:

  Linux 3.8-rc7 (2013-02-09 08:20:39 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.9

for you to fetch changes up to 699ba4546cfe3f4eee73aff4f307bf16362f9232:

  Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next (2013-02-11 11:06:55 +0000)

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

ASoC: Updates for v3.9

A fairly quiet release for ASoC:

- Support for a wider range of hardware in the compressed stream code.
- The ability to mute capture streams as well as playback streams while
  inactive.
- DT support for AK4642, FSI, Samsung I2S and WM8962.
- AC'97 support for Tegra.
- New driver for max98090, replacing the stub which was there.

Due to dependencies we've also got support for asynchronous I/O in regmap
and DTification of DMA support for Samsung platforms (used only by the
I2S driver and SPI) merged here as well.

----------------------------------------------------------------
Alexey Galakhov (1):
      ASoC: samsung: Fix compilation error on S3C2440

Andrey Smirnov (2):
      regmap: Add provisions to have user-defined read operation
      regmap: Add provisions to have user-defined write operation

Axel Lin (2):
      ASoC: cs42l52: Convert to devm_input_allocate_device()
      regmap: Export regmap_async_complete_cb

Benoît Thébaudeau (1):
      ASoC: tlv320aic3x: Remove mono support

Bo Shen (4):
      ASoC: atmel_pcm: make it buildable as module
      ASoC: atmel_ssc_dai: remove error set private data
      ASoC: atmel_ssc_dai: correct sequence when unload
      ASoC: sam9g20_wm8731: disable clock and correct sequence when unload

Charles Keepax (5):
      ASoC: wm_adsp: Release firmware on error
      ASoC: soc-compress: Add missing brackets around else
      ASoC: soc-compress: Serialise compressed ops
      ASoC: soc-compress: Initialise delayed work to power down audio
      ASoC: soc-compress: Add support for not memory mapped DSPs

Chris Rattray (6):
      ASoC: wm_adsp: Set ADSP1 clock rate to match sys clock
      ASoC: wm2200: Set system clock control register is adsp structs
      ASoC: wm2200: Add Rx ANC input select control
      ASoC: wm2200: correct IN2L and IN3L digital mute
      ASoC: wm2200: Provide platform data for MICBIAS configuration
      ASoC: wm_adsp: round to 4-byte boundary for coeff file blocks

Chuansheng Liu (1):
      ASoC: core: giving WARN when device starting from non-off bias with idle_bias_off

Dan Carpenter (2):
      ASoC: pcm: delete some dead code
      ASoC: dwc: fix support for more than two channels

Daniel Mack (1):
      ALSA: ASoC: cs4271: add optional soft reset workaround

Fabio Estevam (6):
      ASoC: wm8962: Add device tree support
      ASoC: wm8804: Remove redundant check
      ASoC: wm8993: Refactor set_pll code to avoid GCC warnings
      ASoC: wm8985: Refactor set_pll code to avoid gcc warnings
      ASoC: mxs-saif: Remove platform data
      ASoC: mxs-saif: Use a signed integer for error value

Hebbar Gururaja (1):
      ASoC: tlv320aic3x: Convert mic bias to a supply widget

Jerry Wong (2):
      ASoC: Replace max98090 Device Driver
      ASoC: Replace max98090 Device Driver

Joachim Eastwood (2):
      ASoC: atmel-ssc: make it buildable on other architectures
      ASoC: atmel-soc: make it buildable on other architectures

Kuninori Morimoto (12):
      ASoC: fsi: remove platform depended .set_rate() callback support
      ASoC: fsi: remove SH_FSI_xxx_INV flags
      ASoC: fsi: cleanup sh_fsi.h
      ASoC: simple-card: use struct device pointer for dev_xxx()
      ASoC: fsi: don't use platform info pointer on probe()
      ASoC: ak4642: add Device Tree support
      ASoC: simple-card: add asoc_simple_dai for initializing
      ASoC: fsi: add device tree support
      ASoC: SND_SOC_DAIFMT_NB_NF become 0 as default settings
      ASoC: add snd_soc_of_parse_daifmt() for DeviceTree
      ASoC: SND_SOC_DAIFMT_GATED become 0 as default settings
      ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt()

Lars-Peter Clausen (1):
      ASoC: Constify ops and compr_ops fields of snd_soc_dai_link

Lee Jones (1):
      ASoC: Ux500: Fix build error pertaining to missing include file

Lucas Stach (4):
      ASoC: tegra: add function to set ac97 rate
      ASoC: tegra: setup DAP3<->DAC3 connection by default
      ASoC: tegra: add ac97 host driver
      ASoC: tegra: add tegra machine driver using wm9712 codec

Mark Brown (97):
      ASoC: wm8962: Convert to devm_input_allocate_device()
      ASoC: wm8962: Unconditionally wait for the FLL to lock
      ASoC: wm5102: Split input PGA controls
      ASoC: wm5110: Split input PGA controls
      ASoC: arizona: Add noise gate hold time enumeration
      ASoC: wm5102: Add noise gate control
      ASoC: wm5110: Add noise gate control
      ASoC: arizona: Implement tristate support
      ASoC: wm2000: Integrate with clock API
      ASoC: wm2000: Use clock API integration to configure MCLK divisor
      Merge branch 'asoc-fix-cs4271' into asoc-cs4271
      ASoC: wm5102: Implement routing and power management for ISRCs
      ASoC: arizona: Allow runtime reconfiguration of the output mode
      Merge branch 'fix/arizona' of git://git.kernel.org/.../broonie/sound into asoc-arizona
      ASoC: arizona: Factor out rate selection code
      Merge remote-tracking branch 'asoc/fix/pxa' into asoc-pxa
      ASoC: wm_adsp: Add support for parsing algorithms
      ASoC: wm_adsp: Factor out calculation of memory base addresses
      ASoC: wm_asdp: Validate sanity of algorithm count
      ASoC: wm_adsp: Implement support for algorithm-specific coefficient blocks
      ASoC: wm_adsp: Add basic firmware selection support
      Merge remote-tracking branch 'asoc/topic/adsp' into asoc-arizona
      Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizona
      Merge branch 'topic/fsi' of git://git.kernel.org/.../broonie/sound into asoc-simple-card
      ASoC: wm_adsp: Add initialisation function for ADSP1
      Merge remote-tracking branch 'asoc/topic/adsp' into asoc-wm2200
      ASoC: wm2200: Initialise the ADSPs
      ASoC: arizona: Don't request FLL lock IRQ
      Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizona
      ASoC: wm_adsp: Implement support for coefficeint file format 1
      ASoC: wm2200: Add controls for firmware enumeration
      ASoC: wm5102: Add controls for firmware selection
      Merge remote-tracking branch 'asoc/topic/adsp' into asoc-wm2200
      ASoC: wm5100: Implement DRC, EQ and LHPF coefficient configuration
      ASoC: wm2200: Implement EQ and LHPF coefficient configuration
      ASoC: wm_adsp: Make region identification errors more informative
      ASoC: wm_adsp: Use GFP_DMA for algorithm readback
      ASoC: arizona: Support clearing clocks
      Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adsp
      ASoC: wm_adsp: Provide explicit trace of coefficient writes
      ASoC: arizona: Allow number of channels clocked to be restricted
      ASoC: core: Ensure SND_SOC_BYTES writes are from DMA safe memory
      ASoC: wm_adsp: Correct handling of some coefficeint blocks
      ASoC: wm2000: Expose some additional registers
      ASoC: wm_adsp: Add speaker Tx as a firmware option
      ASoC: wm_adsp: Accept 0 as a parameter block address
      ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is halted
      Merge remote-tracking branch 'asoc/fix/adsp' into asoc-adsp
      regmap: Add asynchronous I/O support
      regmap: spi: Support asynchronous I/O for SPI
      ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higher
      ASoC: wm2000: Lock state machine updates
      ASoC: wm2000: Expose ANC gain adjustment
      Merge tag 'async' of git://git.kernel.org/.../broonie/regmap into asoc-adsp
      ASoC: wm_adsp: Use asynchronous I/O to write firmware and coefficients
      regmap: Export regmap_async_complete()
      Merge tag 'async' of git://git.kernel.org/.../broonie/regmap into asoc-adsp
      ASoC: arizona: Fix debug logging level for FLLs and AIFs
      ASoC: compress: Only mute playback streams
      ASoC: core: Allow digital mute for capture
      Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next
      Merge remote-tracking branch 'asoc/fix/arizona' into asoc-next
      Merge remote-tracking branch 'asoc/fix/davinci' into asoc-next
      Merge remote-tracking branch 'asoc/fix/dwc' into asoc-next
      Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next
      Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-next
      Merge remote-tracking branch 'asoc/fix/ux500' into asoc-next
      Merge remote-tracking branch 'asoc/fix/wm2000' into asoc-next
      Merge remote-tracking branch 'asoc/fix/wm2200' into asoc-next
      Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
      Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next
      Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next
      Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next
      Merge remote-tracking branch 'asoc/topic/compress' into asoc-next
      Merge remote-tracking branch 'asoc/topic/core' into asoc-next
      Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next
      Merge remote-tracking branch 'asoc/topic/cs42l52' into asoc-next
      Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next
      Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next
      Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next
      Merge remote-tracking branch 'asoc/topic/of' into asoc-next
      Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
      Merge remote-tracking branch 'asoc/topic/pxa' into asoc-next
      Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next
      Merge remote-tracking branch 'asoc/topic/simple-card' into asoc-next
      Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next
      Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next
      Merge remote-tracking branch 'asoc/topic/tlv320dac33' into asoc-next
      Merge remote-tracking branch 'asoc/topic/twl' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm5100' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-next
      Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next

Michal Bachraty (1):
      ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playback

Mike Dunn (3):
      ASoC: palm27x: fix widgets and routes in dai_link init
      ASoC: palm27x: register card in platform_driver probe
      ALSA: pxa27x: rename pxa27x_assert_ac97reset()

Misael Lopez Cruz (1):
      ASoC: twl6040: Convert PLUGINT to no-suspend irq

Padmavathi Venna (10):
      ASoC: samsung: Rename samsung i2s secondary device name
      ASoC: Samsung: Add I2S S/W RST in startup function
      ASoC: samsung: Add DT support for i2s
      ARM: SAMSUNG: Make dma request compatible to generic dma bindings.
      spi: s3c64xx: Modify SPI driver to use generic DMA DT support
      ARM: dts: Add nodes for i2s controllers for Samsung Exynos5 platforms
      ARM: EXYNOS: Enable platform support for I2S controllers
      ASoC: SMDK: WM8994: Add device tree support for machine file
      ARM: dts: Modify SPI nodes according generic DMA DT bindings
      ASoC: Samsung: Update Kconfig for I2S,SPDIF and PCM audio

Peter Ujfalusi (15):
      ASoC: twl4030: Correct the support for Voice port
      ASoC: zoom2: No need to configure the Voice port anymore
      ASoC: sdp3430: No need to configure the Voice port anymore
      ASoC: twl4030: Convert MICBIAS to SUPPLY widget
      ASoC: twl4030: Configure extmute pinmux when the dedicated pin is in use
      ASoC: sdp3430: No need to configure pin mux for extmute
      ASoC: omap-twl4030: Add support for routing, voice port and jack detect
      ASoC: OMAP: Remove obsolete machine drivers for Zoom2 and SDP3430
      ASoC: twl4030: Remove suspend/resume soc driver operations
      ASoC: twl6040: Only set the bias_level once in twl6040_resume()
      ASoC: twl6040: Convert to use devm_* when possible
      ASoC: twl6040: Switch to use system workqueue for jack reporting
      ASoC: twl6040: Remove leftover code from hs/hf ramp implementation
      ASoC: tlv320dac33: Remove suspend/resume soc driver operations
      ASoC: omap-pcm: No need to set constraint at open time

R. Chandrasekar (1):
      ASoC: Samsung: I2S: Add support for runtime S2R

Ricardo Neri (1):
      ASoC: OMAP: HDMI: Initialize IEC-60958 channel status word

Ryo Tsutsui (1):
      ASoC: arizona: Fixed a bug in FLL fractional calculation

Sachin Kamat (4):
      ASoC: tegra_wm9712: Remove __devinitconst attribute
      ASoC: tegra20_ac97: Remove __devinitconst attribute
      ASoC: tegra: Use NULL instead of 0 for pointers
      ASoC: tegra: Staticize some functions in tegra30_i2s.c

Stephen Rothwell (1):
      ASoC: ak4642: remove __devinitconst annotation

Stephen Warren (1):
      regmap: include linux/sched.h to fix build

Tejun Heo (1):
      ASoC: wm8350: don't use [delayed_]work_pending()

Thierry Reding (1):
      ASoC: fsi: Remove __devinitconst

 Documentation/devicetree/bindings/sound/ak4642.txt |   17 +
 Documentation/devicetree/bindings/sound/cs4271.txt |   12 +
 .../bindings/sound/nvidia,tegra-audio-wm9712.txt   |   51 +
 .../bindings/sound/nvidia,tegra20-ac97.txt         |   22 +
 .../devicetree/bindings/sound/omap-twl4030.txt     |   46 +
 .../devicetree/bindings/sound/renesas,fsi.txt      |   26 +
 .../bindings/sound/samsung,smdk-wm8994.txt         |   14 +
 .../devicetree/bindings/sound/samsung-i2s.txt      |   63 +
 .../devicetree/bindings/sound/tlv320aic3x.txt      |    6 +
 Documentation/devicetree/bindings/sound/wm8962.txt |   16 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |   26 +
 arch/arm/boot/dts/exynos5250.dtsi                  |   44 +-
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    6 +
 arch/arm/mach-pxa/pxa27x.c                         |   20 +-
 arch/arm/mach-shmobile/board-ap4evb.c              |   42 +-
 arch/arm/mach-shmobile/board-armadillo800eva.c     |   34 +-
 arch/arm/mach-shmobile/board-kzm9g.c               |   20 +-
 arch/arm/mach-shmobile/board-mackerel.c            |   42 +-
 arch/arm/plat-samsung/dma-ops.c                    |   10 +-
 arch/arm/plat-samsung/include/plat/dma-ops.h       |    3 +-
 arch/arm/plat-samsung/s3c-dma-ops.c                |    3 +-
 arch/sh/boards/mach-ecovec24/setup.c               |   27 +-
 arch/sh/boards/mach-se/7724/setup.c                |   29 +-
 drivers/base/regmap/internal.h                     |   18 +
 drivers/base/regmap/regmap-spi.c                   |   52 +
 drivers/base/regmap/regmap.c                       |  301 ++-
 drivers/misc/Kconfig                               |    2 +-
 drivers/misc/atmel-ssc.c                           |    2 +-
 drivers/spi/spi-s3c64xx.c                          |   77 +-
 include/linux/mfd/arizona/pdata.h                  |    9 +
 include/linux/regmap.h                             |   28 +
 include/sound/cs4271.h                             |   15 +
 include/sound/max98090.h                           |   29 +
 include/sound/saif.h                               |   16 -
 include/sound/sh_fsi.h                             |   70 +-
 include/sound/simple_card.h                        |   12 +-
 include/sound/soc-dai.h                            |    8 +-
 include/sound/soc.h                                |    6 +-
 include/sound/tlv320aic3x.h                        |   10 +
 include/sound/wm2000.h                             |    3 -
 include/sound/wm2200.h                             |   22 +-
 sound/arm/pxa2xx-ac97-lib.c                        |    8 +-
 sound/soc/atmel/Kconfig                            |    6 +-
 sound/soc/atmel/atmel-pcm-pdc.c                    |    4 +-
 sound/soc/atmel/atmel-pcm.c                        |    2 +-
 sound/soc/atmel/atmel-pcm.h                        |    6 +-
 sound/soc/atmel/atmel_ssc_dai.c                    |   14 +-
 sound/soc/atmel/sam9g20_wm8731.c                   |    6 +-
 sound/soc/codecs/ak4642.c                          |   33 +-
 sound/soc/codecs/arizona.c                         |  247 +-
 sound/soc/codecs/arizona.h                         |    8 +-
 sound/soc/codecs/cs4271.c                          |   34 +
 sound/soc/codecs/cs42l52.c                         |    4 +-
 sound/soc/codecs/max98090.c                        | 2685 ++++++++++++++++----
 sound/soc/codecs/max98090.h                        | 1549 +++++++++++
 sound/soc/codecs/tlv320aic3x.c                     |   87 +-
 sound/soc/codecs/tlv320aic3x.h                     |    4 +
 sound/soc/codecs/tlv320dac33.c                     |   16 -
 sound/soc/codecs/twl4030.c                         |   85 +-
 sound/soc/codecs/twl6040.c                         |   62 +-
 sound/soc/codecs/wm2000.c                          |   66 +-
 sound/soc/codecs/wm2000.h                          |    3 +
 sound/soc/codecs/wm2200.c                          |   62 +-
 sound/soc/codecs/wm5100.c                          |   13 +
 sound/soc/codecs/wm5102.c                          |  172 +-
 sound/soc/codecs/wm5110.c                          |  111 +-
 sound/soc/codecs/wm8350.c                          |   10 +-
 sound/soc/codecs/wm8804.c                          |    3 -
 sound/soc/codecs/wm8962.c                          |   37 +-
 sound/soc/codecs/wm8983.c                          |   41 +-
 sound/soc/codecs/wm8985.c                          |   43 +-
 sound/soc/codecs/wm_adsp.c                         |  525 +++-
 sound/soc/codecs/wm_adsp.h                         |   18 +
 sound/soc/codecs/wmfw.h                            |   15 +-
 sound/soc/davinci/davinci-evm.c                    |    6 +-
 sound/soc/davinci/davinci-mcasp.c                  |    2 +-
 sound/soc/dwc/designware_i2s.c                     |    4 +
 sound/soc/generic/simple-card.c                    |   63 +-
 sound/soc/mxs/mxs-saif.c                           |   49 +-
 sound/soc/omap/Kconfig                             |   19 +-
 sound/soc/omap/Makefile                            |    4 -
 sound/soc/omap/n810.c                              |    4 +-
 sound/soc/omap/omap-hdmi.c                         |    2 +
 sound/soc/omap/omap-pcm.c                          |   14 +-
 sound/soc/omap/omap-twl4030.c                      |  204 +-
 sound/soc/omap/omap3pandora.c                      |    8 +-
 sound/soc/omap/rx51.c                              |    8 +-
 sound/soc/omap/sdp3430.c                           |  278 --
 sound/soc/omap/zoom2.c                             |  207 --
 sound/soc/pxa/palm27x.c                            |   38 +-
 sound/soc/samsung/Kconfig                          |    6 +-
 sound/soc/samsung/dma.c                            |    3 +-
 sound/soc/samsung/dma.h                            |    1 +
 sound/soc/samsung/i2s.c                            |  267 +-
 sound/soc/samsung/i2s.h                            |    7 -
 sound/soc/samsung/s3c24xx-i2s.c                    |    2 +-
 sound/soc/samsung/smdk_wm8580.c                    |    7 +-
 sound/soc/samsung/smdk_wm8994.c                    |   30 +-
 sound/soc/sh/fsi.c                                 |  242 +-
 sound/soc/soc-compress.c                           |  123 +-
 sound/soc/soc-core.c                               |  135 +-
 sound/soc/soc-dapm.c                               |    6 +-
 sound/soc/soc-pcm.c                                |   19 +-
 sound/soc/tegra/Kconfig                            |   19 +
 sound/soc/tegra/Makefile                           |    4 +
 sound/soc/tegra/tegra20_ac97.c                     |  480 ++++
 sound/soc/tegra/tegra20_ac97.h                     |   95 +
 sound/soc/tegra/tegra20_das.c                      |   13 +
 sound/soc/tegra/tegra30_ahub.c                     |    4 +-
 sound/soc/tegra/tegra30_i2s.c                      |    4 +-
 sound/soc/tegra/tegra_asoc_utils.c                 |   53 +
 sound/soc/tegra/tegra_asoc_utils.h                 |    1 +
 sound/soc/tegra/tegra_wm9712.c                     |  176 ++
 sound/soc/ux500/mop500.c                           |    2 +-
 114 files changed, 7824 insertions(+), 2023 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/ak4642.txt
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.txt
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra20-ac97.txt
 create mode 100644 Documentation/devicetree/bindings/sound/renesas,fsi.txt
 create mode 100644 Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
 create mode 100644 Documentation/devicetree/bindings/sound/samsung-i2s.txt
 create mode 100644 Documentation/devicetree/bindings/sound/wm8962.txt
 create mode 100755 include/sound/max98090.h
 delete mode 100644 include/sound/saif.h
 mode change 100644 => 100755 sound/soc/codecs/max98090.c
 create mode 100755 sound/soc/codecs/max98090.h
 delete mode 100644 sound/soc/omap/sdp3430.c
 delete mode 100644 sound/soc/omap/zoom2.c
 create mode 100644 sound/soc/tegra/tegra20_ac97.c
 create mode 100644 sound/soc/tegra/tegra20_ac97.h
 create mode 100644 sound/soc/tegra/tegra_wm9712.c

[-- 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] 9+ messages in thread

end of thread, other threads:[~2013-04-02  9:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 14:30 ASoC updates for v3.9 Mark Brown
2013-03-29  8:38 ` Takashi Iwai
2013-04-02  9:45 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2013-03-07  7:43 Mark Brown
2013-03-07  8:23 ` Takashi Iwai
2013-02-15 17:15 Mark Brown
2013-02-17  8:27 ` Takashi Iwai
2013-02-11 12:45 Mark Brown
2013-02-11 13:20 ` Takashi Iwai

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.