All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for 2.6.38
@ 2011-01-26 11:34 Mark Brown
  2011-01-26 13:40 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-26 11:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 20a4e7fc7e213365ea3771d7bf1e10a6bab853be:

  ASoC: Handle low measured DC offsets for wm_hubs devices (2011-01-21 18:20:16 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dmitry Eremin-Solenikov (1):
      ASoC: correct link specifications for corgi, poodle and spitz

Lars-Peter Clausen (2):
      ASoC: Fix codec device id format used by some dai_links
      ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2s

 sound/soc/atmel/snd-soc-afeb9260.c             |    2 +-
 sound/soc/blackfin/bf5xx-ssm2602.c             |    2 +-
 sound/soc/pxa/corgi.c                          |    4 ++--
 sound/soc/pxa/poodle.c                         |    2 +-
 sound/soc/pxa/spitz.c                          |    4 ++--
 sound/soc/samsung/neo1973_gta02_wm8753.c       |    6 +++---
 sound/soc/samsung/neo1973_wm8753.c             |    6 +++---
 sound/soc/samsung/s3c24xx_simtec_hermes.c      |    4 ++--
 sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c |    4 ++--
 sound/soc/samsung/s3c24xx_uda134x.c            |    2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-26 11:34 ASoC updates for 2.6.38 Mark Brown
@ 2011-01-26 13:40 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-01-26 13:40 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 26 Jan 2011 11:34:02 +0000,
Mark Brown wrote:
> 
> The following changes since commit 20a4e7fc7e213365ea3771d7bf1e10a6bab853be:
> 
>   ASoC: Handle low measured DC offsets for wm_hubs devices (2011-01-21 18:20:16 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi

> Dmitry Eremin-Solenikov (1):
>       ASoC: correct link specifications for corgi, poodle and spitz
> 
> Lars-Peter Clausen (2):
>       ASoC: Fix codec device id format used by some dai_links
>       ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2s
> 
>  sound/soc/atmel/snd-soc-afeb9260.c             |    2 +-
>  sound/soc/blackfin/bf5xx-ssm2602.c             |    2 +-
>  sound/soc/pxa/corgi.c                          |    4 ++--
>  sound/soc/pxa/poodle.c                         |    2 +-
>  sound/soc/pxa/spitz.c                          |    4 ++--
>  sound/soc/samsung/neo1973_gta02_wm8753.c       |    6 +++---
>  sound/soc/samsung/neo1973_wm8753.c             |    6 +++---
>  sound/soc/samsung/s3c24xx_simtec_hermes.c      |    4 ++--
>  sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c |    4 ++--
>  sound/soc/samsung/s3c24xx_uda134x.c            |    2 +-
>  10 files changed, 18 insertions(+), 18 deletions(-)
> 

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

* Re: ASoC updates for 2.6.38
  2011-03-10 14:20 Mark Brown
@ 2011-03-10 15:45 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-03-10 15:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 10 Mar 2011 14:20:35 +0000,
Mark Brown wrote:
> 
> The following changes since commit ffd6eae2a0d18ca4a741615292a9c9ce904307fb:
> 
>   ASoC: AM3517: Update codec name after multi-component update (2011-03-09 11:48:55 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  I'm going to send a pull-request to Linus tomorrow.


thanks,

Takashi


> Mark Brown (4):
>       ASoC: Fix broken bitfield definitions in WM8978
>       ASoC: Use the correct DAPM context when cleaning up final widget set
>       ASoC: Fix typo in late revision WM8994 DAC2R name
>       ASoC: Ensure WM8958 gets all WM8994 late revision widgets
> 
> The DAPM context fix is essential for multi-component DAPM, without it
> we will try to apply updates from the end of DAPM sequences to the wrong
> device which isn't terribly clever.  On other systems the change will be
> a noop.
> 
> The other three updates are device specific ones, the WM8994/58 ones are
> slightly more invasive but are critical to WM8958.
> 
> There may be one more update (for mini2440) coming later.
> 
>  sound/soc/codecs/wm8978.c |   14 ++++++++------
>  sound/soc/codecs/wm8994.c |   10 +++++++++-
>  sound/soc/soc-dapm.c      |    2 +-
>  3 files changed, 18 insertions(+), 8 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-03-10 14:20 Mark Brown
  2011-03-10 15:45 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-03-10 14:20 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit ffd6eae2a0d18ca4a741615292a9c9ce904307fb:

  ASoC: AM3517: Update codec name after multi-component update (2011-03-09 11:48:55 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Mark Brown (4):
      ASoC: Fix broken bitfield definitions in WM8978
      ASoC: Use the correct DAPM context when cleaning up final widget set
      ASoC: Fix typo in late revision WM8994 DAC2R name
      ASoC: Ensure WM8958 gets all WM8994 late revision widgets

The DAPM context fix is essential for multi-component DAPM, without it
we will try to apply updates from the end of DAPM sequences to the wrong
device which isn't terribly clever.  On other systems the change will be
a noop.

The other three updates are device specific ones, the WM8994/58 ones are
slightly more invasive but are critical to WM8958.

There may be one more update (for mini2440) coming later.

 sound/soc/codecs/wm8978.c |   14 ++++++++------
 sound/soc/codecs/wm8994.c |   10 +++++++++-
 sound/soc/soc-dapm.c      |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-03-02 11:34 Mark Brown
@ 2011-03-02 14:48 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-03-02 14:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 2 Mar 2011 11:34:16 +0000,
Mark Brown wrote:
> 
> The following changes since commit 43c63188821dc21b2af23a40a18faea6e386e90a:
> 
>   eukrea-tlv320: fix platform_name (2011-02-25 12:57:49 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (2):
>       ASoC: WM8994: Don't disable the AIF[1|2]CLK_ENA unconditionaly
>       ASoC: WM8994: Ensure late enable events are processed for the ADCs
> 
> Mark Brown (1):
>       ASoC: Fix WM9081 platform data initialisation
> 
>  sound/soc/codecs/wm8994.c |   51 +++++++++++++++++++++++++++++++++++++--------
>  sound/soc/codecs/wm9081.c |    5 ++++
>  2 files changed, 47 insertions(+), 9 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-03-02 11:34 Mark Brown
  2011-03-02 14:48 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-03-02 11:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 43c63188821dc21b2af23a40a18faea6e386e90a:

  eukrea-tlv320: fix platform_name (2011-02-25 12:57:49 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dimitris Papastamos (2):
      ASoC: WM8994: Don't disable the AIF[1|2]CLK_ENA unconditionaly
      ASoC: WM8994: Ensure late enable events are processed for the ADCs

Mark Brown (1):
      ASoC: Fix WM9081 platform data initialisation

 sound/soc/codecs/wm8994.c |   51 +++++++++++++++++++++++++++++++++++++--------
 sound/soc/codecs/wm9081.c |    5 ++++
 2 files changed, 47 insertions(+), 9 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-02-25 11:51 Mark Brown
@ 2011-02-25 11:59 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-02-25 11:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 25 Feb 2011 11:51:48 +0000,
Mark Brown wrote:
> 
> The following changes since commit 3017358a75917b5ed5ad361c02ba2a7e257d3b2a:
> 
>   ASoC: Ensure supplies are maintained for force enabled widgets (2011-02-13 19:49:47 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> More of the usual small fixes.

Pulled now.  Thanks.


Takashi

> Dmitry Eremin-Solenikov (1):
>       ASoC: correct pxa AC97 DAI names
> 
> Mark Brown (3):
>       ASoC: Fix WM8958 default microphone detection argument ordering
>       ASoC: Correct definition of WM8903_VMID_RES_5K
>       ASoC: Hook wm_hubs micbiases up to CLK_SYS
> 
>  sound/soc/codecs/wm8903.h      |    2 +-
>  sound/soc/codecs/wm8994.c      |    5 ++---
>  sound/soc/codecs/wm_hubs.c     |    3 +++
>  sound/soc/pxa/e740_wm9705.c    |    4 ++--
>  sound/soc/pxa/e750_wm9705.c    |    4 ++--
>  sound/soc/pxa/e800_wm9712.c    |    4 ++--
>  sound/soc/pxa/em-x270.c        |    4 ++--
>  sound/soc/pxa/mioa701_wm9713.c |    4 ++--
>  sound/soc/pxa/palm27x.c        |    4 ++--
>  sound/soc/pxa/tosa.c           |    4 ++--
>  sound/soc/pxa/zylonite.c       |    4 ++--
>  11 files changed, 22 insertions(+), 20 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-02-25 11:51 Mark Brown
  2011-02-25 11:59 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-02-25 11:51 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 3017358a75917b5ed5ad361c02ba2a7e257d3b2a:

  ASoC: Ensure supplies are maintained for force enabled widgets (2011-02-13 19:49:47 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

More of the usual small fixes.

Dmitry Eremin-Solenikov (1):
      ASoC: correct pxa AC97 DAI names

Mark Brown (3):
      ASoC: Fix WM8958 default microphone detection argument ordering
      ASoC: Correct definition of WM8903_VMID_RES_5K
      ASoC: Hook wm_hubs micbiases up to CLK_SYS

 sound/soc/codecs/wm8903.h      |    2 +-
 sound/soc/codecs/wm8994.c      |    5 ++---
 sound/soc/codecs/wm_hubs.c     |    3 +++
 sound/soc/pxa/e740_wm9705.c    |    4 ++--
 sound/soc/pxa/e750_wm9705.c    |    4 ++--
 sound/soc/pxa/e800_wm9712.c    |    4 ++--
 sound/soc/pxa/em-x270.c        |    4 ++--
 sound/soc/pxa/mioa701_wm9713.c |    4 ++--
 sound/soc/pxa/palm27x.c        |    4 ++--
 sound/soc/pxa/tosa.c           |    4 ++--
 sound/soc/pxa/zylonite.c       |    4 ++--
 11 files changed, 22 insertions(+), 20 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-02-22  4:49 ` Mark Brown
@ 2011-02-22  7:24   ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-02-22  7:24 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 22 Feb 2011 04:49:10 +0000,
Mark Brown wrote:
> 
> On Thu, Feb 17, 2011 at 08:19:34PM -0800, Mark Brown wrote:
> > The following changes since commit 6ed8f1485fc82d44ac464bc84a7dcdddd1fa096f:
> > 
> >   ASoC: Improve WM8994 digital power sequencing (2011-02-03 20:17:13 +0000)
> > 
> > are available in the git repository at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> Any updates on this?  Some of these fixes are fairly urgent.

Hrm, sorry, looks like it slipped from the merge.


Takashi

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

* Re: ASoC updates for 2.6.38
  2011-02-18  4:19 Mark Brown
@ 2011-02-22  4:49 ` Mark Brown
  2011-02-22  7:24   ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-02-22  4:49 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Thu, Feb 17, 2011 at 08:19:34PM -0800, Mark Brown wrote:
> The following changes since commit 6ed8f1485fc82d44ac464bc84a7dcdddd1fa096f:
> 
>   ASoC: Improve WM8994 digital power sequencing (2011-02-03 20:17:13 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Any updates on this?  Some of these fixes are fairly urgent.

> These are all driver specific with the exception of the two commits from
> me.  These are both small and focused changes which fix obvious issues
> for some systems, both being things that the framework should clearly
> have been doing but had omitted to do.

Ping?

> Dimitris Papastamos (2):
>       ASoC: WM8994: Improve robustness in some use cases
>       ASoC: WM8994: Improve playback robustness
> 
> Janusz Krzysztofik (1):
>       ASoC: CX20442: fix wrong reg_cache_default content
> 
> Mark Brown (2):
>       ASoC: Sync initial widget state with hardware
>       ASoC: Ensure supplies are maintained for force enabled widgets
> 
> Stephen Warren (2):
>       ASoC: WM8903: Fix mic detection register definitions
>       ASoC: WM8903: Fix mic detection enable logic
> 
>  include/sound/wm8903.h     |   10 +--
>  sound/soc/codecs/cx20442.c |    2 +-
>  sound/soc/codecs/wm8903.c  |    2 +-
>  sound/soc/codecs/wm8994.c  |  197 ++++++++++++++++++++++++++++++++++++++++---
>  sound/soc/soc-dapm.c       |   23 +++++-
>  5 files changed, 210 insertions(+), 24 deletions(-)
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."

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

* ASoC updates for 2.6.38
@ 2011-02-18  4:19 Mark Brown
  2011-02-22  4:49 ` Mark Brown
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-02-18  4:19 UTC (permalink / raw)
  To: Takaashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 6ed8f1485fc82d44ac464bc84a7dcdddd1fa096f:

  ASoC: Improve WM8994 digital power sequencing (2011-02-03 20:17:13 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

These are all driver specific with the exception of the two commits from
me.  These are both small and focused changes which fix obvious issues
for some systems, both being things that the framework should clearly
have been doing but had omitted to do.

Dimitris Papastamos (2):
      ASoC: WM8994: Improve robustness in some use cases
      ASoC: WM8994: Improve playback robustness

Janusz Krzysztofik (1):
      ASoC: CX20442: fix wrong reg_cache_default content

Mark Brown (2):
      ASoC: Sync initial widget state with hardware
      ASoC: Ensure supplies are maintained for force enabled widgets

Stephen Warren (2):
      ASoC: WM8903: Fix mic detection register definitions
      ASoC: WM8903: Fix mic detection enable logic

 include/sound/wm8903.h     |   10 +--
 sound/soc/codecs/cx20442.c |    2 +-
 sound/soc/codecs/wm8903.c  |    2 +-
 sound/soc/codecs/wm8994.c  |  197 ++++++++++++++++++++++++++++++++++++++++---
 sound/soc/soc-dapm.c       |   23 +++++-
 5 files changed, 210 insertions(+), 24 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-02-08 11:34 Mark Brown
@ 2011-02-08 16:31 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-02-08 16:31 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 8 Feb 2011 11:34:25 +0000,
Mark Brown wrote:
> 
> The following changes since commit f019ee5feb344ff0b22b58df4568676295aae14f:
> 
>   ASoC: CX20442: fix NULL pointer dereference (2011-02-01 14:13:56 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi

> Janusz Krzysztofik (1):
>       ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()
> 
> Mark Brown (2):
>       ASoC: Create an AIF1ADCDAT signal widget to match AIF2
>       ASoC: Improve WM8994 digital power sequencing
> 
> Vaibhav Bedia (1):
>       asoc: davinci: da830/omap-l137: correct cpu_dai_name
> 
>  sound/soc/codecs/wm8994.c       |   26 ++++++++++++++++++++++----
>  sound/soc/davinci/davinci-evm.c |   18 +++++++++++++++---
>  sound/soc/soc-core.c            |    2 +-
>  3 files changed, 38 insertions(+), 8 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-02-08 11:34 Mark Brown
  2011-02-08 16:31 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-02-08 11:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f019ee5feb344ff0b22b58df4568676295aae14f:

  ASoC: CX20442: fix NULL pointer dereference (2011-02-01 14:13:56 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Janusz Krzysztofik (1):
      ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()

Mark Brown (2):
      ASoC: Create an AIF1ADCDAT signal widget to match AIF2
      ASoC: Improve WM8994 digital power sequencing

Vaibhav Bedia (1):
      asoc: davinci: da830/omap-l137: correct cpu_dai_name

 sound/soc/codecs/wm8994.c       |   26 ++++++++++++++++++++++----
 sound/soc/davinci/davinci-evm.c |   18 +++++++++++++++---
 sound/soc/soc-core.c            |    2 +-
 3 files changed, 38 insertions(+), 8 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-02-01 14:56 Mark Brown
@ 2011-02-01 21:25 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-02-01 21:25 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 1 Feb 2011 14:56:31 +0000,
Mark Brown wrote:
> 
> The following changes since commit a3adfa00e8089aa72826c6ba04bcb18cfceaf0a9:
> 
>   ASoC: correct link specifications for corgi, poodle and spitz (2011-01-25 15:18:42 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> Nothing exciting here except for Stephen's mask/val_mask fix which fixes
> a fairly wide breakage.

Pulled now.  Thanks.


Takashi

> Janusz Krzysztofik (2):
>       ASoC: Amstrad Delta: fix const related build error
>       ASoC: CX20442: fix NULL pointer dereference
> 
> Jarkko Nikula (1):
>       ASoC: Fix module refcount for auxiliary devices
> 
> Manjunathappa, Prakash (1):
>       ASoC: DaVinci: fix kernel panic due to uninitialized platform_data
> 
> Stephen Warren (1):
>       ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()
> 
>  sound/soc/codecs/cq93vc.c  |    2 +-
>  sound/soc/codecs/cx20442.c |    3 +++
>  sound/soc/omap/ams-delta.c |    2 --
>  sound/soc/soc-core.c       |    3 ---
>  sound/soc/soc-dapm.c       |    6 +++---
>  5 files changed, 7 insertions(+), 9 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-02-01 14:56 Mark Brown
  2011-02-01 21:25 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-02-01 14:56 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit a3adfa00e8089aa72826c6ba04bcb18cfceaf0a9:

  ASoC: correct link specifications for corgi, poodle and spitz (2011-01-25 15:18:42 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Nothing exciting here except for Stephen's mask/val_mask fix which fixes
a fairly wide breakage.

Janusz Krzysztofik (2):
      ASoC: Amstrad Delta: fix const related build error
      ASoC: CX20442: fix NULL pointer dereference

Jarkko Nikula (1):
      ASoC: Fix module refcount for auxiliary devices

Manjunathappa, Prakash (1):
      ASoC: DaVinci: fix kernel panic due to uninitialized platform_data

Stephen Warren (1):
      ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()

 sound/soc/codecs/cq93vc.c  |    2 +-
 sound/soc/codecs/cx20442.c |    3 +++
 sound/soc/omap/ams-delta.c |    2 --
 sound/soc/soc-core.c       |    3 ---
 sound/soc/soc-dapm.c       |    6 +++---
 5 files changed, 7 insertions(+), 9 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-24 15:17 Mark Brown
@ 2011-01-24 16:44 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-01-24 16:44 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 24 Jan 2011 15:17:38 +0000,
Mark Brown wrote:
> 
> The following changes since commit f758b53a79ce6076542739563985d5ff0521dc5a:
> 
>   Merge branch 'topic/hda' (2011-01-22 17:29:50 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi

> Usual small, driver-specific updates.
> 
> Dimitris Papastamos (1):
>       ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()
> 
> Mark Brown (1):
>       ASoC: Handle low measured DC offsets for wm_hubs devices
> 
> Qiao Zhou (1):
>       ASoC: WM8994: fix wrong value in tristate function
> 
> Rajashekhara, Sudhakar (1):
>       ASoC: da8xx/omap-l1xx: match codec_name with i2c ids
> 
>  sound/soc/codecs/wm8994.c       |    2 +-
>  sound/soc/codecs/wm8995.c       |    2 +-
>  sound/soc/codecs/wm_hubs.c      |   15 +++++++--------
>  sound/soc/davinci/davinci-evm.c |    2 +-
>  4 files changed, 10 insertions(+), 11 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-01-24 15:17 Mark Brown
  2011-01-24 16:44 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-24 15:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f758b53a79ce6076542739563985d5ff0521dc5a:

  Merge branch 'topic/hda' (2011-01-22 17:29:50 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Usual small, driver-specific updates.

Dimitris Papastamos (1):
      ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()

Mark Brown (1):
      ASoC: Handle low measured DC offsets for wm_hubs devices

Qiao Zhou (1):
      ASoC: WM8994: fix wrong value in tristate function

Rajashekhara, Sudhakar (1):
      ASoC: da8xx/omap-l1xx: match codec_name with i2c ids

 sound/soc/codecs/wm8994.c       |    2 +-
 sound/soc/codecs/wm8995.c       |    2 +-
 sound/soc/codecs/wm_hubs.c      |   15 +++++++--------
 sound/soc/davinci/davinci-evm.c |    2 +-
 4 files changed, 10 insertions(+), 11 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-19 11:29 ` Takashi Iwai
@ 2011-01-19 11:35   ` Mark Brown
  0 siblings, 0 replies; 48+ messages in thread
From: Mark Brown @ 2011-01-19 11:35 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Wed, Jan 19, 2011 at 12:29:52PM +0100, Takashi Iwai wrote:
> Mark Brown wrote:

> > are available in the git repository at:

> >   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

> Pulled now to fix/asoc branch.  Thanks.

Thanks!  I've now pushed up a merge of that branch into the v2.6.38-rc1
kernel to the same location - it'll take a little while to propagate to
the mirrors I guess, but could be pulled from master.

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

* Re: ASoC updates for 2.6.38
  2011-01-19 10:22 Mark Brown
@ 2011-01-19 11:29 ` Takashi Iwai
  2011-01-19 11:35   ` Mark Brown
  0 siblings, 1 reply; 48+ messages in thread
From: Takashi Iwai @ 2011-01-19 11:29 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 19 Jan 2011 10:22:48 +0000,
Mark Brown wrote:
> 
> The following changes since commit 18b022eb117e7f70c191267551ff865f278a9258:
> 
>   Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-01-12 12:26:24 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now to fix/asoc branch.  Thanks.


Takashi


> Alexander Sverdlin (1):
>       ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S code
> 
> Barry Song (2):
>       ASoC: Blackfin TDM: use external frame syncs
>       ASoC: Blackfin: fix DAI/SPORT config dependency issues
> 
> Dimitris Papastamos (1):
>       ASoC: WM8990: msleep() takes milliseconds not jiffies
> 
> Matti J. Aaltonen (1):
>       ASoC: WL1273 FM radio: Fix breakage with MFD API changes
> 
> Mike Frysinger (2):
>       ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
>       ASoC: Blackfin AC97: fix build error after multi-component update
> 
> Seungwhan Youn (1):
>       ASoC: documentation updates
> 
> Vasily Khoruzhick (2):
>       ASoC: PXA: Fix jack detection on Zipit Z2
>       ASoC: PXA: Fix codec address on Zipit Z2
> 
>  Documentation/sound/alsa/soc/codec.txt    |   45 +++++++++----------
>  Documentation/sound/alsa/soc/machine.txt  |   38 ++++------------
>  Documentation/sound/alsa/soc/platform.txt |   12 ++++-
>  sound/soc/blackfin/Kconfig                |   11 +++--
>  sound/soc/blackfin/bf5xx-ac97.c           |    4 +-
>  sound/soc/blackfin/bf5xx-tdm.c            |   10 ++--
>  sound/soc/codecs/Kconfig                  |    2 +-
>  sound/soc/codecs/wl1273.c                 |   29 +++++-------
>  sound/soc/codecs/wl1273.h                 |   71 -----------------------------
>  sound/soc/codecs/wm8990.c                 |   10 ++--
>  sound/soc/ep93xx/ep93xx-i2s.c             |   18 ++++----
>  sound/soc/pxa/z2.c                        |    3 +-
>  12 files changed, 82 insertions(+), 171 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-01-19 10:22 Mark Brown
  2011-01-19 11:29 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-19 10:22 UTC (permalink / raw)
  To: Takasi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 18b022eb117e7f70c191267551ff865f278a9258:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-01-12 12:26:24 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Alexander Sverdlin (1):
      ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S code

Barry Song (2):
      ASoC: Blackfin TDM: use external frame syncs
      ASoC: Blackfin: fix DAI/SPORT config dependency issues

Dimitris Papastamos (1):
      ASoC: WM8990: msleep() takes milliseconds not jiffies

Matti J. Aaltonen (1):
      ASoC: WL1273 FM radio: Fix breakage with MFD API changes

Mike Frysinger (2):
      ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
      ASoC: Blackfin AC97: fix build error after multi-component update

Seungwhan Youn (1):
      ASoC: documentation updates

Vasily Khoruzhick (2):
      ASoC: PXA: Fix jack detection on Zipit Z2
      ASoC: PXA: Fix codec address on Zipit Z2

 Documentation/sound/alsa/soc/codec.txt    |   45 +++++++++----------
 Documentation/sound/alsa/soc/machine.txt  |   38 ++++------------
 Documentation/sound/alsa/soc/platform.txt |   12 ++++-
 sound/soc/blackfin/Kconfig                |   11 +++--
 sound/soc/blackfin/bf5xx-ac97.c           |    4 +-
 sound/soc/blackfin/bf5xx-tdm.c            |   10 ++--
 sound/soc/codecs/Kconfig                  |    2 +-
 sound/soc/codecs/wl1273.c                 |   29 +++++-------
 sound/soc/codecs/wl1273.h                 |   71 -----------------------------
 sound/soc/codecs/wm8990.c                 |   10 ++--
 sound/soc/ep93xx/ep93xx-i2s.c             |   18 ++++----
 sound/soc/pxa/z2.c                        |    3 +-
 12 files changed, 82 insertions(+), 171 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-18 13:03 Mark Brown
@ 2011-01-18 13:06 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-01-18 13:06 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 18 Jan 2011 13:03:27 +0000,
Mark Brown wrote:
> 
> The following changes since commit 18b022eb117e7f70c191267551ff865f278a9258:
> 
>   Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-01-12 12:26:24 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> A few small bug fixes, the biggest change is the cleanup after the
> wl1273 merge.

Pulled now.  Thanks.


Takashi


> Alexander Sverdlin (1):
>       ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S code
> 
> Dimitris Papastamos (1):
>       ASoC: WM8990: msleep() takes milliseconds not jiffies
> 
> Matti J. Aaltonen (1):
>       ASoC: WL1273 FM radio: Fix breakage with MFD API changes
> 
>  sound/soc/codecs/Kconfig      |    2 +-
>  sound/soc/codecs/wl1273.c     |   29 +++++++----------
>  sound/soc/codecs/wl1273.h     |   71 -----------------------------------------
>  sound/soc/codecs/wm8990.c     |   10 +++---
>  sound/soc/ep93xx/ep93xx-i2s.c |   18 +++++-----
>  5 files changed, 27 insertions(+), 103 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-01-18 13:03 Mark Brown
  2011-01-18 13:06 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-18 13:03 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 18b022eb117e7f70c191267551ff865f278a9258:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-01-12 12:26:24 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

A few small bug fixes, the biggest change is the cleanup after the
wl1273 merge.

Alexander Sverdlin (1):
      ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S code

Dimitris Papastamos (1):
      ASoC: WM8990: msleep() takes milliseconds not jiffies

Matti J. Aaltonen (1):
      ASoC: WL1273 FM radio: Fix breakage with MFD API changes

 sound/soc/codecs/Kconfig      |    2 +-
 sound/soc/codecs/wl1273.c     |   29 +++++++----------
 sound/soc/codecs/wl1273.h     |   71 -----------------------------------------
 sound/soc/codecs/wm8990.c     |   10 +++---
 sound/soc/ep93xx/ep93xx-i2s.c |   18 +++++-----
 5 files changed, 27 insertions(+), 103 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-12 11:17 Mark Brown
@ 2011-01-12 11:44 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-01-12 11:44 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 12 Jan 2011 11:17:02 +0000,
Mark Brown wrote:
> 
> The following changes since commit 2f55eaab56ea083498034c18e09d356594081fca:
> 
>   Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-01-12 07:20:30 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (1):
>       ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()
> 
> Guennadi Liakhovetski (1):
>       ASoC: fix migor audio build
> 
> Timur Tabi (1):
>       ASoC: cs4270: use the built-in register cache support
> 
> Vasily Khoruzhick (1):
>       ASoC: RX1950: Enable Mic Jack during glue driver init
> 
>  sound/soc/codecs/cs4270.c          |  161 +++++++++++-------------------------
>  sound/soc/samsung/rx1950_uda1380.c |    1 +
>  sound/soc/sh/migor.c               |    2 +-
>  sound/soc/soc-cache.c              |    2 +-
>  4 files changed, 51 insertions(+), 115 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-01-12 11:17 Mark Brown
  2011-01-12 11:44 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-12 11:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 2f55eaab56ea083498034c18e09d356594081fca:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-01-12 07:20:30 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dimitris Papastamos (1):
      ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()

Guennadi Liakhovetski (1):
      ASoC: fix migor audio build

Timur Tabi (1):
      ASoC: cs4270: use the built-in register cache support

Vasily Khoruzhick (1):
      ASoC: RX1950: Enable Mic Jack during glue driver init

 sound/soc/codecs/cs4270.c          |  161 +++++++++++-------------------------
 sound/soc/samsung/rx1950_uda1380.c |    1 +
 sound/soc/sh/migor.c               |    2 +-
 sound/soc/soc-cache.c              |    2 +-
 4 files changed, 51 insertions(+), 115 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2011-01-05 12:50 Mark Brown
@ 2011-01-08 12:06 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2011-01-08 12:06 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 5 Jan 2011 12:50:07 +0000,
Mark Brown wrote:
> 
> The following changes since commit 644a98453d5764f467b73f2e02df0d2688da1873:
> 
>   fbdev: sh_mobile_hdmi: fixup compile error (2010-12-29 13:06:29 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi

> Harsha Priya (1):
>       ASoC: Fix the device references to codec and platform drivers
> 
> Jarkko Nikula (1):
>       ASoC: Remove needless inclusion of tlv320aic3x.h from machine drivers
> 
> Kuninori Morimoto (1):
>       ASoC: sh: fsi-da7210: remove unnecessary format settings
> 
> Mark Brown (2):
>       ASoC: Change Samsung Kconfig from ASOC_ to SND_SOC_
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
> Maurus Cuelenaere (1):
>       ASoC: Fix SmartQ compilation
> 
>  sound/soc/davinci/davinci-evm.c           |    1 -
>  sound/soc/omap/n810.c                     |    1 -
>  sound/soc/omap/rx51.c                     |    1 -
>  sound/soc/s6000/s6105-ipcam.c             |    1 -
>  sound/soc/samsung/Kconfig                 |   72 ++++++++++++++--------------
>  sound/soc/samsung/Makefile                |   36 +++++++-------
>  sound/soc/samsung/s3c24xx_simtec_hermes.c |    2 -
>  sound/soc/sh/fsi-da7210.c                 |    2 +-
>  sound/soc/soc-core.c                      |   14 +++---
>  9 files changed, 62 insertions(+), 68 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2011-01-05 12:50 Mark Brown
  2011-01-08 12:06 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2011-01-05 12:50 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 644a98453d5764f467b73f2e02df0d2688da1873:

  fbdev: sh_mobile_hdmi: fixup compile error (2010-12-29 13:06:29 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Harsha Priya (1):
      ASoC: Fix the device references to codec and platform drivers

Jarkko Nikula (1):
      ASoC: Remove needless inclusion of tlv320aic3x.h from machine drivers

Kuninori Morimoto (1):
      ASoC: sh: fsi-da7210: remove unnecessary format settings

Mark Brown (2):
      ASoC: Change Samsung Kconfig from ASOC_ to SND_SOC_
      Merge branch 'for-2.6.37' into for-2.6.38

Maurus Cuelenaere (1):
      ASoC: Fix SmartQ compilation

 sound/soc/davinci/davinci-evm.c           |    1 -
 sound/soc/omap/n810.c                     |    1 -
 sound/soc/omap/rx51.c                     |    1 -
 sound/soc/s6000/s6105-ipcam.c             |    1 -
 sound/soc/samsung/Kconfig                 |   72 ++++++++++++++--------------
 sound/soc/samsung/Makefile                |   36 +++++++-------
 sound/soc/samsung/s3c24xx_simtec_hermes.c |    2 -
 sound/soc/sh/fsi-da7210.c                 |    2 +-
 sound/soc/soc-core.c                      |   14 +++---
 9 files changed, 62 insertions(+), 68 deletions(-)

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

* ASoC updates for 2.6.38
@ 2010-12-27 17:51 Mark Brown
  0 siblings, 0 replies; 48+ messages in thread
From: Mark Brown @ 2010-12-27 17:51 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit d08935711b542c3fe5c51abf290e172536d4cf09:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-12-23 13:39:59 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Sorry, just realised that I've forgotten the (trivial) merge up of your
warning fix for soc-dapm.c but it'll take kernel.org longer than I have
to mirror out the merge - it's done locally and will be in the next pull
request.

Mark Brown (4):
      ASoC: Remove incorrect WM8903 erratum workaround
      ASoC: Remove WM8995 write sequencer bitfield definitions
      ASoC: Fix typo in x86 workaround
      ASoC: Fix double comment start

 sound/soc/codecs/wm8903.c |   20 +-
 sound/soc/codecs/wm8903.h |   21 -
 sound/soc/codecs/wm8962.c |    2 +-
 sound/soc/codecs/wm8995.h | 4480 ---------------------------------------------
 4 files changed, 7 insertions(+), 4516 deletions(-)

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

* ASoC updates for 2.6.38
@ 2010-12-27 17:43 Mark Brown
  0 siblings, 0 replies; 48+ messages in thread
From: Mark Brown @ 2010-12-27 17:43 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit d08935711b542c3fe5c51abf290e172536d4cf09:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-12-23 13:39:59 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Mark Brown (4):
      ASoC: Remove incorrect WM8903 erratum workaround
      ASoC: Remove WM8995 write sequencer bitfield definitions
      ASoC: Fix typo in x86 workaround
      ASoC: Fix double comment start

 sound/soc/codecs/wm8903.c |   20 +-
 sound/soc/codecs/wm8903.h |   21 -
 sound/soc/codecs/wm8962.c |    2 +-
 sound/soc/codecs/wm8995.h | 4480 ---------------------------------------------
 4 files changed, 7 insertions(+), 4516 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2010-12-23 12:05 Mark Brown
@ 2010-12-23 14:11 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-23 14:11 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 23 Dec 2010 12:05:04 +0000,
Mark Brown wrote:
> 
> The following changes since commit 9d01df063e70260d6c0aabd58dd5507db151aa51:
> 
>   ASoC: don't pass the string as the format arguemtn for dev_info() (2010-12-22 14:08:40 +0100)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (1):
>       ASoC: Add initial WM8995 driver
> 
> Mark Brown (4):
>       ASoC: Use delayed work to debounce WM8350 jack IRQs
>       ASoC: Trace Wolfson jack detection IRQs
>       ASoC: Add jack IRQ trace to 88pm860x driver
>       ASoC: ifdef out trace points from modules for x86
> 
> Seungwhan Youn (1):
>       ASoC: SAMSUNG: Debug wrong parameter
> 
>  sound/soc/codecs/88pm860x-codec.c |    7 +
>  sound/soc/codecs/Kconfig          |    4 +
>  sound/soc/codecs/Makefile         |    2 +
>  sound/soc/codecs/wm8350.c         |   71 +-
>  sound/soc/codecs/wm8903.c         |    6 +
>  sound/soc/codecs/wm8962.c         |    5 +
>  sound/soc/codecs/wm8994.c         |    5 +
>  sound/soc/codecs/wm8995.c         | 1818 ++++++++
>  sound/soc/codecs/wm8995.h         | 8749 +++++++++++++++++++++++++++++++++++++
>  sound/soc/samsung/goni_wm8994.c   |    2 +-
>  10 files changed, 10649 insertions(+), 20 deletions(-)
>  create mode 100644 sound/soc/codecs/wm8995.c
>  create mode 100644 sound/soc/codecs/wm8995.h
> 

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

* ASoC updates for 2.6.38
@ 2010-12-23 12:05 Mark Brown
  2010-12-23 14:11 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-23 12:05 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 9d01df063e70260d6c0aabd58dd5507db151aa51:

  ASoC: don't pass the string as the format arguemtn for dev_info() (2010-12-22 14:08:40 +0100)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dimitris Papastamos (1):
      ASoC: Add initial WM8995 driver

Mark Brown (4):
      ASoC: Use delayed work to debounce WM8350 jack IRQs
      ASoC: Trace Wolfson jack detection IRQs
      ASoC: Add jack IRQ trace to 88pm860x driver
      ASoC: ifdef out trace points from modules for x86

Seungwhan Youn (1):
      ASoC: SAMSUNG: Debug wrong parameter

 sound/soc/codecs/88pm860x-codec.c |    7 +
 sound/soc/codecs/Kconfig          |    4 +
 sound/soc/codecs/Makefile         |    2 +
 sound/soc/codecs/wm8350.c         |   71 +-
 sound/soc/codecs/wm8903.c         |    6 +
 sound/soc/codecs/wm8962.c         |    5 +
 sound/soc/codecs/wm8994.c         |    5 +
 sound/soc/codecs/wm8995.c         | 1818 ++++++++
 sound/soc/codecs/wm8995.h         | 8749 +++++++++++++++++++++++++++++++++++++
 sound/soc/samsung/goni_wm8994.c   |    2 +-
 10 files changed, 10649 insertions(+), 20 deletions(-)
 create mode 100644 sound/soc/codecs/wm8995.c
 create mode 100644 sound/soc/codecs/wm8995.h

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

* Re: ASoC updates for 2.6.38
  2010-12-22 11:03 Mark Brown
@ 2010-12-22 11:59 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-22 11:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 22 Dec 2010 11:03:16 +0000,
Mark Brown wrote:
> 
> The following changes since commit 991e02b4469c2e92cc98aa5b04fbde981671b74c:
> 
>   Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-12-17 16:43:17 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi

> Dimitris Papastamos (1):
>       ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux type
> 
> Jarkko Nikula (3):
>       ASoC: Move DAPM paths from DAPM context to snd_soc_card
>       ASoC: Move widgets from DAPM context to snd_soc_card
>       ASoC: Extend DAPM to handle power changes on cross-device paths
> 
> Jassi Brar (10):
>       ASoC: Samsung: Set default rclk source rate
>       ASoC: Samsung: I2S: Flush FIFO after stop
>       ASoC: SMDK_WM8580: Make I2S0 as default dai
>       ASoC: SMDK6440: Enable I2S device
>       ASoC: SMDK6450: Enable I2S device
>       ASoC: SMDK6442: Enable I2S device
>       ASoC: SMDKV210: Enable I2S device
>       ASoC: SMDKC110: Enable I2S device
>       ASoC: SMDKV310: Enable AC97 device
>       ASoC: SMDKV310: Add I2S support
> 
> Kuninori Morimoto (3):
>       ASoC: sh: fsi: move fsi_irq_enable function to fsi_dai_trigger
>       ASoC: sh: fsi: Add over/under run counter
>       ASoC: sh: fsi: modify improper dependent
> 
> Mark Brown (7):
>       ASoC: Remove unused DAPM_DOUBLE control types
>       ASoC: Do DAPM control updates in the middle of DAPM sequences
>       Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
>       ASoC: Remove some unused defines from WM8903
>       ASoC: Fix WM8994/58 3D stereo control definitions
>       ASoC: If we can't find a cache compression type default to flat
>       ASoC: Make LZO cache compression optional
> 
>  include/sound/soc-dapm.h        |   43 +++--
>  include/sound/soc.h             |    4 +
>  sound/soc/Kconfig               |   17 ++-
>  sound/soc/codecs/tlv320aic3x.c  |    2 +-
>  sound/soc/codecs/wm8903.h       |    4 -
>  sound/soc/codecs/wm8960.c       |    4 +-
>  sound/soc/codecs/wm8994.c       |    6 +-
>  sound/soc/samsung/Kconfig       |   14 ++-
>  sound/soc/samsung/Makefile      |    2 +
>  sound/soc/samsung/i2s.c         |   12 +-
>  sound/soc/samsung/smdk_wm8580.c |   17 +-
>  sound/soc/samsung/smdk_wm8994.c |  176 +++++++++++++++++++
>  sound/soc/samsung/smdk_wm9713.c |    1 +
>  sound/soc/sh/Kconfig            |    4 +-
>  sound/soc/sh/fsi.c              |   80 ++++++----
>  sound/soc/soc-cache.c           |   13 +-
>  sound/soc/soc-core.c            |    6 +-
>  sound/soc/soc-dapm.c            |  364 ++++++++++++++++++++++++---------------
>  18 files changed, 551 insertions(+), 218 deletions(-)
>  create mode 100644 sound/soc/samsung/smdk_wm8994.c
> 

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

* ASoC updates for 2.6.38
@ 2010-12-22 11:03 Mark Brown
  2010-12-22 11:59 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-22 11:03 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 991e02b4469c2e92cc98aa5b04fbde981671b74c:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-12-17 16:43:17 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dimitris Papastamos (1):
      ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux type

Jarkko Nikula (3):
      ASoC: Move DAPM paths from DAPM context to snd_soc_card
      ASoC: Move widgets from DAPM context to snd_soc_card
      ASoC: Extend DAPM to handle power changes on cross-device paths

Jassi Brar (10):
      ASoC: Samsung: Set default rclk source rate
      ASoC: Samsung: I2S: Flush FIFO after stop
      ASoC: SMDK_WM8580: Make I2S0 as default dai
      ASoC: SMDK6440: Enable I2S device
      ASoC: SMDK6450: Enable I2S device
      ASoC: SMDK6442: Enable I2S device
      ASoC: SMDKV210: Enable I2S device
      ASoC: SMDKC110: Enable I2S device
      ASoC: SMDKV310: Enable AC97 device
      ASoC: SMDKV310: Add I2S support

Kuninori Morimoto (3):
      ASoC: sh: fsi: move fsi_irq_enable function to fsi_dai_trigger
      ASoC: sh: fsi: Add over/under run counter
      ASoC: sh: fsi: modify improper dependent

Mark Brown (7):
      ASoC: Remove unused DAPM_DOUBLE control types
      ASoC: Do DAPM control updates in the middle of DAPM sequences
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
      ASoC: Remove some unused defines from WM8903
      ASoC: Fix WM8994/58 3D stereo control definitions
      ASoC: If we can't find a cache compression type default to flat
      ASoC: Make LZO cache compression optional

 include/sound/soc-dapm.h        |   43 +++--
 include/sound/soc.h             |    4 +
 sound/soc/Kconfig               |   17 ++-
 sound/soc/codecs/tlv320aic3x.c  |    2 +-
 sound/soc/codecs/wm8903.h       |    4 -
 sound/soc/codecs/wm8960.c       |    4 +-
 sound/soc/codecs/wm8994.c       |    6 +-
 sound/soc/samsung/Kconfig       |   14 ++-
 sound/soc/samsung/Makefile      |    2 +
 sound/soc/samsung/i2s.c         |   12 +-
 sound/soc/samsung/smdk_wm8580.c |   17 +-
 sound/soc/samsung/smdk_wm8994.c |  176 +++++++++++++++++++
 sound/soc/samsung/smdk_wm9713.c |    1 +
 sound/soc/sh/Kconfig            |    4 +-
 sound/soc/sh/fsi.c              |   80 ++++++----
 sound/soc/soc-cache.c           |   13 +-
 sound/soc/soc-core.c            |    6 +-
 sound/soc/soc-dapm.c            |  364 ++++++++++++++++++++++++---------------
 18 files changed, 551 insertions(+), 218 deletions(-)
 create mode 100644 sound/soc/samsung/smdk_wm8994.c

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

* Re: ASoC updates for 2.6.38
  2010-12-14 18:38 Mark Brown
@ 2010-12-14 19:05 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-14 19:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 14 Dec 2010 18:38:22 +0000,
Mark Brown wrote:
> 
> The following changes since commit fdea0571ddca8e3f22448f66d72a034575abea28:
> 
>   ASoC: Fix merge errors with flush_scheduled_work() removal (2010-12-13 12:58:59 +0100)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (1):
>       ASoC: soc-cache: A few minor stylistic changes
> 
> Jarkko Nikula (2):
>       ASoC: Fix bias power down of non-DAPM codec
>       ASoC: Fix build error caused by merging a fix for 2.6.37 into 2.6.38
> 
> Mario Becroft (1):
>       ASoC: Optimise WM9081 FLL performance
> 
> Mark Brown (11):
>       ASoC: Implement WM8994/58 DAC and ADC oversampling control
>       ASoC: Implement WM8903 high pass filter support
>       ASoC: Implement WM8903 oversampling rate controls
>       ASoC: Remove open coded symmetry implementation from WM8903
>       ASoC: Automatically manage WM8903 deemphasis rate
>       ASoC: Fix widgets for WM8994/58 AIF2 source control
>       Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Fix AC'97 registration unwind
>       regulator: Update LDO2 for WM8958
>       ASoC: Explicitly clear WM8993 ramp controls on power down
> 
> Olaya, Margarita (1):
>       ASoC: dapm: Add output driver widget
> 
> Vasily Khoruzhick (1):
>       ASoC: Add HP iPAQ H1940 support
> 
>  drivers/regulator/wm8994-regulator.c |   23 +++-
>  include/sound/soc-dapm.h             |   10 ++
>  sound/soc/codecs/wm8903.c            |  182 +++++++++++----------
>  sound/soc/codecs/wm8993.c            |    6 +
>  sound/soc/codecs/wm8994.c            |   21 ++-
>  sound/soc/codecs/wm9081.c            |    4 +
>  sound/soc/samsung/Kconfig            |    8 +
>  sound/soc/samsung/Makefile           |    2 +
>  sound/soc/samsung/h1940_uda1380.c    |  296 ++++++++++++++++++++++++++++++++++
>  sound/soc/soc-cache.c                |   14 +-
>  sound/soc/soc-core.c                 |    2 +-
>  sound/soc/soc-dapm.c                 |    9 +
>  12 files changed, 477 insertions(+), 100 deletions(-)
>  create mode 100644 sound/soc/samsung/h1940_uda1380.c
> 

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

* ASoC updates for 2.6.38
@ 2010-12-14 18:38 Mark Brown
  2010-12-14 19:05 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-14 18:38 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit fdea0571ddca8e3f22448f66d72a034575abea28:

  ASoC: Fix merge errors with flush_scheduled_work() removal (2010-12-13 12:58:59 +0100)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Dimitris Papastamos (1):
      ASoC: soc-cache: A few minor stylistic changes

Jarkko Nikula (2):
      ASoC: Fix bias power down of non-DAPM codec
      ASoC: Fix build error caused by merging a fix for 2.6.37 into 2.6.38

Mario Becroft (1):
      ASoC: Optimise WM9081 FLL performance

Mark Brown (11):
      ASoC: Implement WM8994/58 DAC and ADC oversampling control
      ASoC: Implement WM8903 high pass filter support
      ASoC: Implement WM8903 oversampling rate controls
      ASoC: Remove open coded symmetry implementation from WM8903
      ASoC: Automatically manage WM8903 deemphasis rate
      ASoC: Fix widgets for WM8994/58 AIF2 source control
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Fix AC'97 registration unwind
      regulator: Update LDO2 for WM8958
      ASoC: Explicitly clear WM8993 ramp controls on power down

Olaya, Margarita (1):
      ASoC: dapm: Add output driver widget

Vasily Khoruzhick (1):
      ASoC: Add HP iPAQ H1940 support

 drivers/regulator/wm8994-regulator.c |   23 +++-
 include/sound/soc-dapm.h             |   10 ++
 sound/soc/codecs/wm8903.c            |  182 +++++++++++----------
 sound/soc/codecs/wm8993.c            |    6 +
 sound/soc/codecs/wm8994.c            |   21 ++-
 sound/soc/codecs/wm9081.c            |    4 +
 sound/soc/samsung/Kconfig            |    8 +
 sound/soc/samsung/Makefile           |    2 +
 sound/soc/samsung/h1940_uda1380.c    |  296 ++++++++++++++++++++++++++++++++++
 sound/soc/soc-cache.c                |   14 +-
 sound/soc/soc-core.c                 |    2 +-
 sound/soc/soc-dapm.c                 |    9 +
 12 files changed, 477 insertions(+), 100 deletions(-)
 create mode 100644 sound/soc/samsung/h1940_uda1380.c

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

* Re: ASoC updates for 2.6.38
  2010-12-09 16:17 Mark Brown
@ 2010-12-09 17:21 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-09 17:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 9 Dec 2010 16:17:02 +0000,
Mark Brown wrote:
> 
> The following changes since commit 146fd574ec06b1c593805738b1c2c8c5a4128681:
> 
>   ASoC: Add ADC high pass filter support to WM8994 (2010-12-08 15:46:49 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled this one, too.


Takashi


> Alexander Sverdlin (1):
>       ASoC: EP93xx: sampling rate range extended
> 
> Dmitry Artamonow (1):
>       ASoC: fix deemphasis control in wm8904/55/60 codecs
> 
> Mark Brown (1):
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
> Seungwhan Youn (2):
>       ASoC: WM8580: Fix R8 initial value
>       ASoC: Remove unnecessary structure definitions
> 
>  include/sound/soc.h           |    3 ---
>  sound/soc/codecs/wm8580.c     |    2 +-
>  sound/soc/codecs/wm8904.c     |    3 ++-
>  sound/soc/codecs/wm8955.c     |    3 ++-
>  sound/soc/codecs/wm8960.c     |    3 ++-
>  sound/soc/ep93xx/ep93xx-i2s.c |    4 ++--
>  sound/soc/ep93xx/ep93xx-pcm.c |    4 ++--
>  7 files changed, 11 insertions(+), 11 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2010-12-09 16:17 Mark Brown
  2010-12-09 17:21 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-09 16:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 146fd574ec06b1c593805738b1c2c8c5a4128681:

  ASoC: Add ADC high pass filter support to WM8994 (2010-12-08 15:46:49 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Alexander Sverdlin (1):
      ASoC: EP93xx: sampling rate range extended

Dmitry Artamonow (1):
      ASoC: fix deemphasis control in wm8904/55/60 codecs

Mark Brown (1):
      Merge branch 'for-2.6.37' into for-2.6.38

Seungwhan Youn (2):
      ASoC: WM8580: Fix R8 initial value
      ASoC: Remove unnecessary structure definitions

 include/sound/soc.h           |    3 ---
 sound/soc/codecs/wm8580.c     |    2 +-
 sound/soc/codecs/wm8904.c     |    3 ++-
 sound/soc/codecs/wm8955.c     |    3 ++-
 sound/soc/codecs/wm8960.c     |    3 ++-
 sound/soc/ep93xx/ep93xx-i2s.c |    4 ++--
 sound/soc/ep93xx/ep93xx-pcm.c |    4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2010-12-06 14:35 Mark Brown
@ 2010-12-06 14:39 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-06 14:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 6 Dec 2010 14:35:13 +0000,
Mark Brown wrote:
> 
> The following changes since commit 28216bf48bbe4314a7a02b7c9822dbb26aca530c:
> 
>   Merge branch 'for-2.6.37' into for-2.6.38 (2010-12-03 17:28:29 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now (topic/asoc branch is rebased).


thanks,

Takashi

> Axel Lin (1):
>       ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()
> 
> Dimitris Papastamos (1):
>       ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops
> 
> Mark Brown (3):
>       ASoC: Add post-CODEC bias level callback for machine driver
>       ASoC: Add trace events for jack detection
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
> Seungwhan Youn (2):
>       ASoC: SAMSUNG: Fix initial return value
>       ASoC: SAMSUNG: Remove duplicated snd_card on smdk_spdif
> 
> Uk Kim (2):
>       ASoC: Fix off by one error in WM8994 EQ register bank size
>       ASoC: Fix swap of left and right channels for WM8993/4 speaker boost gain
> 
>  include/linux/mfd/wm8994/pdata.h |    2 +-
>  include/sound/soc.h              |    3 ++
>  include/trace/events/asoc.h      |   59 ++++++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/wm_hubs.c       |    2 +-
>  sound/soc/samsung/smdk_spdif.c   |    4 +--
>  sound/soc/soc-cache.c            |   18 ++++++++++-
>  sound/soc/soc-core.c             |    6 ++--
>  sound/soc/soc-dapm.c             |    4 ++
>  sound/soc/soc-jack.c             |    7 ++++
>  9 files changed, 95 insertions(+), 10 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2010-12-06 14:35 Mark Brown
  2010-12-06 14:39 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-06 14:35 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 28216bf48bbe4314a7a02b7c9822dbb26aca530c:

  Merge branch 'for-2.6.37' into for-2.6.38 (2010-12-03 17:28:29 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Axel Lin (1):
      ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()

Dimitris Papastamos (1):
      ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops

Mark Brown (3):
      ASoC: Add post-CODEC bias level callback for machine driver
      ASoC: Add trace events for jack detection
      Merge branch 'for-2.6.37' into for-2.6.38

Seungwhan Youn (2):
      ASoC: SAMSUNG: Fix initial return value
      ASoC: SAMSUNG: Remove duplicated snd_card on smdk_spdif

Uk Kim (2):
      ASoC: Fix off by one error in WM8994 EQ register bank size
      ASoC: Fix swap of left and right channels for WM8993/4 speaker boost gain

 include/linux/mfd/wm8994/pdata.h |    2 +-
 include/sound/soc.h              |    3 ++
 include/trace/events/asoc.h      |   59 ++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm_hubs.c       |    2 +-
 sound/soc/samsung/smdk_spdif.c   |    4 +--
 sound/soc/soc-cache.c            |   18 ++++++++++-
 sound/soc/soc-core.c             |    6 ++--
 sound/soc/soc-dapm.c             |    4 ++
 sound/soc/soc-jack.c             |    7 ++++
 9 files changed, 95 insertions(+), 10 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2010-12-03 17:46 Mark Brown
@ 2010-12-04  7:59 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-12-04  7:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 3 Dec 2010 17:46:33 +0000,
Mark Brown wrote:
> 
> The following changes since commit 649e5fb033bbadbfa78aba5e2711f1faf2affaf0:
> 
>   Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-29 18:33:47 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Axel Lin (4):
>       ASoC: Fix missing spin_unlock_irqrestore
>       ASoC: Simplify pm860x_probe error handling
>       ASoC: ak4535: Improve readability for setting mute
>       ASoC: Fix inconsistent meaning of default case while checking alc5623->id
> 
> Daniel Glöckner (3):
>       s6000-i2s: fix compilation
>       s6000-pcm: fix compilation
>       s6105-ipcam: fix compilation
> 
> Dimitris Papastamos (7):
>       ASoC: soc-cache: Fix memory overflow in LZO initialization
>       ASoC: WM8731: Fix incorrect mask for bypass path disable
>       ASoC: Add compress_type as a member to snd_soc_codec
>       ASoC: Change the base value of compress_type
>       ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf
>       ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default
>       ASoC: soc-core: Allow machine drivers to override compress_type
> 
> Jarkko Nikula (4):
>       ASoC: Add support for optional auxiliary dailess codecs
>       ASoC: Fix build failure in soc-core.c
>       ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependency
>       ASoC: Don't oops in soc_probe_aux_dev in case of missing codec
> 
> Jassi Brar (1):
>       ASoC: WM8580: Debug interface index
> 
> Kuninori Morimoto (8):
>       ASoC: sh: fsi-ak4642: Add FSI port and ak464x selection
>       ASoC: sh: fsi-ak4642: tidyup unnecessary variables
>       ASoC: sh: fsi-ak4642: midify card name
>       ASoC: sh: fsi: clean up SPDIF defines
>       ASoC: sh: fsi: remove fsi_master_write
>       ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclk
>       ASoC: sh: fsi: remove runtime register check from fsi_reg_xxx
>       ASoC: sh: fsi: remove runtime register check from fsi_master_xxx
> 
> Mark Brown (14):
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Correct event flags for WM8958 AIF DACs
>       ASoC: Allow user-specified WM8958 multiband compressor configurations
>       ASoC: Provide WM8731 microphone boost TLV information
>       ASoC: Split WM8731 enumeration array into individual enums
>       ASoC: Automatically manage WM8731 deemphasis
>       ASoC: Tune performance of WM8958 revision A
>       ASoC: Apostrophe patrol in soc-core.c
>       ASoC: Make the DAI ops constant in the DAI structure
>       ASoC: Move active copy of CODEC read and write into runtime structure
>       ASoC: Constify struct snd_soc_codec_driver
>       ASoC: When disabling WM8994 FLL force a source selection
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
> Takashi Iwai (1):
>       Merge branch 'for-2.6.37' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
> 
>  arch/arm/mach-shmobile/board-ap4evb.c |    5 +
>  arch/sh/boards/mach-se/7724/setup.c   |    5 +
>  include/linux/mfd/wm8994/pdata.h      |   17 ++
>  include/linux/mfd/wm8994/registers.h  |   77 +++++++++
>  include/sound/soc-dai.h               |    2 +-
>  include/sound/soc.h                   |   46 +++++-
>  sound/soc/codecs/88pm860x-codec.c     |   12 +-
>  sound/soc/codecs/ak4535.c             |   10 +-
>  sound/soc/codecs/alc5623.c            |   10 +-
>  sound/soc/codecs/wm8580.c             |    8 +-
>  sound/soc/codecs/wm8731.c             |   88 ++++++++++-
>  sound/soc/codecs/wm8994.c             |  129 ++++++++++++++--
>  sound/soc/nuc900/nuc900-pcm.c         |    9 +-
>  sound/soc/omap/Kconfig                |    2 +-
>  sound/soc/s6000/s6000-i2s.c           |    2 +-
>  sound/soc/s6000/s6000-pcm.c           |    2 +-
>  sound/soc/s6000/s6105-ipcam.c         |    2 +-
>  sound/soc/sh/fsi-ak4642.c             |  140 +++++++++++++++--
>  sound/soc/sh/fsi.c                    |  207 +++++++++++--------------
>  sound/soc/soc-cache.c                 |   58 ++++---
>  sound/soc/soc-core.c                  |  275 +++++++++++++++++++++++++++++---
>  21 files changed, 867 insertions(+), 239 deletions(-)
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* ASoC updates for 2.6.38
@ 2010-12-03 17:46 Mark Brown
  2010-12-04  7:59 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-12-03 17:46 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 649e5fb033bbadbfa78aba5e2711f1faf2affaf0:

  Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-29 18:33:47 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Axel Lin (4):
      ASoC: Fix missing spin_unlock_irqrestore
      ASoC: Simplify pm860x_probe error handling
      ASoC: ak4535: Improve readability for setting mute
      ASoC: Fix inconsistent meaning of default case while checking alc5623->id

Daniel Glöckner (3):
      s6000-i2s: fix compilation
      s6000-pcm: fix compilation
      s6105-ipcam: fix compilation

Dimitris Papastamos (7):
      ASoC: soc-cache: Fix memory overflow in LZO initialization
      ASoC: WM8731: Fix incorrect mask for bypass path disable
      ASoC: Add compress_type as a member to snd_soc_codec
      ASoC: Change the base value of compress_type
      ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf
      ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default
      ASoC: soc-core: Allow machine drivers to override compress_type

Jarkko Nikula (4):
      ASoC: Add support for optional auxiliary dailess codecs
      ASoC: Fix build failure in soc-core.c
      ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependency
      ASoC: Don't oops in soc_probe_aux_dev in case of missing codec

Jassi Brar (1):
      ASoC: WM8580: Debug interface index

Kuninori Morimoto (8):
      ASoC: sh: fsi-ak4642: Add FSI port and ak464x selection
      ASoC: sh: fsi-ak4642: tidyup unnecessary variables
      ASoC: sh: fsi-ak4642: midify card name
      ASoC: sh: fsi: clean up SPDIF defines
      ASoC: sh: fsi: remove fsi_master_write
      ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclk
      ASoC: sh: fsi: remove runtime register check from fsi_reg_xxx
      ASoC: sh: fsi: remove runtime register check from fsi_master_xxx

Mark Brown (14):
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Correct event flags for WM8958 AIF DACs
      ASoC: Allow user-specified WM8958 multiband compressor configurations
      ASoC: Provide WM8731 microphone boost TLV information
      ASoC: Split WM8731 enumeration array into individual enums
      ASoC: Automatically manage WM8731 deemphasis
      ASoC: Tune performance of WM8958 revision A
      ASoC: Apostrophe patrol in soc-core.c
      ASoC: Make the DAI ops constant in the DAI structure
      ASoC: Move active copy of CODEC read and write into runtime structure
      ASoC: Constify struct snd_soc_codec_driver
      ASoC: When disabling WM8994 FLL force a source selection
      Merge branch 'for-2.6.37' into for-2.6.38

Takashi Iwai (1):
      Merge branch 'for-2.6.37' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc

 arch/arm/mach-shmobile/board-ap4evb.c |    5 +
 arch/sh/boards/mach-se/7724/setup.c   |    5 +
 include/linux/mfd/wm8994/pdata.h      |   17 ++
 include/linux/mfd/wm8994/registers.h  |   77 +++++++++
 include/sound/soc-dai.h               |    2 +-
 include/sound/soc.h                   |   46 +++++-
 sound/soc/codecs/88pm860x-codec.c     |   12 +-
 sound/soc/codecs/ak4535.c             |   10 +-
 sound/soc/codecs/alc5623.c            |   10 +-
 sound/soc/codecs/wm8580.c             |    8 +-
 sound/soc/codecs/wm8731.c             |   88 ++++++++++-
 sound/soc/codecs/wm8994.c             |  129 ++++++++++++++--
 sound/soc/nuc900/nuc900-pcm.c         |    9 +-
 sound/soc/omap/Kconfig                |    2 +-
 sound/soc/s6000/s6000-i2s.c           |    2 +-
 sound/soc/s6000/s6000-pcm.c           |    2 +-
 sound/soc/s6000/s6105-ipcam.c         |    2 +-
 sound/soc/sh/fsi-ak4642.c             |  140 +++++++++++++++--
 sound/soc/sh/fsi.c                    |  207 +++++++++++--------------
 sound/soc/soc-cache.c                 |   58 ++++---
 sound/soc/soc-core.c                  |  275 +++++++++++++++++++++++++++++---
 21 files changed, 867 insertions(+), 239 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2010-11-29 19:08 Mark Brown
@ 2010-11-30  7:21 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-11-30  7:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 29 Nov 2010 19:08:13 +0000,
Mark Brown wrote:
> 
> The following changes since commit ab4e57446ff2e0a5c154cb703595d574130dc919:
> 
>   Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-24 11:57:43 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Pulled now.  Thanks.


Takashi


> Axel Lin (24):
>       ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_soc_dai_remove
>       ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error path
>       ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error path
>       ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error path
>       ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error path
>       ASoC: simone: fix resource leak in simone_init error path
>       ASoC: imx-ssi: fix resource leak
>       ASoC: phycore-ac97: fix resource leak
>       ASoC: davinci-vcif - fix a memory leak
>       ASoC: neo1973_gta02_wm8753: fix wrong parameter for snd_soc_register_dai and snd_soc_unregister_dai
>       ASoC: Fix compile error for smartq_wm8987.c
>       ASoC: smdk_wm9713: fix resource leak in smdk_init error path
>       ASoC: tlv320aic3x - fix variable may be used uninitialized warning
>       ASoC: Fix resource reclaim for osk5912
>       ASoC: Fix resource leak in goni_wm8994.c
>       ASoC: Fix resource leak in neo1973_gta02_init() error path
>       ASoC: Add missing gpio_free(S3C64XX_GPK(12)) in smartq_exit()
>       ASoC: Fix resource leak in smdk_spdif.c
>       ASoC: Fix compile error for nuc900-ac97.c
>       ASoC: Fix prototype for nuc900_ac97_probe and nuc900_ac97_remove
>       ASoC: Fix compile error for nuc900-pcm.c
>       ASoC: Remove unneeded !! operations while checking return value of nuc900_checkready
>       ASoC: Add missing dev_set_drvdata in mpc8610_hpcd_probe
>       ASoC: Add missing dev_set_drvdata in p1022_ds_probe
> 
> Dimitris Papastamos (2):
>       ASoC: soc-cache: Add error checking in the *_cache_sync functions
>       ASoC: soc-cache: Ensure consistent cache naming
> 
> Dmitry Artamonow (1):
>       ASoC: fix SND_PXA2XX_LIB Kconfig warning
> 
> Mark Brown (18):
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Make SMDK WM8580 driver unloadable
>       ASoC: Update MAINTAINERS for Samsung driver move
>       ASoC: Add WM8737 ALC support
>       ARM: Samsung: Make sure ASoC DMA device is prototyped
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Remove redundant hw_write initialisation in WM8737
>       mfd: Add initial WM8958 support
>       gpiolib: Add WM8958 support to the WM8994 driver
>       ASoC: Use DC servo startup mode when not doing DCS correction
>       ASoC: Initial WM8958 audio configuration
>       ASoC: Implement support for enhanced AIF3 on WM8958
>       ASoC: Add WM8958 Multi-band compressor support
>       ASoC: Add WM8958 microphone detection support
>       ASoC: Convert WM8994 to use soc-cache.c cache functions
>       ASoC: Enable rbtree compression for WM8994/58 register cache
>       ASoC: Implement runtime PM for WM8994/58
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
>  MAINTAINERS                              |    2 +-
>  arch/arm/plat-samsung/dev-asocdma.c      |    1 +
>  drivers/gpio/wm8994-gpio.c               |   24 +
>  drivers/mfd/wm8994-core.c                |   93 ++-
>  include/linux/mfd/wm8994/core.h          |    8 +
>  include/linux/mfd/wm8994/registers.h     |  225 +++++
>  include/sound/soc.h                      |    2 +-
>  sound/soc/atmel/sam9g20_wm8731.c         |    5 +-
>  sound/soc/atmel/snd-soc-afeb9260.c       |    1 -
>  sound/soc/codecs/tlv320aic3x.c           |    6 +-
>  sound/soc/codecs/wm8737.c                |   43 +-
>  sound/soc/codecs/wm8994-tables.c         | 1572 ++++++++++++++++++++++++++++++
>  sound/soc/codecs/wm8994.c                |  728 ++++++++++++--
>  sound/soc/codecs/wm8994.h                |    5 +
>  sound/soc/codecs/wm_hubs.c               |   20 +-
>  sound/soc/davinci/davinci-vcif.c         |    3 +
>  sound/soc/ep93xx/simone.c                |   18 +-
>  sound/soc/fsl/efika-audio-fabric.c       |    1 +
>  sound/soc/fsl/mpc8610_hpcd.c             |    1 +
>  sound/soc/fsl/p1022_ds.c                 |    1 +
>  sound/soc/fsl/pcm030-audio-fabric.c      |    1 +
>  sound/soc/imx/imx-ssi.c                  |   15 +-
>  sound/soc/imx/phycore-ac97.c             |   28 +-
>  sound/soc/nuc900/nuc900-ac97.c           |   15 +-
>  sound/soc/nuc900/nuc900-audio.h          |    2 +
>  sound/soc/nuc900/nuc900-pcm.c            |    2 +-
>  sound/soc/omap/osk5912.c                 |   11 +-
>  sound/soc/pxa/Kconfig                    |    1 +
>  sound/soc/samsung/goni_wm8994.c          |    9 +-
>  sound/soc/samsung/neo1973_gta02_wm8753.c |   26 +-
>  sound/soc/samsung/smartq_wm8987.c        |   10 +-
>  sound/soc/samsung/smdk_spdif.c           |   13 +-
>  sound/soc/samsung/smdk_wm8580.c          |    6 +
>  sound/soc/samsung/smdk_wm9713.c          |   17 +-
>  sound/soc/sh/ssi.c                       |    2 +-
>  sound/soc/soc-cache.c                    |   30 +-
>  36 files changed, 2742 insertions(+), 205 deletions(-)
> 

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

* ASoC updates for 2.6.38
@ 2010-11-29 19:08 Mark Brown
  2010-11-30  7:21 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-11-29 19:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit ab4e57446ff2e0a5c154cb703595d574130dc919:

  Merge branch 'for-2.6.37' into for-2.6.38 (2010-11-24 11:57:43 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Axel Lin (24):
      ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_soc_dai_remove
      ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error path
      ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error path
      ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error path
      ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error path
      ASoC: simone: fix resource leak in simone_init error path
      ASoC: imx-ssi: fix resource leak
      ASoC: phycore-ac97: fix resource leak
      ASoC: davinci-vcif - fix a memory leak
      ASoC: neo1973_gta02_wm8753: fix wrong parameter for snd_soc_register_dai and snd_soc_unregister_dai
      ASoC: Fix compile error for smartq_wm8987.c
      ASoC: smdk_wm9713: fix resource leak in smdk_init error path
      ASoC: tlv320aic3x - fix variable may be used uninitialized warning
      ASoC: Fix resource reclaim for osk5912
      ASoC: Fix resource leak in goni_wm8994.c
      ASoC: Fix resource leak in neo1973_gta02_init() error path
      ASoC: Add missing gpio_free(S3C64XX_GPK(12)) in smartq_exit()
      ASoC: Fix resource leak in smdk_spdif.c
      ASoC: Fix compile error for nuc900-ac97.c
      ASoC: Fix prototype for nuc900_ac97_probe and nuc900_ac97_remove
      ASoC: Fix compile error for nuc900-pcm.c
      ASoC: Remove unneeded !! operations while checking return value of nuc900_checkready
      ASoC: Add missing dev_set_drvdata in mpc8610_hpcd_probe
      ASoC: Add missing dev_set_drvdata in p1022_ds_probe

Dimitris Papastamos (2):
      ASoC: soc-cache: Add error checking in the *_cache_sync functions
      ASoC: soc-cache: Ensure consistent cache naming

Dmitry Artamonow (1):
      ASoC: fix SND_PXA2XX_LIB Kconfig warning

Mark Brown (18):
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Make SMDK WM8580 driver unloadable
      ASoC: Update MAINTAINERS for Samsung driver move
      ASoC: Add WM8737 ALC support
      ARM: Samsung: Make sure ASoC DMA device is prototyped
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Remove redundant hw_write initialisation in WM8737
      mfd: Add initial WM8958 support
      gpiolib: Add WM8958 support to the WM8994 driver
      ASoC: Use DC servo startup mode when not doing DCS correction
      ASoC: Initial WM8958 audio configuration
      ASoC: Implement support for enhanced AIF3 on WM8958
      ASoC: Add WM8958 Multi-band compressor support
      ASoC: Add WM8958 microphone detection support
      ASoC: Convert WM8994 to use soc-cache.c cache functions
      ASoC: Enable rbtree compression for WM8994/58 register cache
      ASoC: Implement runtime PM for WM8994/58
      Merge branch 'for-2.6.37' into for-2.6.38

 MAINTAINERS                              |    2 +-
 arch/arm/plat-samsung/dev-asocdma.c      |    1 +
 drivers/gpio/wm8994-gpio.c               |   24 +
 drivers/mfd/wm8994-core.c                |   93 ++-
 include/linux/mfd/wm8994/core.h          |    8 +
 include/linux/mfd/wm8994/registers.h     |  225 +++++
 include/sound/soc.h                      |    2 +-
 sound/soc/atmel/sam9g20_wm8731.c         |    5 +-
 sound/soc/atmel/snd-soc-afeb9260.c       |    1 -
 sound/soc/codecs/tlv320aic3x.c           |    6 +-
 sound/soc/codecs/wm8737.c                |   43 +-
 sound/soc/codecs/wm8994-tables.c         | 1572 ++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8994.c                |  728 ++++++++++++--
 sound/soc/codecs/wm8994.h                |    5 +
 sound/soc/codecs/wm_hubs.c               |   20 +-
 sound/soc/davinci/davinci-vcif.c         |    3 +
 sound/soc/ep93xx/simone.c                |   18 +-
 sound/soc/fsl/efika-audio-fabric.c       |    1 +
 sound/soc/fsl/mpc8610_hpcd.c             |    1 +
 sound/soc/fsl/p1022_ds.c                 |    1 +
 sound/soc/fsl/pcm030-audio-fabric.c      |    1 +
 sound/soc/imx/imx-ssi.c                  |   15 +-
 sound/soc/imx/phycore-ac97.c             |   28 +-
 sound/soc/nuc900/nuc900-ac97.c           |   15 +-
 sound/soc/nuc900/nuc900-audio.h          |    2 +
 sound/soc/nuc900/nuc900-pcm.c            |    2 +-
 sound/soc/omap/osk5912.c                 |   11 +-
 sound/soc/pxa/Kconfig                    |    1 +
 sound/soc/samsung/goni_wm8994.c          |    9 +-
 sound/soc/samsung/neo1973_gta02_wm8753.c |   26 +-
 sound/soc/samsung/smartq_wm8987.c        |   10 +-
 sound/soc/samsung/smdk_spdif.c           |   13 +-
 sound/soc/samsung/smdk_wm8580.c          |    6 +
 sound/soc/samsung/smdk_wm9713.c          |   17 +-
 sound/soc/sh/ssi.c                       |    2 +-
 sound/soc/soc-cache.c                    |   30 +-
 36 files changed, 2742 insertions(+), 205 deletions(-)

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

* Re: ASoC updates for 2.6.38
  2010-11-24 13:16 Mark Brown
@ 2010-11-24 13:41 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-11-24 13:41 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 24 Nov 2010 13:16:49 +0000,
Mark Brown wrote:
> 
> The following changes since commit 2ab46c9390e74368a38ddb5aa525124518df8b69:
> 
>   Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-11-23 12:45:05 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> Bigger than usual set due to Jarkko's removal of header inclusions
> (which touched a lot of files) and Jassi's Samsung driver reworking.

Pulled now.  Thanks.


Takashi

> Axel Lin (10):
>       ASoC: stac9766 - set reg_cache_default to stac9766_reg
>       ASoC: Fix a memory leak in alc5623_i2c_probe error path
>       ASoC: Do not update the cache if write to hardware failed
>       ASoC: max98088 - fix a memory leak
>       ASoC: wm8904 - fix memory leaks
>       ASoC: wm8994 - fix memory leaks
>       ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal mode
>       ASoC: wm8961 - clear WM8961_MCLKDIV bit for freq <= 16500000
>       ASoC: Return proper error for omap3pandora_soc_init
>       ASoC: nuc900-ac97: fix a memory leak
> 
> Janusz Krzysztofik (1):
>       ASoC: OMAP: fix OMAP1 compilation problem
> 
> Jarkko Nikula (4):
>       ASoC: Fix compile breakage in jz4740.c and smartq_wm8987.c
>       ASoC: Do not include soc-dapm.h
>       ASoC: Do not include soc-dai.h
>       ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h
> 
> Jassi Brar (18):
>       ASoC: Samsung: Remove redundant AQUILA driver
>       ASoC: Samsung: Rename DMA device
>       ARM: Samsung: Define common audio-dma device
>       ASoC: Samsung: Rename ASoC DMA driver
>       ASoC: Samsung: Rename AC97 platform device
>       ASoC: Samsung: Rename AC97 driver
>       ASoC: Samsung: Rename PCM driver
>       ASoC: Samsung: Generalize DMA driver namespace
>       ASoC: Samsung: Rename s3c64xx I2S device
>       ASoC: Samsung: Add common I2S driver
>       ASoC: SMARTQ: Move to use new I2S driver
>       ASoC: GONI: Move to use new I2S driver
>       ASoC: SMDK64XX: Move to use new I2S driver
>       ASoC: S3C64XX: Remove obsoleted I2S drivers
>       ASoC: SMDK64XX: Rename for other platforms
>       ASoC: SMDK_WM8580: Enable for SMDKC100
>       ASoC: Samsung: Generalize Kconfig symbols
>       ASoC: Samsung: Rename from s3c24xx to samsung
> 
> Jesper Juhl (1):
>       ASoC: MPC5200: Eliminate duplicate include of of_device.h
> 
> Liam Girdwood (1):
>       Merge commit 'v2.6.37-rc1' into for-2.6.37
> 
> Mark Brown (8):
>       ASoC: Fix multi-component mismerge in WM8523
>       ASoC: Restore WM8994 volatile and readable register operations
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'fix/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.37
>       Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
>       ASoC: Add initial WM8737 driver
>       Merge branch 'for-2.6.37' into for-2.6.38
> 
> Takashi Iwai (1):
>       Merge branch 'for-2.6.37' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
> 
> Vasiliy Kulikov (2):
>       ASoC: s3c24xx: test wrong variable
>       ASoC: atmel: test wrong variable
> 
>  arch/arm/mach-s3c2410/mach-h1940.c                 |    2 +-
>  arch/arm/mach-s3c2440/mach-rx1950.c                |    2 +-
>  arch/arm/mach-s3c64xx/dev-audio.c                  |   15 +-
>  arch/arm/mach-s3c64xx/mach-smdk6410.c              |    2 +-
>  arch/arm/mach-s5pc100/dev-audio.c                  |    2 +-
>  arch/arm/mach-s5pc100/mach-smdkc100.c              |    2 +
>  arch/arm/mach-s5pv210/dev-audio.c                  |    2 +-
>  arch/arm/plat-s3c24xx/devs.c                       |   19 +-
>  arch/arm/plat-samsung/Makefile                     |    1 +
>  arch/arm/plat-samsung/dev-asocdma.c                |   24 +
>  arch/arm/plat-samsung/include/plat/devs.h          |    2 +-
>  include/sound/soc-dai.h                            |    2 -
>  include/sound/soc-dapm.h                           |    1 -
>  sound/soc/Kconfig                                  |    2 +-
>  sound/soc/Makefile                                 |    2 +-
>  sound/soc/atmel/playpaq_wm8510.c                   |    1 -
>  sound/soc/atmel/sam9g20_wm8731.c                   |    5 +-
>  sound/soc/atmel/snd-soc-afeb9260.c                 |    1 -
>  sound/soc/au1x/db1200.c                            |    1 -
>  sound/soc/blackfin/bf5xx-ad1836.c                  |    1 -
>  sound/soc/blackfin/bf5xx-ad193x.c                  |    1 -
>  sound/soc/blackfin/bf5xx-ad73311.c                 |    1 -
>  sound/soc/blackfin/bf5xx-ssm2602.c                 |    1 -
>  sound/soc/codecs/88pm860x-codec.c                  |    1 -
>  sound/soc/codecs/Kconfig                           |    4 +
>  sound/soc/codecs/Makefile                          |    2 +
>  sound/soc/codecs/ad1836.c                          |    1 -
>  sound/soc/codecs/ad193x.c                          |    1 -
>  sound/soc/codecs/ad1980.c                          |    1 -
>  sound/soc/codecs/ak4535.c                          |    1 -
>  sound/soc/codecs/ak4671.c                          |    1 -
>  sound/soc/codecs/alc5623.c                         |   12 +-
>  sound/soc/codecs/cq93vc.c                          |    2 -
>  sound/soc/codecs/cs42l51.c                         |    1 -
>  sound/soc/codecs/jz4740.c                          |    1 -
>  sound/soc/codecs/max98088.c                        |    4 +-
>  sound/soc/codecs/ssm2602.c                         |    1 -
>  sound/soc/codecs/stac9766.c                        |    2 +-
>  sound/soc/codecs/tlv320aic23.c                     |    1 -
>  sound/soc/codecs/tlv320aic26.c                     |    1 -
>  sound/soc/codecs/tlv320aic3x.c                     |    1 -
>  sound/soc/codecs/tlv320dac33.c                     |    1 -
>  sound/soc/codecs/tpa6130a2.c                       |    5 +-
>  sound/soc/codecs/twl4030.c                         |    1 -
>  sound/soc/codecs/twl6040.c                         |    1 -
>  sound/soc/codecs/uda134x.c                         |    1 -
>  sound/soc/codecs/uda1380.c                         |    1 -
>  sound/soc/codecs/wl1273.c                          |    3 +-
>  sound/soc/codecs/wm2000.c                          |    1 -
>  sound/soc/codecs/wm8350.c                          |    1 -
>  sound/soc/codecs/wm8400.c                          |    1 -
>  sound/soc/codecs/wm8510.c                          |    1 -
>  sound/soc/codecs/wm8523.c                          |    2 -
>  sound/soc/codecs/wm8580.c                          |    1 -
>  sound/soc/codecs/wm8711.c                          |    1 -
>  sound/soc/codecs/wm8728.c                          |    1 -
>  sound/soc/codecs/wm8731.c                          |    1 -
>  sound/soc/codecs/wm8737.c                          |  713 +++++++++++
>  sound/soc/codecs/wm8737.h                          |  322 +++++
>  sound/soc/codecs/wm8741.c                          |    1 -
>  sound/soc/codecs/wm8750.c                          |    1 -
>  sound/soc/codecs/wm8753.c                          |    1 -
>  sound/soc/codecs/wm8770.c                          |    1 -
>  sound/soc/codecs/wm8776.c                          |    1 -
>  sound/soc/codecs/wm8804.c                          |    1 -
>  sound/soc/codecs/wm8900.c                          |    1 -
>  sound/soc/codecs/wm8903.c                          |    1 -
>  sound/soc/codecs/wm8904.c                          |    3 +-
>  sound/soc/codecs/wm8940.c                          |    1 -
>  sound/soc/codecs/wm8955.c                          |    1 -
>  sound/soc/codecs/wm8960.c                          |    1 -
>  sound/soc/codecs/wm8961.c                          |    5 +-
>  sound/soc/codecs/wm8962.c                          |    1 -
>  sound/soc/codecs/wm8971.c                          |    1 -
>  sound/soc/codecs/wm8974.c                          |    1 -
>  sound/soc/codecs/wm8978.c                          |    1 -
>  sound/soc/codecs/wm8985.c                          |    1 -
>  sound/soc/codecs/wm8988.c                          |    1 -
>  sound/soc/codecs/wm8990.c                          |    1 -
>  sound/soc/codecs/wm8993.c                          |    1 -
>  sound/soc/codecs/wm8994.c                          |    5 +-
>  sound/soc/codecs/wm9081.c                          |    1 -
>  sound/soc/codecs/wm9090.c                          |    1 -
>  sound/soc/codecs/wm9705.c                          |    1 -
>  sound/soc/codecs/wm9712.c                          |    1 -
>  sound/soc/codecs/wm9713.c                          |    1 -
>  sound/soc/codecs/wm_hubs.c                         |    1 -
>  sound/soc/davinci/davinci-evm.c                    |    1 -
>  sound/soc/davinci/davinci-sffsdr.c                 |    1 -
>  sound/soc/ep93xx/snappercl15.c                     |    1 -
>  sound/soc/fsl/mpc5200_dma.c                        |    1 -
>  sound/soc/imx/eukrea-tlv320.c                      |    1 -
>  sound/soc/imx/phycore-ac97.c                       |    1 -
>  sound/soc/imx/wm1133-ev1.c                         |    1 -
>  sound/soc/jz4740/jz4740-i2s.c                      |    1 -
>  sound/soc/jz4740/qi_lb60.c                         |    1 -
>  sound/soc/kirkwood/kirkwood-t5325.c                |    1 -
>  sound/soc/nuc900/nuc900-ac97.c                     |    2 +-
>  sound/soc/nuc900/nuc900-audio.c                    |    1 -
>  sound/soc/omap/am3517evm.c                         |    1 -
>  sound/soc/omap/igep0020.c                          |    1 -
>  sound/soc/omap/n810.c                              |    1 -
>  sound/soc/omap/omap-mcbsp.c                        |    8 +
>  sound/soc/omap/omap2evm.c                          |    1 -
>  sound/soc/omap/omap3beagle.c                       |    1 -
>  sound/soc/omap/omap3evm.c                          |    1 -
>  sound/soc/omap/omap3pandora.c                      |    2 +-
>  sound/soc/omap/osk5912.c                           |    1 -
>  sound/soc/omap/overo.c                             |    1 -
>  sound/soc/omap/rx51.c                              |    1 -
>  sound/soc/omap/sdp3430.c                           |    1 -
>  sound/soc/omap/sdp4430.c                           |    1 -
>  sound/soc/omap/zoom2.c                             |    1 -
>  sound/soc/pxa/corgi.c                              |    1 -
>  sound/soc/pxa/e740_wm9705.c                        |    1 -
>  sound/soc/pxa/e750_wm9705.c                        |    1 -
>  sound/soc/pxa/e800_wm9712.c                        |    1 -
>  sound/soc/pxa/em-x270.c                            |    1 -
>  sound/soc/pxa/magician.c                           |    1 -
>  sound/soc/pxa/mioa701_wm9713.c                     |    1 -
>  sound/soc/pxa/palm27x.c                            |    1 -
>  sound/soc/pxa/poodle.c                             |    1 -
>  sound/soc/pxa/raumfeld.c                           |    1 -
>  sound/soc/pxa/saarb.c                              |    1 -
>  sound/soc/pxa/spitz.c                              |    1 -
>  sound/soc/pxa/tavorevb3.c                          |    1 -
>  sound/soc/pxa/tosa.c                               |    1 -
>  sound/soc/pxa/z2.c                                 |    1 -
>  sound/soc/pxa/zylonite.c                           |    1 -
>  sound/soc/s3c24xx/Kconfig                          |  171 ---
>  sound/soc/s3c24xx/Makefile                         |   55 -
>  sound/soc/s3c24xx/aquila_wm8994.c                  |  296 -----
>  sound/soc/s3c24xx/s3c64xx-i2s-v4.c                 |  230 ----
>  sound/soc/s3c24xx/s3c64xx-i2s.c                    |  242 ----
>  sound/soc/s3c24xx/s3c64xx-i2s.h                    |   41 -
>  sound/soc/s6000/s6105-ipcam.c                      |    1 -
>  sound/soc/samsung/Kconfig                          |  155 +++
>  sound/soc/samsung/Makefile                         |   51 +
>  sound/soc/{s3c24xx/s3c-ac97.c => samsung/ac97.c}   |   22 +-
>  sound/soc/{s3c24xx/s3c-ac97.h => samsung/ac97.h}   |    8 +-
>  sound/soc/{s3c24xx/s3c-dma.c => samsung/dma.c}     |  134 +-
>  sound/soc/{s3c24xx/s3c-dma.h => samsung/dma.h}     |    2 +-
>  sound/soc/{s3c24xx => samsung}/goni_wm8994.c       |   36 +-
>  sound/soc/samsung/i2s.c                            | 1256 ++++++++++++++++++++
>  sound/soc/samsung/i2s.h                            |   29 +
>  sound/soc/{s3c24xx => samsung}/jive_wm8750.c       |    7 +-
>  sound/soc/{s3c24xx => samsung}/lm4857.h            |    0
>  sound/soc/{s3c24xx => samsung}/ln2440sbc_alc650.c  |    9 +-
>  .../{s3c24xx => samsung}/neo1973_gta02_wm8753.c    |    7 +-
>  sound/soc/{s3c24xx => samsung}/neo1973_wm8753.c    |    7 +-
>  sound/soc/{s3c24xx/s3c-pcm.c => samsung/pcm.c}     |    6 +-
>  sound/soc/{s3c24xx/s3c-pcm.h => samsung/pcm.h}     |    2 +-
>  sound/soc/{s3c24xx => samsung}/regs-i2s-v2.h       |    0
>  sound/soc/{s3c24xx => samsung}/rx1950_uda1380.c    |    5 +-
>  sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.c        |    4 +-
>  sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.h        |    2 +-
>  sound/soc/{s3c24xx => samsung}/s3c2412-i2s.c       |    4 +-
>  sound/soc/{s3c24xx => samsung}/s3c2412-i2s.h       |    2 +-
>  sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.c       |    2 +-
>  sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.h       |    0
>  sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.c    |    5 +-
>  sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.h    |    2 +-
>  .../{s3c24xx => samsung}/s3c24xx_simtec_hermes.c   |    7 +-
>  .../s3c24xx_simtec_tlv320aic23.c                   |    7 +-
>  sound/soc/{s3c24xx => samsung}/s3c24xx_uda134x.c   |    5 +-
>  sound/soc/{s3c24xx => samsung}/smartq_wm8987.c     |   33 +-
>  sound/soc/{s3c24xx => samsung}/smdk2443_wm9710.c   |    9 +-
>  sound/soc/{s3c24xx => samsung}/smdk_spdif.c        |    8 +-
>  .../smdk64xx_wm8580.c => samsung/smdk_wm8580.c}    |  151 ++--
>  sound/soc/{s3c24xx => samsung}/smdk_wm9713.c       |    8 +-
>  sound/soc/{s3c24xx => samsung}/spdif.c             |    4 +-
>  sound/soc/{s3c24xx => samsung}/spdif.h             |    2 +-
>  sound/soc/sh/migor.c                               |    1 -
>  sound/soc/sh/sh7760-ac97.c                         |    1 -
>  sound/soc/sh/siu.h                                 |    2 +-
>  sound/soc/sh/siu_dai.c                             |    2 +-
>  sound/soc/sh/siu_pcm.c                             |    2 +-
>  sound/soc/soc-core.c                               |    1 -
>  sound/soc/soc-dapm.c                               |    1 -
>  sound/soc/soc-jack.c                               |    1 -
>  180 files changed, 2859 insertions(+), 1456 deletions(-)
>  create mode 100644 arch/arm/plat-samsung/dev-asocdma.c
>  create mode 100644 sound/soc/codecs/wm8737.c
>  create mode 100644 sound/soc/codecs/wm8737.h
>  delete mode 100644 sound/soc/s3c24xx/Kconfig
>  delete mode 100644 sound/soc/s3c24xx/Makefile
>  delete mode 100644 sound/soc/s3c24xx/aquila_wm8994.c
>  delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s-v4.c
>  delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.c
>  delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.h
>  create mode 100644 sound/soc/samsung/Kconfig
>  create mode 100644 sound/soc/samsung/Makefile
>  rename sound/soc/{s3c24xx/s3c-ac97.c => samsung/ac97.c} (96%)
>  rename sound/soc/{s3c24xx/s3c-ac97.h => samsung/ac97.h} (73%)
>  rename sound/soc/{s3c24xx/s3c-dma.c => samsung/dma.c} (74%)
>  rename sound/soc/{s3c24xx/s3c-dma.h => samsung/dma.h} (97%)
>  rename sound/soc/{s3c24xx => samsung}/goni_wm8994.c (92%)
>  create mode 100644 sound/soc/samsung/i2s.c
>  create mode 100644 sound/soc/samsung/i2s.h
>  rename sound/soc/{s3c24xx => samsung}/jive_wm8750.c (97%)
>  rename sound/soc/{s3c24xx => samsung}/lm4857.h (100%)
>  rename sound/soc/{s3c24xx => samsung}/ln2440sbc_alc650.c (92%)
>  rename sound/soc/{s3c24xx => samsung}/neo1973_gta02_wm8753.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/neo1973_wm8753.c (99%)
>  rename sound/soc/{s3c24xx/s3c-pcm.c => samsung/pcm.c} (99%)
>  rename sound/soc/{s3c24xx/s3c-pcm.h => samsung/pcm.h} (99%)
>  rename sound/soc/{s3c24xx => samsung}/regs-i2s-v2.h (100%)
>  rename sound/soc/{s3c24xx => samsung}/rx1950_uda1380.c (98%)
>  rename sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.h (98%)
>  rename sound/soc/{s3c24xx => samsung}/s3c2412-i2s.c (98%)
>  rename sound/soc/{s3c24xx => samsung}/s3c2412-i2s.h (95%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.h (100%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.h (94%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec_hermes.c (96%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec_tlv320aic23.c (96%)
>  rename sound/soc/{s3c24xx => samsung}/s3c24xx_uda134x.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/smartq_wm8987.c (92%)
>  rename sound/soc/{s3c24xx => samsung}/smdk2443_wm9710.c (92%)
>  rename sound/soc/{s3c24xx => samsung}/smdk_spdif.c (97%)
>  rename sound/soc/{s3c24xx/smdk64xx_wm8580.c => samsung/smdk_wm8580.c} (63%)
>  rename sound/soc/{s3c24xx => samsung}/smdk_wm9713.c (95%)
>  rename sound/soc/{s3c24xx => samsung}/spdif.c (99%)
>  rename sound/soc/{s3c24xx => samsung}/spdif.h (94%)
> 

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

* ASoC updates for 2.6.38
@ 2010-11-24 13:16 Mark Brown
  2010-11-24 13:41 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-11-24 13:16 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 2ab46c9390e74368a38ddb5aa525124518df8b69:

  Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-11-23 12:45:05 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

Bigger than usual set due to Jarkko's removal of header inclusions
(which touched a lot of files) and Jassi's Samsung driver reworking.

Axel Lin (10):
      ASoC: stac9766 - set reg_cache_default to stac9766_reg
      ASoC: Fix a memory leak in alc5623_i2c_probe error path
      ASoC: Do not update the cache if write to hardware failed
      ASoC: max98088 - fix a memory leak
      ASoC: wm8904 - fix memory leaks
      ASoC: wm8994 - fix memory leaks
      ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal mode
      ASoC: wm8961 - clear WM8961_MCLKDIV bit for freq <= 16500000
      ASoC: Return proper error for omap3pandora_soc_init
      ASoC: nuc900-ac97: fix a memory leak

Janusz Krzysztofik (1):
      ASoC: OMAP: fix OMAP1 compilation problem

Jarkko Nikula (4):
      ASoC: Fix compile breakage in jz4740.c and smartq_wm8987.c
      ASoC: Do not include soc-dapm.h
      ASoC: Do not include soc-dai.h
      ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h

Jassi Brar (18):
      ASoC: Samsung: Remove redundant AQUILA driver
      ASoC: Samsung: Rename DMA device
      ARM: Samsung: Define common audio-dma device
      ASoC: Samsung: Rename ASoC DMA driver
      ASoC: Samsung: Rename AC97 platform device
      ASoC: Samsung: Rename AC97 driver
      ASoC: Samsung: Rename PCM driver
      ASoC: Samsung: Generalize DMA driver namespace
      ASoC: Samsung: Rename s3c64xx I2S device
      ASoC: Samsung: Add common I2S driver
      ASoC: SMARTQ: Move to use new I2S driver
      ASoC: GONI: Move to use new I2S driver
      ASoC: SMDK64XX: Move to use new I2S driver
      ASoC: S3C64XX: Remove obsoleted I2S drivers
      ASoC: SMDK64XX: Rename for other platforms
      ASoC: SMDK_WM8580: Enable for SMDKC100
      ASoC: Samsung: Generalize Kconfig symbols
      ASoC: Samsung: Rename from s3c24xx to samsung

Jesper Juhl (1):
      ASoC: MPC5200: Eliminate duplicate include of of_device.h

Liam Girdwood (1):
      Merge commit 'v2.6.37-rc1' into for-2.6.37

Mark Brown (8):
      ASoC: Fix multi-component mismerge in WM8523
      ASoC: Restore WM8994 volatile and readable register operations
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'fix/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.37
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
      ASoC: Add initial WM8737 driver
      Merge branch 'for-2.6.37' into for-2.6.38

Takashi Iwai (1):
      Merge branch 'for-2.6.37' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc

Vasiliy Kulikov (2):
      ASoC: s3c24xx: test wrong variable
      ASoC: atmel: test wrong variable

 arch/arm/mach-s3c2410/mach-h1940.c                 |    2 +-
 arch/arm/mach-s3c2440/mach-rx1950.c                |    2 +-
 arch/arm/mach-s3c64xx/dev-audio.c                  |   15 +-
 arch/arm/mach-s3c64xx/mach-smdk6410.c              |    2 +-
 arch/arm/mach-s5pc100/dev-audio.c                  |    2 +-
 arch/arm/mach-s5pc100/mach-smdkc100.c              |    2 +
 arch/arm/mach-s5pv210/dev-audio.c                  |    2 +-
 arch/arm/plat-s3c24xx/devs.c                       |   19 +-
 arch/arm/plat-samsung/Makefile                     |    1 +
 arch/arm/plat-samsung/dev-asocdma.c                |   24 +
 arch/arm/plat-samsung/include/plat/devs.h          |    2 +-
 include/sound/soc-dai.h                            |    2 -
 include/sound/soc-dapm.h                           |    1 -
 sound/soc/Kconfig                                  |    2 +-
 sound/soc/Makefile                                 |    2 +-
 sound/soc/atmel/playpaq_wm8510.c                   |    1 -
 sound/soc/atmel/sam9g20_wm8731.c                   |    5 +-
 sound/soc/atmel/snd-soc-afeb9260.c                 |    1 -
 sound/soc/au1x/db1200.c                            |    1 -
 sound/soc/blackfin/bf5xx-ad1836.c                  |    1 -
 sound/soc/blackfin/bf5xx-ad193x.c                  |    1 -
 sound/soc/blackfin/bf5xx-ad73311.c                 |    1 -
 sound/soc/blackfin/bf5xx-ssm2602.c                 |    1 -
 sound/soc/codecs/88pm860x-codec.c                  |    1 -
 sound/soc/codecs/Kconfig                           |    4 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/ad1836.c                          |    1 -
 sound/soc/codecs/ad193x.c                          |    1 -
 sound/soc/codecs/ad1980.c                          |    1 -
 sound/soc/codecs/ak4535.c                          |    1 -
 sound/soc/codecs/ak4671.c                          |    1 -
 sound/soc/codecs/alc5623.c                         |   12 +-
 sound/soc/codecs/cq93vc.c                          |    2 -
 sound/soc/codecs/cs42l51.c                         |    1 -
 sound/soc/codecs/jz4740.c                          |    1 -
 sound/soc/codecs/max98088.c                        |    4 +-
 sound/soc/codecs/ssm2602.c                         |    1 -
 sound/soc/codecs/stac9766.c                        |    2 +-
 sound/soc/codecs/tlv320aic23.c                     |    1 -
 sound/soc/codecs/tlv320aic26.c                     |    1 -
 sound/soc/codecs/tlv320aic3x.c                     |    1 -
 sound/soc/codecs/tlv320dac33.c                     |    1 -
 sound/soc/codecs/tpa6130a2.c                       |    5 +-
 sound/soc/codecs/twl4030.c                         |    1 -
 sound/soc/codecs/twl6040.c                         |    1 -
 sound/soc/codecs/uda134x.c                         |    1 -
 sound/soc/codecs/uda1380.c                         |    1 -
 sound/soc/codecs/wl1273.c                          |    3 +-
 sound/soc/codecs/wm2000.c                          |    1 -
 sound/soc/codecs/wm8350.c                          |    1 -
 sound/soc/codecs/wm8400.c                          |    1 -
 sound/soc/codecs/wm8510.c                          |    1 -
 sound/soc/codecs/wm8523.c                          |    2 -
 sound/soc/codecs/wm8580.c                          |    1 -
 sound/soc/codecs/wm8711.c                          |    1 -
 sound/soc/codecs/wm8728.c                          |    1 -
 sound/soc/codecs/wm8731.c                          |    1 -
 sound/soc/codecs/wm8737.c                          |  713 +++++++++++
 sound/soc/codecs/wm8737.h                          |  322 +++++
 sound/soc/codecs/wm8741.c                          |    1 -
 sound/soc/codecs/wm8750.c                          |    1 -
 sound/soc/codecs/wm8753.c                          |    1 -
 sound/soc/codecs/wm8770.c                          |    1 -
 sound/soc/codecs/wm8776.c                          |    1 -
 sound/soc/codecs/wm8804.c                          |    1 -
 sound/soc/codecs/wm8900.c                          |    1 -
 sound/soc/codecs/wm8903.c                          |    1 -
 sound/soc/codecs/wm8904.c                          |    3 +-
 sound/soc/codecs/wm8940.c                          |    1 -
 sound/soc/codecs/wm8955.c                          |    1 -
 sound/soc/codecs/wm8960.c                          |    1 -
 sound/soc/codecs/wm8961.c                          |    5 +-
 sound/soc/codecs/wm8962.c                          |    1 -
 sound/soc/codecs/wm8971.c                          |    1 -
 sound/soc/codecs/wm8974.c                          |    1 -
 sound/soc/codecs/wm8978.c                          |    1 -
 sound/soc/codecs/wm8985.c                          |    1 -
 sound/soc/codecs/wm8988.c                          |    1 -
 sound/soc/codecs/wm8990.c                          |    1 -
 sound/soc/codecs/wm8993.c                          |    1 -
 sound/soc/codecs/wm8994.c                          |    5 +-
 sound/soc/codecs/wm9081.c                          |    1 -
 sound/soc/codecs/wm9090.c                          |    1 -
 sound/soc/codecs/wm9705.c                          |    1 -
 sound/soc/codecs/wm9712.c                          |    1 -
 sound/soc/codecs/wm9713.c                          |    1 -
 sound/soc/codecs/wm_hubs.c                         |    1 -
 sound/soc/davinci/davinci-evm.c                    |    1 -
 sound/soc/davinci/davinci-sffsdr.c                 |    1 -
 sound/soc/ep93xx/snappercl15.c                     |    1 -
 sound/soc/fsl/mpc5200_dma.c                        |    1 -
 sound/soc/imx/eukrea-tlv320.c                      |    1 -
 sound/soc/imx/phycore-ac97.c                       |    1 -
 sound/soc/imx/wm1133-ev1.c                         |    1 -
 sound/soc/jz4740/jz4740-i2s.c                      |    1 -
 sound/soc/jz4740/qi_lb60.c                         |    1 -
 sound/soc/kirkwood/kirkwood-t5325.c                |    1 -
 sound/soc/nuc900/nuc900-ac97.c                     |    2 +-
 sound/soc/nuc900/nuc900-audio.c                    |    1 -
 sound/soc/omap/am3517evm.c                         |    1 -
 sound/soc/omap/igep0020.c                          |    1 -
 sound/soc/omap/n810.c                              |    1 -
 sound/soc/omap/omap-mcbsp.c                        |    8 +
 sound/soc/omap/omap2evm.c                          |    1 -
 sound/soc/omap/omap3beagle.c                       |    1 -
 sound/soc/omap/omap3evm.c                          |    1 -
 sound/soc/omap/omap3pandora.c                      |    2 +-
 sound/soc/omap/osk5912.c                           |    1 -
 sound/soc/omap/overo.c                             |    1 -
 sound/soc/omap/rx51.c                              |    1 -
 sound/soc/omap/sdp3430.c                           |    1 -
 sound/soc/omap/sdp4430.c                           |    1 -
 sound/soc/omap/zoom2.c                             |    1 -
 sound/soc/pxa/corgi.c                              |    1 -
 sound/soc/pxa/e740_wm9705.c                        |    1 -
 sound/soc/pxa/e750_wm9705.c                        |    1 -
 sound/soc/pxa/e800_wm9712.c                        |    1 -
 sound/soc/pxa/em-x270.c                            |    1 -
 sound/soc/pxa/magician.c                           |    1 -
 sound/soc/pxa/mioa701_wm9713.c                     |    1 -
 sound/soc/pxa/palm27x.c                            |    1 -
 sound/soc/pxa/poodle.c                             |    1 -
 sound/soc/pxa/raumfeld.c                           |    1 -
 sound/soc/pxa/saarb.c                              |    1 -
 sound/soc/pxa/spitz.c                              |    1 -
 sound/soc/pxa/tavorevb3.c                          |    1 -
 sound/soc/pxa/tosa.c                               |    1 -
 sound/soc/pxa/z2.c                                 |    1 -
 sound/soc/pxa/zylonite.c                           |    1 -
 sound/soc/s3c24xx/Kconfig                          |  171 ---
 sound/soc/s3c24xx/Makefile                         |   55 -
 sound/soc/s3c24xx/aquila_wm8994.c                  |  296 -----
 sound/soc/s3c24xx/s3c64xx-i2s-v4.c                 |  230 ----
 sound/soc/s3c24xx/s3c64xx-i2s.c                    |  242 ----
 sound/soc/s3c24xx/s3c64xx-i2s.h                    |   41 -
 sound/soc/s6000/s6105-ipcam.c                      |    1 -
 sound/soc/samsung/Kconfig                          |  155 +++
 sound/soc/samsung/Makefile                         |   51 +
 sound/soc/{s3c24xx/s3c-ac97.c => samsung/ac97.c}   |   22 +-
 sound/soc/{s3c24xx/s3c-ac97.h => samsung/ac97.h}   |    8 +-
 sound/soc/{s3c24xx/s3c-dma.c => samsung/dma.c}     |  134 +-
 sound/soc/{s3c24xx/s3c-dma.h => samsung/dma.h}     |    2 +-
 sound/soc/{s3c24xx => samsung}/goni_wm8994.c       |   36 +-
 sound/soc/samsung/i2s.c                            | 1256 ++++++++++++++++++++
 sound/soc/samsung/i2s.h                            |   29 +
 sound/soc/{s3c24xx => samsung}/jive_wm8750.c       |    7 +-
 sound/soc/{s3c24xx => samsung}/lm4857.h            |    0
 sound/soc/{s3c24xx => samsung}/ln2440sbc_alc650.c  |    9 +-
 .../{s3c24xx => samsung}/neo1973_gta02_wm8753.c    |    7 +-
 sound/soc/{s3c24xx => samsung}/neo1973_wm8753.c    |    7 +-
 sound/soc/{s3c24xx/s3c-pcm.c => samsung/pcm.c}     |    6 +-
 sound/soc/{s3c24xx/s3c-pcm.h => samsung/pcm.h}     |    2 +-
 sound/soc/{s3c24xx => samsung}/regs-i2s-v2.h       |    0
 sound/soc/{s3c24xx => samsung}/rx1950_uda1380.c    |    5 +-
 sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.c        |    4 +-
 sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.h        |    2 +-
 sound/soc/{s3c24xx => samsung}/s3c2412-i2s.c       |    4 +-
 sound/soc/{s3c24xx => samsung}/s3c2412-i2s.h       |    2 +-
 sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.c       |    2 +-
 sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.h       |    0
 sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.c    |    5 +-
 sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.h    |    2 +-
 .../{s3c24xx => samsung}/s3c24xx_simtec_hermes.c   |    7 +-
 .../s3c24xx_simtec_tlv320aic23.c                   |    7 +-
 sound/soc/{s3c24xx => samsung}/s3c24xx_uda134x.c   |    5 +-
 sound/soc/{s3c24xx => samsung}/smartq_wm8987.c     |   33 +-
 sound/soc/{s3c24xx => samsung}/smdk2443_wm9710.c   |    9 +-
 sound/soc/{s3c24xx => samsung}/smdk_spdif.c        |    8 +-
 .../smdk64xx_wm8580.c => samsung/smdk_wm8580.c}    |  151 ++--
 sound/soc/{s3c24xx => samsung}/smdk_wm9713.c       |    8 +-
 sound/soc/{s3c24xx => samsung}/spdif.c             |    4 +-
 sound/soc/{s3c24xx => samsung}/spdif.h             |    2 +-
 sound/soc/sh/migor.c                               |    1 -
 sound/soc/sh/sh7760-ac97.c                         |    1 -
 sound/soc/sh/siu.h                                 |    2 +-
 sound/soc/sh/siu_dai.c                             |    2 +-
 sound/soc/sh/siu_pcm.c                             |    2 +-
 sound/soc/soc-core.c                               |    1 -
 sound/soc/soc-dapm.c                               |    1 -
 sound/soc/soc-jack.c                               |    1 -
 180 files changed, 2859 insertions(+), 1456 deletions(-)
 create mode 100644 arch/arm/plat-samsung/dev-asocdma.c
 create mode 100644 sound/soc/codecs/wm8737.c
 create mode 100644 sound/soc/codecs/wm8737.h
 delete mode 100644 sound/soc/s3c24xx/Kconfig
 delete mode 100644 sound/soc/s3c24xx/Makefile
 delete mode 100644 sound/soc/s3c24xx/aquila_wm8994.c
 delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s-v4.c
 delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.c
 delete mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.h
 create mode 100644 sound/soc/samsung/Kconfig
 create mode 100644 sound/soc/samsung/Makefile
 rename sound/soc/{s3c24xx/s3c-ac97.c => samsung/ac97.c} (96%)
 rename sound/soc/{s3c24xx/s3c-ac97.h => samsung/ac97.h} (73%)
 rename sound/soc/{s3c24xx/s3c-dma.c => samsung/dma.c} (74%)
 rename sound/soc/{s3c24xx/s3c-dma.h => samsung/dma.h} (97%)
 rename sound/soc/{s3c24xx => samsung}/goni_wm8994.c (92%)
 create mode 100644 sound/soc/samsung/i2s.c
 create mode 100644 sound/soc/samsung/i2s.h
 rename sound/soc/{s3c24xx => samsung}/jive_wm8750.c (97%)
 rename sound/soc/{s3c24xx => samsung}/lm4857.h (100%)
 rename sound/soc/{s3c24xx => samsung}/ln2440sbc_alc650.c (92%)
 rename sound/soc/{s3c24xx => samsung}/neo1973_gta02_wm8753.c (99%)
 rename sound/soc/{s3c24xx => samsung}/neo1973_wm8753.c (99%)
 rename sound/soc/{s3c24xx/s3c-pcm.c => samsung/pcm.c} (99%)
 rename sound/soc/{s3c24xx/s3c-pcm.h => samsung/pcm.h} (99%)
 rename sound/soc/{s3c24xx => samsung}/regs-i2s-v2.h (100%)
 rename sound/soc/{s3c24xx => samsung}/rx1950_uda1380.c (98%)
 rename sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.c (99%)
 rename sound/soc/{s3c24xx => samsung}/s3c-i2s-v2.h (98%)
 rename sound/soc/{s3c24xx => samsung}/s3c2412-i2s.c (98%)
 rename sound/soc/{s3c24xx => samsung}/s3c2412-i2s.h (95%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.c (99%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx-i2s.h (100%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.c (99%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec.h (94%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec_hermes.c (96%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx_simtec_tlv320aic23.c (96%)
 rename sound/soc/{s3c24xx => samsung}/s3c24xx_uda134x.c (99%)
 rename sound/soc/{s3c24xx => samsung}/smartq_wm8987.c (92%)
 rename sound/soc/{s3c24xx => samsung}/smdk2443_wm9710.c (92%)
 rename sound/soc/{s3c24xx => samsung}/smdk_spdif.c (97%)
 rename sound/soc/{s3c24xx/smdk64xx_wm8580.c => samsung/smdk_wm8580.c} (63%)
 rename sound/soc/{s3c24xx => samsung}/smdk_wm9713.c (95%)
 rename sound/soc/{s3c24xx => samsung}/spdif.c (99%)
 rename sound/soc/{s3c24xx => samsung}/spdif.h (94%)

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

* Re: ASoC updates for 2.6.38
  2010-11-22 11:14 Mark Brown
@ 2010-11-22 12:16 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-11-22 12:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 22 Nov 2010 11:14:32 +0000,
Mark Brown wrote:
> 
> The following changes since commit e53beacd23d9cb47590da6a7a7f6d417b941a994:
> 
>   Linux 2.6.37-rc2 (2010-11-15 18:31:02 -0800)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> This pull request is against -rc2 rather than topic/asoc as the merge of
> the Samsung DMA support from Jassi (which was applied by Kukjin and will
> be merged into both Samsung and ASoC trees to allow parallel development
> of things based on it) pulled it in.  As a result all the changes you've
> already got in topic/asoc are already listed along with the new stuff.

OK, pulled now to topic/asoc branch.


Takashi

> Arnaud Patard (3):
>       ASoC: add support for alc562[123] codecs
>       ASoC: kirkwood: Add audio support to hp t5325 thin clients
>       ASoC: Add support for OpenRD Ultimate
> 
> Axel Lin (9):
>       ASoC: Fix snd_soc_register_dais error handling
>       ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probe
>       ASoC: Fix compile error if CONFIG_DEBUG_FS is not configured
>       ASoC: Fix incorrect kfree in ad1836_probe error path
>       ASoC: Fix incorrect kfree in ad193x_probe error path
>       ASoC: Fix incorrect kfree in aic3x_probe error path
>       ASoC: Fix incorrect kfree in wm8731_probe error path
>       ASoC: Fix incorrect kfree in wm8962_probe error path
>       ASoC: uda134x - set reg_cache_default to uda134x_reg
> 
> Chris Paulson-Ellis (1):
>       ASoC: davinci: fixes for multi-component
> 
> Dimitris Papastamos (8):
>       ASoC: soc-cache: Remove unnecessary debugging info
>       ASoC: WM8776: Removed unneeded struct member
>       ASoC: WM8770: Initial driver
>       ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() calls
>       ASoC: Remove unneeded use of address-of operator
>       ASoC: soc-cache: Add support for flat register caching
>       ASoC: soc-cache: Add support for LZO register caching
>       ASoC: soc-cache: Add support for rbtree based register caching
> 
> Jarkko Nikula (7):
>       ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
>       ASoC: Add sound card directory under debugfs/asoc/
>       ASoC: Move codec debugfs directories under parent card directory
>       ASoC: Move pop time from DAPM context to sound card
>       ASoC: Update DAPM debug and error prints
>       ASoC: Convert pop_dbg to use dev_info
>       ASoC: Add optional name_prefix for codec kcontrol, widget and route names
> 
> Jassi Brar (9):
>       ARM: S5PV310: Add platform devices for PL330 DMACs
>       ARM: SAMSUNG: Rename s3c64xx I2S platform device
>       ARM: SAMSUNG: Prepare audio header for new I2S driver
>       ARM: S3C64XX: Upgrade platform device for I2S
>       ARM: S5P64X0: Upgrade platform device for I2S
>       ARM: S5P6442: Upgrade platform device for I2S
>       ARM: S5PC100: Upgrade platform device for I2S
>       ARM: S5PV210: Upgrade platform device for I2S
>       ARM: S5PV310: Add audio platform devices
> 
> Jesse Marroquin (1):
>       ASoC: Add support for MAX98089 CODEC
> 
> Joe Perches (1):
>       ASoC: Remove unnecessary semicolons
> 
> Liam Girdwood (1):
>       ASoC: Decouple DAPM from CODECs
> 
> Marek Belisko (1):
>       ASoC: s3c24xx: Fix compilation problem for mini2440
> 
> Mark Brown (31):
>       ASoC: Store DC offset correction for wm_hubs devices in class W mode
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'for-2.6.37' into HEAD
>       Merge remote branch 'takashi/fix/asoc' into for-2.6.37
>       ASoC: Check return value of strict_strtoul() in WM8962
>       ASoC: Convert soc-jack code to use request_any_context_irq()
>       ASoC: Push snd_soc_write() and snd_soc_read() into the source file
>       ASoC: Remove register write trace from WM8994
>       ASoC: Use pm_wakeup_event() in WM8962 jack detection
>       Merge branch 'for-2.6.37' into HEAD
>       ASoC: Lock the CODEC in PXA external jack controls
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'for-2.6.37' into HEAD
>       ASoC: Remove broken WM8350 direction constants
>       ASoC: Ensure sane WM835x AIF configuration by default
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Factor out boiler plate for DAPM event generation
>       ASoC: Add trace events for ASoC register read/write
>       ASoC: Add DAPM trace events
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Reset WM8962 with default ID value
>       ASoC: Prevent system suspend while debouncing wakeup capable GPIO jacks
>       ASoC: Fix dapm_seq_compare() for multi-component
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Use DAPM context rather than CODEC when constructing sequences
>       ASoC: Fix register cache setup WM8994 for multi-component
>       Merge branch 'for-2.6.37' into for-2.6.38
>       ASoC: Provide ADC left/right channel source selection on WM8994
>       ASoC: Move WM8994 read/write access data into separate file
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge branch 'next-samsung-asoc' of git://git.kernel.org/.../kgene/linux-samsung into for-2.6.38
> 
> Ryan Mallon (1):
>       Fix Atmel soc audio boards Kconfig dependency
> 
> Sascha Hauer (6):
>       ASoC i.MX eukrea tlv320: Fix for multicomponent
>       ASoC i.MX phycore ac97: remove unnecessary includes
>       ASoC i.MX: register dma audio device
>       ASoC i.MX: switch to new DMA api
>       phycore-ac97: add ac97 to cardname
>       ASoC: i.MX: we can do mono
> 
> Vasily Khoruzhick (1):
>       ASoC: RX1950: Fix hw_params function
> 
>  arch/arm/mach-davinci/dm355.c                  |    6 +-
>  arch/arm/mach-davinci/dm365.c                  |    6 +-
>  arch/arm/mach-davinci/dm644x.c                 |    4 +-
>  arch/arm/mach-kirkwood/openrd-setup.c          |    2 +-
>  arch/arm/mach-s3c64xx/clock.c                  |    2 +-
>  arch/arm/mach-s3c64xx/dev-audio.c              |   60 +-
>  arch/arm/mach-s5p6442/dev-audio.c              |   44 +-
>  arch/arm/mach-s5p64x0/clock-s5p6440.c          |    2 +-
>  arch/arm/mach-s5p64x0/clock-s5p6450.c          |    2 +-
>  arch/arm/mach-s5p64x0/dev-audio.c              |   55 +-
>  arch/arm/mach-s5pc100/dev-audio.c              |   54 +-
>  arch/arm/mach-s5pv210/clock.c                  |   10 +-
>  arch/arm/mach-s5pv210/dev-audio.c              |   56 +-
>  arch/arm/mach-s5pv310/Kconfig                  |    1 +
>  arch/arm/mach-s5pv310/Makefile                 |    3 +-
>  arch/arm/mach-s5pv310/dev-audio.c              |  364 ++++++
>  arch/arm/mach-s5pv310/dma.c                    |  168 +++
>  arch/arm/mach-s5pv310/include/mach/dma.h       |   26 +
>  arch/arm/mach-s5pv310/include/mach/irqs.h      |    3 +
>  arch/arm/mach-s5pv310/include/mach/map.h       |   21 +
>  arch/arm/plat-samsung/include/plat/audio.h     |   24 +
>  arch/arm/plat-samsung/include/plat/devs.h      |    9 +
>  include/linux/mfd/wm8350/audio.h               |    3 -
>  include/sound/alc5623.h                        |   15 +
>  include/sound/soc-dapm.h                       |   49 +-
>  include/sound/soc.h                            |   72 +-
>  include/trace/events/asoc.h                    |  176 +++
>  sound/soc/Kconfig                              |    2 +
>  sound/soc/atmel/Kconfig                        |    5 +-
>  sound/soc/atmel/playpaq_wm8510.c               |   11 +-
>  sound/soc/atmel/sam9g20_wm8731.c               |   17 +-
>  sound/soc/atmel/snd-soc-afeb9260.c             |   13 +-
>  sound/soc/codecs/88pm860x-codec.c              |    9 +-
>  sound/soc/codecs/Kconfig                       |    9 +
>  sound/soc/codecs/Makefile                      |    6 +-
>  sound/soc/codecs/ad1836.c                      |    6 +-
>  sound/soc/codecs/ad193x.c                      |    6 +-
>  sound/soc/codecs/ak4535.c                      |    9 +-
>  sound/soc/codecs/ak4642.c                      |    2 +-
>  sound/soc/codecs/ak4671.c                      |    9 +-
>  sound/soc/codecs/alc5623.c                     | 1119 ++++++++++++++++
>  sound/soc/codecs/alc5623.h                     |  161 +++
>  sound/soc/codecs/cq93vc.c                      |    2 +-
>  sound/soc/codecs/cs42l51.c                     |    5 +-
>  sound/soc/codecs/cx20442.c                     |   15 +-
>  sound/soc/codecs/da7210.c                      |    2 +-
>  sound/soc/codecs/jz4740.c                      |   10 +-
>  sound/soc/codecs/max98088.c                    |   23 +-
>  sound/soc/codecs/ssm2602.c                     |    9 +-
>  sound/soc/codecs/stac9766.c                    |    3 +-
>  sound/soc/codecs/tlv320aic23.c                 |    9 +-
>  sound/soc/codecs/tlv320aic3x.c                 |   23 +-
>  sound/soc/codecs/tlv320dac33.c                 |   15 +-
>  sound/soc/codecs/tpa6130a2.c                   |    5 +-
>  sound/soc/codecs/twl4030.c                     |   13 +-
>  sound/soc/codecs/twl6040.c                     |   12 +-
>  sound/soc/codecs/uda134x.c                     |    3 +-
>  sound/soc/codecs/uda1380.c                     |   13 +-
>  sound/soc/codecs/wm2000.c                      |    5 +-
>  sound/soc/codecs/wm8350.c                      |   37 +-
>  sound/soc/codecs/wm8400.c                      |   11 +-
>  sound/soc/codecs/wm8510.c                      |   11 +-
>  sound/soc/codecs/wm8523.c                      |   11 +-
>  sound/soc/codecs/wm8580.c                      |   13 +-
>  sound/soc/codecs/wm8711.c                      |    9 +-
>  sound/soc/codecs/wm8728.c                      |   11 +-
>  sound/soc/codecs/wm8731.c                      |   14 +-
>  sound/soc/codecs/wm8741.c                      |    9 +-
>  sound/soc/codecs/wm8750.c                      |   11 +-
>  sound/soc/codecs/wm8753.c                      |   29 +-
>  sound/soc/codecs/wm8770.c                      |  750 +++++++++++
>  sound/soc/codecs/wm8770.h                      |   51 +
>  sound/soc/codecs/wm8776.c                      |   10 +-
>  sound/soc/codecs/wm8804.c                      |    6 +-
>  sound/soc/codecs/wm8900.c                      |   11 +-
>  sound/soc/codecs/wm8903.c                      |   11 +-
>  sound/soc/codecs/wm8904.c                      |   35 +-
>  sound/soc/codecs/wm8940.c                      |    6 +-
>  sound/soc/codecs/wm8955.c                      |   11 +-
>  sound/soc/codecs/wm8960.c                      |   25 +-
>  sound/soc/codecs/wm8961.c                      |   11 +-
>  sound/soc/codecs/wm8962.c                      |   40 +-
>  sound/soc/codecs/wm8971.c                      |   29 +-
>  sound/soc/codecs/wm8974.c                      |   11 +-
>  sound/soc/codecs/wm8978.c                      |   11 +-
>  sound/soc/codecs/wm8985.c                      |   11 +-
>  sound/soc/codecs/wm8988.c                      |    9 +-
>  sound/soc/codecs/wm8990.c                      |   11 +-
>  sound/soc/codecs/wm8993.c                      |   13 +-
>  sound/soc/codecs/wm8994-tables.c               | 1575 +++++++++++++++++++++++
>  sound/soc/codecs/wm8994.c                      | 1629 +-----------------------
>  sound/soc/codecs/wm8994.h                      |    9 +
>  sound/soc/codecs/wm9081.c                      |    9 +-
>  sound/soc/codecs/wm9090.c                      |   17 +-
>  sound/soc/codecs/wm9705.c                      |    6 +-
>  sound/soc/codecs/wm9712.c                      |    9 +-
>  sound/soc/codecs/wm9713.c                      |    8 +-
>  sound/soc/codecs/wm_hubs.c                     |   87 +-
>  sound/soc/codecs/wm_hubs.h                     |    3 +
>  sound/soc/davinci/davinci-evm.c                |   61 +-
>  sound/soc/davinci/davinci-i2s.c                |   15 +-
>  sound/soc/davinci/davinci-mcasp.c              |   13 +-
>  sound/soc/davinci/davinci-sffsdr.c             |    2 +-
>  sound/soc/davinci/davinci-vcif.c               |   13 +-
>  sound/soc/ep93xx/snappercl15.c                 |    5 +-
>  sound/soc/fsl/mpc5200_psc_i2s.c                |    2 +-
>  sound/soc/imx/eukrea-tlv320.c                  |    8 +-
>  sound/soc/imx/imx-pcm-dma-mx2.c                |  221 ++--
>  sound/soc/imx/imx-ssi.c                        |   48 +-
>  sound/soc/imx/imx-ssi.h                        |    4 +
>  sound/soc/imx/phycore-ac97.c                   |    5 +-
>  sound/soc/imx/wm1133-ev1.c                     |    7 +-
>  sound/soc/jz4740/qi_lb60.c                     |   13 +-
>  sound/soc/kirkwood/Kconfig                     |   11 +-
>  sound/soc/kirkwood/Makefile                    |    2 +
>  sound/soc/kirkwood/kirkwood-openrd.c           |    2 +-
>  sound/soc/kirkwood/kirkwood-t5325.c            |  142 ++
>  sound/soc/omap/am3517evm.c                     |   13 +-
>  sound/soc/omap/ams-delta.c                     |   82 +-
>  sound/soc/omap/n810.c                          |   42 +-
>  sound/soc/omap/omap3pandora.c                  |   44 +-
>  sound/soc/omap/osk5912.c                       |   13 +-
>  sound/soc/omap/rx51.c                          |   25 +-
>  sound/soc/omap/sdp3430.c                       |   43 +-
>  sound/soc/omap/sdp4430.c                       |   19 +-
>  sound/soc/omap/zoom2.c                         |   35 +-
>  sound/soc/pxa/corgi.c                          |   56 +-
>  sound/soc/pxa/e740_wm9705.c                    |   29 +-
>  sound/soc/pxa/e750_wm9705.c                    |   29 +-
>  sound/soc/pxa/e800_wm9712.c                    |    7 +-
>  sound/soc/pxa/magician.c                       |   39 +-
>  sound/soc/pxa/mioa701_wm9713.c                 |   17 +-
>  sound/soc/pxa/palm27x.c                        |   33 +-
>  sound/soc/pxa/poodle.c                         |   30 +-
>  sound/soc/pxa/saarb.c                          |   17 +-
>  sound/soc/pxa/spitz.c                          |   74 +-
>  sound/soc/pxa/tavorevb3.c                      |   17 +-
>  sound/soc/pxa/tosa.c                           |   42 +-
>  sound/soc/pxa/z2.c                             |   15 +-
>  sound/soc/pxa/zylonite.c                       |   11 +-
>  sound/soc/s3c24xx/Kconfig                      |    1 +
>  sound/soc/s3c24xx/aquila_wm8994.c              |   25 +-
>  sound/soc/s3c24xx/goni_wm8994.c                |   21 +-
>  sound/soc/s3c24xx/jive_wm8750.c                |   19 +-
>  sound/soc/s3c24xx/neo1973_gta02_wm8753.c       |   41 +-
>  sound/soc/s3c24xx/neo1973_wm8753.c             |  123 +-
>  sound/soc/s3c24xx/rx1950_uda1380.c             |   31 +-
>  sound/soc/s3c24xx/s3c24xx_simtec_hermes.c      |   15 +-
>  sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c |   15 +-
>  sound/soc/s3c24xx/smartq_wm8987.c              |   21 +-
>  sound/soc/s3c24xx/smdk64xx_wm8580.c            |   16 +-
>  sound/soc/s6000/s6105-ipcam.c                  |   40 +-
>  sound/soc/sh/migor.c                           |    5 +-
>  sound/soc/sh/sh7760-ac97.c                     |    2 +-
>  sound/soc/soc-cache.c                          | 1002 ++++++++++++++-
>  sound/soc/soc-core.c                           |  181 ++-
>  sound/soc/soc-dapm.c                           |  579 +++++----
>  sound/soc/soc-jack.c                           |   23 +-
>  158 files changed, 7677 insertions(+), 3157 deletions(-)
>  create mode 100644 arch/arm/mach-s5pv310/dev-audio.c
>  create mode 100644 arch/arm/mach-s5pv310/dma.c
>  create mode 100644 arch/arm/mach-s5pv310/include/mach/dma.h
>  create mode 100644 include/sound/alc5623.h
>  create mode 100644 include/trace/events/asoc.h
>  create mode 100644 sound/soc/codecs/alc5623.c
>  create mode 100644 sound/soc/codecs/alc5623.h
>  create mode 100644 sound/soc/codecs/wm8770.c
>  create mode 100644 sound/soc/codecs/wm8770.h
>  create mode 100644 sound/soc/codecs/wm8994-tables.c
>  create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c
> 

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

* ASoC updates for 2.6.38
@ 2010-11-22 11:14 Mark Brown
  2010-11-22 12:16 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-11-22 11:14 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit e53beacd23d9cb47590da6a7a7f6d417b941a994:

  Linux 2.6.37-rc2 (2010-11-15 18:31:02 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

This pull request is against -rc2 rather than topic/asoc as the merge of
the Samsung DMA support from Jassi (which was applied by Kukjin and will
be merged into both Samsung and ASoC trees to allow parallel development
of things based on it) pulled it in.  As a result all the changes you've
already got in topic/asoc are already listed along with the new stuff.

Arnaud Patard (3):
      ASoC: add support for alc562[123] codecs
      ASoC: kirkwood: Add audio support to hp t5325 thin clients
      ASoC: Add support for OpenRD Ultimate

Axel Lin (9):
      ASoC: Fix snd_soc_register_dais error handling
      ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probe
      ASoC: Fix compile error if CONFIG_DEBUG_FS is not configured
      ASoC: Fix incorrect kfree in ad1836_probe error path
      ASoC: Fix incorrect kfree in ad193x_probe error path
      ASoC: Fix incorrect kfree in aic3x_probe error path
      ASoC: Fix incorrect kfree in wm8731_probe error path
      ASoC: Fix incorrect kfree in wm8962_probe error path
      ASoC: uda134x - set reg_cache_default to uda134x_reg

Chris Paulson-Ellis (1):
      ASoC: davinci: fixes for multi-component

Dimitris Papastamos (8):
      ASoC: soc-cache: Remove unnecessary debugging info
      ASoC: WM8776: Removed unneeded struct member
      ASoC: WM8770: Initial driver
      ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() calls
      ASoC: Remove unneeded use of address-of operator
      ASoC: soc-cache: Add support for flat register caching
      ASoC: soc-cache: Add support for LZO register caching
      ASoC: soc-cache: Add support for rbtree based register caching

Jarkko Nikula (7):
      ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
      ASoC: Add sound card directory under debugfs/asoc/
      ASoC: Move codec debugfs directories under parent card directory
      ASoC: Move pop time from DAPM context to sound card
      ASoC: Update DAPM debug and error prints
      ASoC: Convert pop_dbg to use dev_info
      ASoC: Add optional name_prefix for codec kcontrol, widget and route names

Jassi Brar (9):
      ARM: S5PV310: Add platform devices for PL330 DMACs
      ARM: SAMSUNG: Rename s3c64xx I2S platform device
      ARM: SAMSUNG: Prepare audio header for new I2S driver
      ARM: S3C64XX: Upgrade platform device for I2S
      ARM: S5P64X0: Upgrade platform device for I2S
      ARM: S5P6442: Upgrade platform device for I2S
      ARM: S5PC100: Upgrade platform device for I2S
      ARM: S5PV210: Upgrade platform device for I2S
      ARM: S5PV310: Add audio platform devices

Jesse Marroquin (1):
      ASoC: Add support for MAX98089 CODEC

Joe Perches (1):
      ASoC: Remove unnecessary semicolons

Liam Girdwood (1):
      ASoC: Decouple DAPM from CODECs

Marek Belisko (1):
      ASoC: s3c24xx: Fix compilation problem for mini2440

Mark Brown (31):
      ASoC: Store DC offset correction for wm_hubs devices in class W mode
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'for-2.6.37' into HEAD
      Merge remote branch 'takashi/fix/asoc' into for-2.6.37
      ASoC: Check return value of strict_strtoul() in WM8962
      ASoC: Convert soc-jack code to use request_any_context_irq()
      ASoC: Push snd_soc_write() and snd_soc_read() into the source file
      ASoC: Remove register write trace from WM8994
      ASoC: Use pm_wakeup_event() in WM8962 jack detection
      Merge branch 'for-2.6.37' into HEAD
      ASoC: Lock the CODEC in PXA external jack controls
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'for-2.6.37' into HEAD
      ASoC: Remove broken WM8350 direction constants
      ASoC: Ensure sane WM835x AIF configuration by default
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Factor out boiler plate for DAPM event generation
      ASoC: Add trace events for ASoC register read/write
      ASoC: Add DAPM trace events
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Reset WM8962 with default ID value
      ASoC: Prevent system suspend while debouncing wakeup capable GPIO jacks
      ASoC: Fix dapm_seq_compare() for multi-component
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Use DAPM context rather than CODEC when constructing sequences
      ASoC: Fix register cache setup WM8994 for multi-component
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Provide ADC left/right channel source selection on WM8994
      ASoC: Move WM8994 read/write access data into separate file
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge branch 'next-samsung-asoc' of git://git.kernel.org/.../kgene/linux-samsung into for-2.6.38

Ryan Mallon (1):
      Fix Atmel soc audio boards Kconfig dependency

Sascha Hauer (6):
      ASoC i.MX eukrea tlv320: Fix for multicomponent
      ASoC i.MX phycore ac97: remove unnecessary includes
      ASoC i.MX: register dma audio device
      ASoC i.MX: switch to new DMA api
      phycore-ac97: add ac97 to cardname
      ASoC: i.MX: we can do mono

Vasily Khoruzhick (1):
      ASoC: RX1950: Fix hw_params function

 arch/arm/mach-davinci/dm355.c                  |    6 +-
 arch/arm/mach-davinci/dm365.c                  |    6 +-
 arch/arm/mach-davinci/dm644x.c                 |    4 +-
 arch/arm/mach-kirkwood/openrd-setup.c          |    2 +-
 arch/arm/mach-s3c64xx/clock.c                  |    2 +-
 arch/arm/mach-s3c64xx/dev-audio.c              |   60 +-
 arch/arm/mach-s5p6442/dev-audio.c              |   44 +-
 arch/arm/mach-s5p64x0/clock-s5p6440.c          |    2 +-
 arch/arm/mach-s5p64x0/clock-s5p6450.c          |    2 +-
 arch/arm/mach-s5p64x0/dev-audio.c              |   55 +-
 arch/arm/mach-s5pc100/dev-audio.c              |   54 +-
 arch/arm/mach-s5pv210/clock.c                  |   10 +-
 arch/arm/mach-s5pv210/dev-audio.c              |   56 +-
 arch/arm/mach-s5pv310/Kconfig                  |    1 +
 arch/arm/mach-s5pv310/Makefile                 |    3 +-
 arch/arm/mach-s5pv310/dev-audio.c              |  364 ++++++
 arch/arm/mach-s5pv310/dma.c                    |  168 +++
 arch/arm/mach-s5pv310/include/mach/dma.h       |   26 +
 arch/arm/mach-s5pv310/include/mach/irqs.h      |    3 +
 arch/arm/mach-s5pv310/include/mach/map.h       |   21 +
 arch/arm/plat-samsung/include/plat/audio.h     |   24 +
 arch/arm/plat-samsung/include/plat/devs.h      |    9 +
 include/linux/mfd/wm8350/audio.h               |    3 -
 include/sound/alc5623.h                        |   15 +
 include/sound/soc-dapm.h                       |   49 +-
 include/sound/soc.h                            |   72 +-
 include/trace/events/asoc.h                    |  176 +++
 sound/soc/Kconfig                              |    2 +
 sound/soc/atmel/Kconfig                        |    5 +-
 sound/soc/atmel/playpaq_wm8510.c               |   11 +-
 sound/soc/atmel/sam9g20_wm8731.c               |   17 +-
 sound/soc/atmel/snd-soc-afeb9260.c             |   13 +-
 sound/soc/codecs/88pm860x-codec.c              |    9 +-
 sound/soc/codecs/Kconfig                       |    9 +
 sound/soc/codecs/Makefile                      |    6 +-
 sound/soc/codecs/ad1836.c                      |    6 +-
 sound/soc/codecs/ad193x.c                      |    6 +-
 sound/soc/codecs/ak4535.c                      |    9 +-
 sound/soc/codecs/ak4642.c                      |    2 +-
 sound/soc/codecs/ak4671.c                      |    9 +-
 sound/soc/codecs/alc5623.c                     | 1119 ++++++++++++++++
 sound/soc/codecs/alc5623.h                     |  161 +++
 sound/soc/codecs/cq93vc.c                      |    2 +-
 sound/soc/codecs/cs42l51.c                     |    5 +-
 sound/soc/codecs/cx20442.c                     |   15 +-
 sound/soc/codecs/da7210.c                      |    2 +-
 sound/soc/codecs/jz4740.c                      |   10 +-
 sound/soc/codecs/max98088.c                    |   23 +-
 sound/soc/codecs/ssm2602.c                     |    9 +-
 sound/soc/codecs/stac9766.c                    |    3 +-
 sound/soc/codecs/tlv320aic23.c                 |    9 +-
 sound/soc/codecs/tlv320aic3x.c                 |   23 +-
 sound/soc/codecs/tlv320dac33.c                 |   15 +-
 sound/soc/codecs/tpa6130a2.c                   |    5 +-
 sound/soc/codecs/twl4030.c                     |   13 +-
 sound/soc/codecs/twl6040.c                     |   12 +-
 sound/soc/codecs/uda134x.c                     |    3 +-
 sound/soc/codecs/uda1380.c                     |   13 +-
 sound/soc/codecs/wm2000.c                      |    5 +-
 sound/soc/codecs/wm8350.c                      |   37 +-
 sound/soc/codecs/wm8400.c                      |   11 +-
 sound/soc/codecs/wm8510.c                      |   11 +-
 sound/soc/codecs/wm8523.c                      |   11 +-
 sound/soc/codecs/wm8580.c                      |   13 +-
 sound/soc/codecs/wm8711.c                      |    9 +-
 sound/soc/codecs/wm8728.c                      |   11 +-
 sound/soc/codecs/wm8731.c                      |   14 +-
 sound/soc/codecs/wm8741.c                      |    9 +-
 sound/soc/codecs/wm8750.c                      |   11 +-
 sound/soc/codecs/wm8753.c                      |   29 +-
 sound/soc/codecs/wm8770.c                      |  750 +++++++++++
 sound/soc/codecs/wm8770.h                      |   51 +
 sound/soc/codecs/wm8776.c                      |   10 +-
 sound/soc/codecs/wm8804.c                      |    6 +-
 sound/soc/codecs/wm8900.c                      |   11 +-
 sound/soc/codecs/wm8903.c                      |   11 +-
 sound/soc/codecs/wm8904.c                      |   35 +-
 sound/soc/codecs/wm8940.c                      |    6 +-
 sound/soc/codecs/wm8955.c                      |   11 +-
 sound/soc/codecs/wm8960.c                      |   25 +-
 sound/soc/codecs/wm8961.c                      |   11 +-
 sound/soc/codecs/wm8962.c                      |   40 +-
 sound/soc/codecs/wm8971.c                      |   29 +-
 sound/soc/codecs/wm8974.c                      |   11 +-
 sound/soc/codecs/wm8978.c                      |   11 +-
 sound/soc/codecs/wm8985.c                      |   11 +-
 sound/soc/codecs/wm8988.c                      |    9 +-
 sound/soc/codecs/wm8990.c                      |   11 +-
 sound/soc/codecs/wm8993.c                      |   13 +-
 sound/soc/codecs/wm8994-tables.c               | 1575 +++++++++++++++++++++++
 sound/soc/codecs/wm8994.c                      | 1629 +-----------------------
 sound/soc/codecs/wm8994.h                      |    9 +
 sound/soc/codecs/wm9081.c                      |    9 +-
 sound/soc/codecs/wm9090.c                      |   17 +-
 sound/soc/codecs/wm9705.c                      |    6 +-
 sound/soc/codecs/wm9712.c                      |    9 +-
 sound/soc/codecs/wm9713.c                      |    8 +-
 sound/soc/codecs/wm_hubs.c                     |   87 +-
 sound/soc/codecs/wm_hubs.h                     |    3 +
 sound/soc/davinci/davinci-evm.c                |   61 +-
 sound/soc/davinci/davinci-i2s.c                |   15 +-
 sound/soc/davinci/davinci-mcasp.c              |   13 +-
 sound/soc/davinci/davinci-sffsdr.c             |    2 +-
 sound/soc/davinci/davinci-vcif.c               |   13 +-
 sound/soc/ep93xx/snappercl15.c                 |    5 +-
 sound/soc/fsl/mpc5200_psc_i2s.c                |    2 +-
 sound/soc/imx/eukrea-tlv320.c                  |    8 +-
 sound/soc/imx/imx-pcm-dma-mx2.c                |  221 ++--
 sound/soc/imx/imx-ssi.c                        |   48 +-
 sound/soc/imx/imx-ssi.h                        |    4 +
 sound/soc/imx/phycore-ac97.c                   |    5 +-
 sound/soc/imx/wm1133-ev1.c                     |    7 +-
 sound/soc/jz4740/qi_lb60.c                     |   13 +-
 sound/soc/kirkwood/Kconfig                     |   11 +-
 sound/soc/kirkwood/Makefile                    |    2 +
 sound/soc/kirkwood/kirkwood-openrd.c           |    2 +-
 sound/soc/kirkwood/kirkwood-t5325.c            |  142 ++
 sound/soc/omap/am3517evm.c                     |   13 +-
 sound/soc/omap/ams-delta.c                     |   82 +-
 sound/soc/omap/n810.c                          |   42 +-
 sound/soc/omap/omap3pandora.c                  |   44 +-
 sound/soc/omap/osk5912.c                       |   13 +-
 sound/soc/omap/rx51.c                          |   25 +-
 sound/soc/omap/sdp3430.c                       |   43 +-
 sound/soc/omap/sdp4430.c                       |   19 +-
 sound/soc/omap/zoom2.c                         |   35 +-
 sound/soc/pxa/corgi.c                          |   56 +-
 sound/soc/pxa/e740_wm9705.c                    |   29 +-
 sound/soc/pxa/e750_wm9705.c                    |   29 +-
 sound/soc/pxa/e800_wm9712.c                    |    7 +-
 sound/soc/pxa/magician.c                       |   39 +-
 sound/soc/pxa/mioa701_wm9713.c                 |   17 +-
 sound/soc/pxa/palm27x.c                        |   33 +-
 sound/soc/pxa/poodle.c                         |   30 +-
 sound/soc/pxa/saarb.c                          |   17 +-
 sound/soc/pxa/spitz.c                          |   74 +-
 sound/soc/pxa/tavorevb3.c                      |   17 +-
 sound/soc/pxa/tosa.c                           |   42 +-
 sound/soc/pxa/z2.c                             |   15 +-
 sound/soc/pxa/zylonite.c                       |   11 +-
 sound/soc/s3c24xx/Kconfig                      |    1 +
 sound/soc/s3c24xx/aquila_wm8994.c              |   25 +-
 sound/soc/s3c24xx/goni_wm8994.c                |   21 +-
 sound/soc/s3c24xx/jive_wm8750.c                |   19 +-
 sound/soc/s3c24xx/neo1973_gta02_wm8753.c       |   41 +-
 sound/soc/s3c24xx/neo1973_wm8753.c             |  123 +-
 sound/soc/s3c24xx/rx1950_uda1380.c             |   31 +-
 sound/soc/s3c24xx/s3c24xx_simtec_hermes.c      |   15 +-
 sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c |   15 +-
 sound/soc/s3c24xx/smartq_wm8987.c              |   21 +-
 sound/soc/s3c24xx/smdk64xx_wm8580.c            |   16 +-
 sound/soc/s6000/s6105-ipcam.c                  |   40 +-
 sound/soc/sh/migor.c                           |    5 +-
 sound/soc/sh/sh7760-ac97.c                     |    2 +-
 sound/soc/soc-cache.c                          | 1002 ++++++++++++++-
 sound/soc/soc-core.c                           |  181 ++-
 sound/soc/soc-dapm.c                           |  579 +++++----
 sound/soc/soc-jack.c                           |   23 +-
 158 files changed, 7677 insertions(+), 3157 deletions(-)
 create mode 100644 arch/arm/mach-s5pv310/dev-audio.c
 create mode 100644 arch/arm/mach-s5pv310/dma.c
 create mode 100644 arch/arm/mach-s5pv310/include/mach/dma.h
 create mode 100644 include/sound/alc5623.h
 create mode 100644 include/trace/events/asoc.h
 create mode 100644 sound/soc/codecs/alc5623.c
 create mode 100644 sound/soc/codecs/alc5623.h
 create mode 100644 sound/soc/codecs/wm8770.c
 create mode 100644 sound/soc/codecs/wm8770.h
 create mode 100644 sound/soc/codecs/wm8994-tables.c
 create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c

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

* Re: ASoC updates for 2.6.38
  2010-11-02 14:54 Mark Brown
@ 2010-11-02 15:17 ` Takashi Iwai
  0 siblings, 0 replies; 48+ messages in thread
From: Takashi Iwai @ 2010-11-02 15:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 2 Nov 2010 10:54:57 -0400,
Mark Brown wrote:
> 
> The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
> 
>   Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
> 
> The only big change here is the addition of the ALC CODECs and the HP
> thin client machine drivers that depend on them.

Thanks, pulled now both branches.


Takashi


> Arnaud Patard (2):
>       ASoC: add support for alc562[123] codecs
>       ASoC: kirkwood: Add audio support to hp t5325 thin clients
> 
> Eric Miao (1):
>       ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
> 
> Jarkko Nikula (3):
>       ASoC: Fix SND_SOC_ALL_CODECS typo for jz4740
>       ASoC: Include cx20442 to SND_SOC_ALL_CODECS
>       ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
> 
> Joe Perches (1):
>       ASoC: Update WARN uses in wm_hubs
> 
> Mark Brown (6):
>       ASoC: Check return value of struct_strtoul() in pmdown_time_set()
>       ASoC: Store DC offset correction for wm_hubs devices in class W mode
>       ASoC: Remove volatility from WM8900 POWER1 register
>       Merge branch 'for-2.6.37' into for-2.6.38
>       Merge commit 'v2.6.37-rc1' into for-2.6.37
>       Merge branch 'for-2.6.37' into HEAD
> 
>  include/sound/alc5623.h             |   15 +
>  sound/soc/codecs/Kconfig            |    8 +-
>  sound/soc/codecs/Makefile           |    2 +
>  sound/soc/codecs/alc5623.c          | 1118 +++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/alc5623.h          |  161 +++++
>  sound/soc/codecs/wm8900.c           |    6 -
>  sound/soc/codecs/wm8993.c           |    2 +
>  sound/soc/codecs/wm8994.c           |    3 +
>  sound/soc/codecs/wm_hubs.c          |   69 ++-
>  sound/soc/codecs/wm_hubs.h          |    3 +
>  sound/soc/kirkwood/Kconfig          |    9 +
>  sound/soc/kirkwood/Makefile         |    2 +
>  sound/soc/kirkwood/kirkwood-t5325.c |  141 +++++
>  sound/soc/pxa/tosa.c                |    2 +-
>  sound/soc/soc-core.c                |    5 +-
>  15 files changed, 1514 insertions(+), 32 deletions(-)
>  create mode 100644 include/sound/alc5623.h
>  create mode 100644 sound/soc/codecs/alc5623.c
>  create mode 100644 sound/soc/codecs/alc5623.h
>  create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c
> 

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

* ASoC updates for 2.6.38
@ 2010-11-02 14:54 Mark Brown
  2010-11-02 15:17 ` Takashi Iwai
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Brown @ 2010-11-02 14:54 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:

  Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38

The only big change here is the addition of the ALC CODECs and the HP
thin client machine drivers that depend on them.

Arnaud Patard (2):
      ASoC: add support for alc562[123] codecs
      ASoC: kirkwood: Add audio support to hp t5325 thin clients

Eric Miao (1):
      ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'

Jarkko Nikula (3):
      ASoC: Fix SND_SOC_ALL_CODECS typo for jz4740
      ASoC: Include cx20442 to SND_SOC_ALL_CODECS
      ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623

Joe Perches (1):
      ASoC: Update WARN uses in wm_hubs

Mark Brown (6):
      ASoC: Check return value of struct_strtoul() in pmdown_time_set()
      ASoC: Store DC offset correction for wm_hubs devices in class W mode
      ASoC: Remove volatility from WM8900 POWER1 register
      Merge branch 'for-2.6.37' into for-2.6.38
      Merge commit 'v2.6.37-rc1' into for-2.6.37
      Merge branch 'for-2.6.37' into HEAD

 include/sound/alc5623.h             |   15 +
 sound/soc/codecs/Kconfig            |    8 +-
 sound/soc/codecs/Makefile           |    2 +
 sound/soc/codecs/alc5623.c          | 1118 +++++++++++++++++++++++++++++++++++
 sound/soc/codecs/alc5623.h          |  161 +++++
 sound/soc/codecs/wm8900.c           |    6 -
 sound/soc/codecs/wm8993.c           |    2 +
 sound/soc/codecs/wm8994.c           |    3 +
 sound/soc/codecs/wm_hubs.c          |   69 ++-
 sound/soc/codecs/wm_hubs.h          |    3 +
 sound/soc/kirkwood/Kconfig          |    9 +
 sound/soc/kirkwood/Makefile         |    2 +
 sound/soc/kirkwood/kirkwood-t5325.c |  141 +++++
 sound/soc/pxa/tosa.c                |    2 +-
 sound/soc/soc-core.c                |    5 +-
 15 files changed, 1514 insertions(+), 32 deletions(-)
 create mode 100644 include/sound/alc5623.h
 create mode 100644 sound/soc/codecs/alc5623.c
 create mode 100644 sound/soc/codecs/alc5623.h
 create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c

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

end of thread, other threads:[~2011-03-10 15:45 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 11:34 ASoC updates for 2.6.38 Mark Brown
2011-01-26 13:40 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 14:20 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-02 11:34 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-25 11:51 Mark Brown
2011-02-25 11:59 ` Takashi Iwai
2011-02-18  4:19 Mark Brown
2011-02-22  4:49 ` Mark Brown
2011-02-22  7:24   ` Takashi Iwai
2011-02-08 11:34 Mark Brown
2011-02-08 16:31 ` Takashi Iwai
2011-02-01 14:56 Mark Brown
2011-02-01 21:25 ` Takashi Iwai
2011-01-24 15:17 Mark Brown
2011-01-24 16:44 ` Takashi Iwai
2011-01-19 10:22 Mark Brown
2011-01-19 11:29 ` Takashi Iwai
2011-01-19 11:35   ` Mark Brown
2011-01-18 13:03 Mark Brown
2011-01-18 13:06 ` Takashi Iwai
2011-01-12 11:17 Mark Brown
2011-01-12 11:44 ` Takashi Iwai
2011-01-05 12:50 Mark Brown
2011-01-08 12:06 ` Takashi Iwai
2010-12-27 17:51 Mark Brown
2010-12-27 17:43 Mark Brown
2010-12-23 12:05 Mark Brown
2010-12-23 14:11 ` Takashi Iwai
2010-12-22 11:03 Mark Brown
2010-12-22 11:59 ` Takashi Iwai
2010-12-14 18:38 Mark Brown
2010-12-14 19:05 ` Takashi Iwai
2010-12-09 16:17 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-06 14:35 Mark Brown
2010-12-06 14:39 ` Takashi Iwai
2010-12-03 17:46 Mark Brown
2010-12-04  7:59 ` Takashi Iwai
2010-11-29 19:08 Mark Brown
2010-11-30  7:21 ` Takashi Iwai
2010-11-24 13:16 Mark Brown
2010-11-24 13:41 ` Takashi Iwai
2010-11-22 11:14 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-02 14:54 Mark Brown
2010-11-02 15:17 ` 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.