All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for 3.1
@ 2011-05-30  3:20 Mark Brown
  2011-06-02 17:54 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-05-30  3:20 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 55922c9d1b84b89cb946c777fddccb3247e7df2c:

  Linux 3.0-rc1 (2011-05-29 17:43:36 -0700)

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

Axel Lin (1):
      ASoC: Remove redundant freq assignment for max98095->sysclk/max98088->sysclk

Ben Gardiner (7):
      ASoC: davinci-pcm: trivial: make ping-pong params setup symmetrical
      ASoC: davinci-pcm: expand the .formats
      ASoC: davinci-pcm: increase the maximum channels
      ASoC: davinci-pcm: fix audible glitch on 2nd ping-pong playback
      ASoC: davinci-pcm: extract period elapsed functions
      ASoC: davinci-pcm: convert to BATCH mode
      ASoC: davinci-pcm: comments for the conversion to BATCH mode

Daniel Mack (1):
      ASoC: Fix comment in cs4270 codec driver

Dimitris Papastamos (2):
      ASoC: soc-cache: Block based rbtree compression
      ASoC: soc-cache: Cache a pointer to the last accessed rbnode

Kuninori Morimoto (9):
      ASoC: sh: fsi: tidyup parameter of fsi_stream_push
      ASoC: sh: fsi: add fsi_set_master_clk
      ASoC: sh: fsi: irq control moves to fsi_port_start/stop
      ASoC: sh: fsi: tidyup unclear variable naming
      ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt.
      ASoC: sh: fsi: make sure fsi_stream_push/pop access by spin lock
      ASoC: sh: fsi: remove fsi_module_init/kill
      ASoC: sh: fsi: cleanup suspend/resume
      ASoC: sh: fsi: add fsi_hw_startup/shutdown

Mark Brown (6):
      ASoC: Convert 16x16 write to use cpu_to_be16()
      ASoC: Convert 7x9 write to use cpu_to_be16()
      ASoC: Use cpu_to_be16() in 8x16 write
      ASoC: Use explicit endianness conversion in snd_soc_16_8_write()
      ASoC: Fix wm_hubs input PGA ZC bits
      Merge branch 'for-2.6.40' into for-2.6.41

Nicolas Ferre (3):
      ASoC: trivial: typo in debug comment
      ASoC: trivial: typo in atmel_pcm_dma_params strucutre comment
      ASoC: atmel_ssc_dai: fix ssc error path

Stephen Warren (3):
      ASoC: core: Don't schedule deferred_resume_work twice
      ASoC: Fix dapm_is_shared_kcontrol so everything isn't shared
      ASoC: Tegra: Enable Kaen HP_MUTE at boot

 sound/soc/atmel/atmel-pcm.c     |    2 +-
 sound/soc/atmel/atmel-pcm.h     |    2 +-
 sound/soc/atmel/atmel_ssc_dai.c |    4 +-
 sound/soc/codecs/cs4270.c       |    5 +-
 sound/soc/codecs/max98088.c     |    2 -
 sound/soc/codecs/max98095.c     |    2 -
 sound/soc/codecs/wm_hubs.c      |    8 +-
 sound/soc/davinci/davinci-pcm.c |  148 ++++++-----
 sound/soc/sh/fsi.c              |  576 ++++++++++++++++++++-------------------
 sound/soc/soc-cache.c           |  294 +++++++++++++++-----
 sound/soc/soc-core.c            |   19 +-
 sound/soc/soc-dapm.c            |    5 +-
 sound/soc/tegra/tegra_wm8903.c  |    2 +-
 13 files changed, 629 insertions(+), 440 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-05-30  3:20 ASoC updates for 3.1 Mark Brown
@ 2011-06-02 17:54 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-06-02 17:54 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Mon, 30 May 2011 11:20:52 +0800,
Mark Brown wrote:
> 
> The following changes since commit 55922c9d1b84b89cb946c777fddccb3247e7df2c:
> 
>   Linux 3.0-rc1 (2011-05-29 17:43:36 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.41

Pulled this one, too.

thanks,

Takashi


> Axel Lin (1):
>       ASoC: Remove redundant freq assignment for max98095->sysclk/max98088->sysclk
> 
> Ben Gardiner (7):
>       ASoC: davinci-pcm: trivial: make ping-pong params setup symmetrical
>       ASoC: davinci-pcm: expand the .formats
>       ASoC: davinci-pcm: increase the maximum channels
>       ASoC: davinci-pcm: fix audible glitch on 2nd ping-pong playback
>       ASoC: davinci-pcm: extract period elapsed functions
>       ASoC: davinci-pcm: convert to BATCH mode
>       ASoC: davinci-pcm: comments for the conversion to BATCH mode
> 
> Daniel Mack (1):
>       ASoC: Fix comment in cs4270 codec driver
> 
> Dimitris Papastamos (2):
>       ASoC: soc-cache: Block based rbtree compression
>       ASoC: soc-cache: Cache a pointer to the last accessed rbnode
> 
> Kuninori Morimoto (9):
>       ASoC: sh: fsi: tidyup parameter of fsi_stream_push
>       ASoC: sh: fsi: add fsi_set_master_clk
>       ASoC: sh: fsi: irq control moves to fsi_port_start/stop
>       ASoC: sh: fsi: tidyup unclear variable naming
>       ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt.
>       ASoC: sh: fsi: make sure fsi_stream_push/pop access by spin lock
>       ASoC: sh: fsi: remove fsi_module_init/kill
>       ASoC: sh: fsi: cleanup suspend/resume
>       ASoC: sh: fsi: add fsi_hw_startup/shutdown
> 
> Mark Brown (6):
>       ASoC: Convert 16x16 write to use cpu_to_be16()
>       ASoC: Convert 7x9 write to use cpu_to_be16()
>       ASoC: Use cpu_to_be16() in 8x16 write
>       ASoC: Use explicit endianness conversion in snd_soc_16_8_write()
>       ASoC: Fix wm_hubs input PGA ZC bits
>       Merge branch 'for-2.6.40' into for-2.6.41
> 
> Nicolas Ferre (3):
>       ASoC: trivial: typo in debug comment
>       ASoC: trivial: typo in atmel_pcm_dma_params strucutre comment
>       ASoC: atmel_ssc_dai: fix ssc error path
> 
> Stephen Warren (3):
>       ASoC: core: Don't schedule deferred_resume_work twice
>       ASoC: Fix dapm_is_shared_kcontrol so everything isn't shared
>       ASoC: Tegra: Enable Kaen HP_MUTE at boot
> 
>  sound/soc/atmel/atmel-pcm.c     |    2 +-
>  sound/soc/atmel/atmel-pcm.h     |    2 +-
>  sound/soc/atmel/atmel_ssc_dai.c |    4 +-
>  sound/soc/codecs/cs4270.c       |    5 +-
>  sound/soc/codecs/max98088.c     |    2 -
>  sound/soc/codecs/max98095.c     |    2 -
>  sound/soc/codecs/wm_hubs.c      |    8 +-
>  sound/soc/davinci/davinci-pcm.c |  148 ++++++-----
>  sound/soc/sh/fsi.c              |  576 ++++++++++++++++++++-------------------
>  sound/soc/soc-cache.c           |  294 +++++++++++++++-----
>  sound/soc/soc-core.c            |   19 +-
>  sound/soc/soc-dapm.c            |    5 +-
>  sound/soc/tegra/tegra_wm8903.c  |    2 +-
>  13 files changed, 629 insertions(+), 440 deletions(-)
> 

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

* Re: ASoC updates for 3.1
  2011-10-04 14:23   ` Mark Brown
@ 2011-10-04 14:38     ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-10-04 14:38 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 4 Oct 2011 15:23:06 +0100,
Mark Brown wrote:
> 
> On Tue, Oct 04, 2011 at 04:11:37PM +0200, Takashi Iwai wrote:
> 
> > Is a merged branch for 3.2 available so that I can avoid possible
> > silly  merge mistake?
> 
> Yes, I always merge the 3.1 changes up to 3.2 immediately after I commit
> them - I was just writing the pull request for that while you sent this
> mail.

Now I see.


Takashi

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

* Re: ASoC updates for 3.1
  2011-10-04 14:11 ` Takashi Iwai
@ 2011-10-04 14:23   ` Mark Brown
  2011-10-04 14:38     ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-10-04 14:23 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Tue, Oct 04, 2011 at 04:11:37PM +0200, Takashi Iwai wrote:

> Is a merged branch for 3.2 available so that I can avoid possible
> silly  merge mistake?

Yes, I always merge the 3.1 changes up to 3.2 immediately after I commit
them - I was just writing the pull request for that while you sent this
mail.

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

* Re: ASoC updates for 3.1
  2011-10-04 13:47 Mark Brown
@ 2011-10-04 14:11 ` Takashi Iwai
  2011-10-04 14:23   ` Mark Brown
  0 siblings, 1 reply; 37+ messages in thread
From: Takashi Iwai @ 2011-10-04 14:11 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 4 Oct 2011 14:47:36 +0100,
Mark Brown wrote:
> 
> The following changes since commit 9058020cd9ae3423d6fe7de591698dc96b6701aa:
> 
>   ASoC: ssm2602: Re-enable oscillator after suspend (2011-09-27 11:20:38 +0100)
> 
> are available in the git repository at:
>   git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1
> 
> None of these should be super critical so no need to rush them out but
> if there's an opportunity to send stuff they're small, local fixes which
> are nice to have.

This gives a merge conflict with master branch.
Is a merged branch for 3.2 available so that I can avoid possible
silly  merge mistake?


thanks,

Takashi

> Arnd Bergmann (2):
>       ASoC: use a valid device for dev_err() in Zylonite
>       ASoC: omap_mcpdm_remove cannot be __devexit
> 
> Axel Lin (1):
>       ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC
> 
>  sound/soc/codecs/wm8753.c |    4 ++--
>  sound/soc/omap/mcpdm.c    |    2 +-
>  sound/soc/omap/mcpdm.h    |    2 +-
>  sound/soc/pxa/zylonite.c  |    8 ++++----
>  4 files changed, 8 insertions(+), 8 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-10-04 13:47 Mark Brown
  2011-10-04 14:11 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-10-04 13:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 9058020cd9ae3423d6fe7de591698dc96b6701aa:

  ASoC: ssm2602: Re-enable oscillator after suspend (2011-09-27 11:20:38 +0100)

are available in the git repository at:
  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1

None of these should be super critical so no need to rush them out but
if there's an opportunity to send stuff they're small, local fixes which
are nice to have.

Arnd Bergmann (2):
      ASoC: use a valid device for dev_err() in Zylonite
      ASoC: omap_mcpdm_remove cannot be __devexit

Axel Lin (1):
      ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC

 sound/soc/codecs/wm8753.c |    4 ++--
 sound/soc/omap/mcpdm.c    |    2 +-
 sound/soc/omap/mcpdm.h    |    2 +-
 sound/soc/pxa/zylonite.c  |    8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-09-27 12:31 Mark Brown
@ 2011-09-27 12:44 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-09-27 12:44 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 27 Sep 2011 13:31:52 +0100,
Mark Brown wrote:
> 
> The following changes since commit f0e8ed858edb327802ee65fd695cc1538286226f:
> 
>   ASoC: Ensure we generate a driver name (2011-09-21 14:54:23 +0100)
> 
> are available in the git repository at:
>   git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1

Pulled now.  Thanks.


Takashi

> Jarkko Nikula (1):
>       ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is active
> 
> Lars-Peter Clausen (1):
>       ASoC: ssm2602: Re-enable oscillator after suspend
> 
>  sound/soc/codecs/ssm2602.c  |    3 ++-
>  sound/soc/omap/omap-mcbsp.c |    6 ++++++
>  2 files changed, 8 insertions(+), 1 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-09-27 12:31 Mark Brown
  2011-09-27 12:44 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-09-27 12:31 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f0e8ed858edb327802ee65fd695cc1538286226f:

  ASoC: Ensure we generate a driver name (2011-09-21 14:54:23 +0100)

are available in the git repository at:
  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1

Jarkko Nikula (1):
      ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is active

Lars-Peter Clausen (1):
      ASoC: ssm2602: Re-enable oscillator after suspend

 sound/soc/codecs/ssm2602.c  |    3 ++-
 sound/soc/omap/omap-mcbsp.c |    6 ++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-09-26  5:27 ` Scott Jiang
@ 2011-09-26 12:36   ` Mark Brown
  0 siblings, 0 replies; 37+ messages in thread
From: Mark Brown @ 2011-09-26 12:36 UTC (permalink / raw)
  To: Scott Jiang; +Cc: alsa-devel

On Mon, Sep 26, 2011 at 01:27:40PM +0800, Scott Jiang wrote:

> Hi Mark, I wanted to clone,but I always got such error. Any advice?

> scott@scott-desktop:~/Projects/git-kernel$ git clone
> http://opensource.wolfsonmicro.com/linux-2.6-asoc

It seems to be working perfectly fine for me here - I've no real idea
what's going on here, I'd guess it's some firewall issue or issue with
your version of git.

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

* Re: ASoC updates for 3.1
  2011-09-22 17:17 Mark Brown
  2011-09-22 18:02 ` Takashi Iwai
@ 2011-09-26  5:27 ` Scott Jiang
  2011-09-26 12:36   ` Mark Brown
  1 sibling, 1 reply; 37+ messages in thread
From: Scott Jiang @ 2011-09-26  5:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

2011/9/23 Mark Brown <broonie@opensource.wolfsonmicro.com>:
> The following changes since commit 5013951be88e136d9990ef55303276e2779ce8d8:
>
>  ASoC: Fix trivial build regression in Kirkwood I2S (2011-09-12 11:48:12 +0100)
>
> are available in the git repository at:
>  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1
>
> A couple of driver fixes and the driver name issue we discussed.
>
> Axel Lin (1):
>      ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probe
>
> Mark Brown (2):
>      ASoC: Remove bitrotted wm8962_resume()
>      ASoC: Ensure we generate a driver name
>
Hi Mark, I wanted to clone,but I always got such error. Any advice?
Thanks.

scott@scott-desktop:~/Projects/git-kernel$ git clone
http://opensource.wolfsonmicro.com/linux-2.6-asoc
Initialized empty Git repository in
/home/scott/Projects/git-kernel/linux-2.6-asoc/.git/
error:
int sctp_register_pf(struct sctp_pf *pf, sa_family_t family)
{
        switch (family) {
        case PF_INET:
                if (sctp_pf_inet_specific)
                        return 0;
                sctp_pf_inet_specific = pf;
                break;
        case PF_INET6:
                if (sctp_pf_inet6_specific)
                return 0;
                sctp_pf_inet6_sp (curl_result = 56, http_code = 0,
sha1 = 3d8a97747f7731c801ca7d3a1483858feeb76b6c)
error: Unable to find 3d8a97747f7731c801ca7d3a1483858feeb76b6c under
http://opensource.wolfsonmicro.com/linux-2.6-asoc
Cannot obtain needed blob 3d8a97747f7731c801ca7d3a1483858feeb76b6c
while processing commit b7c4b42857c62d22cc8bad4cb8d40f8de64aa054.
error: Fetch failed.

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

* Re: ASoC updates for 3.1
  2011-09-22 17:17 Mark Brown
@ 2011-09-22 18:02 ` Takashi Iwai
  2011-09-26  5:27 ` Scott Jiang
  1 sibling, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-09-22 18:02 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 22 Sep 2011 18:17:45 +0100,
Mark Brown wrote:
> 
> The following changes since commit 5013951be88e136d9990ef55303276e2779ce8d8:
> 
>   ASoC: Fix trivial build regression in Kirkwood I2S (2011-09-12 11:48:12 +0100)
> 
> are available in the git repository at:
>   git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1
> 
> A couple of driver fixes and the driver name issue we discussed.

Pulled now.  Thanks.


Takashi

> Axel Lin (1):
>       ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probe
> 
> Mark Brown (2):
>       ASoC: Remove bitrotted wm8962_resume()
>       ASoC: Ensure we generate a driver name
> 
>  sound/soc/blackfin/bf5xx-ad73311.c |    2 +-
>  sound/soc/codecs/wm8962.c          |   26 --------------------------
>  sound/soc/soc-core.c               |   18 +++++++++++++++---
>  3 files changed, 16 insertions(+), 30 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-09-22 17:17 Mark Brown
  2011-09-22 18:02 ` Takashi Iwai
  2011-09-26  5:27 ` Scott Jiang
  0 siblings, 2 replies; 37+ messages in thread
From: Mark Brown @ 2011-09-22 17:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 5013951be88e136d9990ef55303276e2779ce8d8:

  ASoC: Fix trivial build regression in Kirkwood I2S (2011-09-12 11:48:12 +0100)

are available in the git repository at:
  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1

A couple of driver fixes and the driver name issue we discussed.

Axel Lin (1):
      ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probe

Mark Brown (2):
      ASoC: Remove bitrotted wm8962_resume()
      ASoC: Ensure we generate a driver name

 sound/soc/blackfin/bf5xx-ad73311.c |    2 +-
 sound/soc/codecs/wm8962.c          |   26 --------------------------
 sound/soc/soc-core.c               |   18 +++++++++++++++---
 3 files changed, 16 insertions(+), 30 deletions(-)

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

* ASoC updates for 3.1
@ 2011-09-08 18:22 Mark Brown
  0 siblings, 0 replies; 37+ messages in thread
From: Mark Brown @ 2011-09-08 18:22 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 18036b5866b5e407a28f444a80de186a5d7df767:

  ASoC: Correct element count for WM8996 sidetone HPF (2011-08-24 17:36:12 +0100)

are available in the git repository at:
  git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.1

You probably have some or all of these already but as your repository on
master is offline right now I'm going on the last thing I have synced.

Fabio Estevam (1):
      ASoC: imx: Fix build warning of unused 'card' variable

Lars-Peter Clausen (3):
      ASoC: snd_soc_codec_{readable,writable}_register change default to true
      ASoC: Fix register cache sync register_writable WARN_ONs
      ASoC: Blackfin: bf5xx-ad193x: Fix codec device name

Mark Brown (2):
      MAINTAINERS: Add some missed Wolfson files
      ASoC: Fix reporting of partial jack updates

Peter Ujfalusi (1):
      ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free

Timur Tabi (1):
      ASoC: MPC5200: replace of_device with platform_device

 MAINTAINERS                       |    4 ++++
 sound/soc/blackfin/bf5xx-ad193x.c |    4 ++--
 sound/soc/fsl/mpc5200_dma.c       |    6 +++---
 sound/soc/imx/imx-pcm-fiq.c       |    1 -
 sound/soc/soc-cache.c             |   12 ++++++------
 sound/soc/soc-core.c              |    4 ++--
 sound/soc/soc-dapm.c              |    2 +-
 sound/soc/soc-jack.c              |    2 +-
 8 files changed, 19 insertions(+), 16 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-08-25 11:07 Mark Brown
@ 2011-08-25 12:08 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-08-25 12:08 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 25 Aug 2011 12:07:42 +0100,
Mark Brown wrote:
> 
> The following changes since commit e574044acbad7421879270a80acd337459c94cc8:
> 
>   ASoC: omap: Fix build errors in ams-delta (2011-08-19 01:19:45 +0900)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
> 
> A fairly large collection of small, local patches that mostly only
> affect individual drivers - should be safe.

Thanks, pulled now.


Takashi

> Axel Lin (1):
>       ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew
> 
> Joseph Pentland (1):
>       ASoC: Add Springbank I/O card to Speyside Kconfig
> 
> Julia Lawall (4):
>       sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree
>       sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree
>       sound/soc/fsl/p1022_ds.c: add missing of_node_put
>       sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put
> 
> Mark Brown (6):
>       ASoC: WM8996 record paths need AIFCLK
>       ASoC: Fix configuration of WM8996 input enables
>       ASoC: Ensure we only run Speyside WM8962 bias level callbacks once
>       ASoC: Clear any outstanding WM8962 FLL lock completions before waiting
>       ASoC: Clear completions from late WM8996 FLL lock IRQs
>       ASoC: Correct element count for WM8996 sidetone HPF
> 
> Sangbeom Kim (1):
>       ASoC: Add samsung maintainer
> 
> Stephen Warren (1):
>       ASoC: Tegra: wm8903 machine driver: Drop Ventana support
> 
> Timur Tabi (1):
>       sound/soc/fsl/fsl_dma.c: add missing of_node_put
> 
>  MAINTAINERS                         |    1 +
>  sound/soc/codecs/wm8962.c           |    4 ++++
>  sound/soc/codecs/wm8996.c           |   28 ++++++++++++++++++----------
>  sound/soc/ep93xx/ep93xx-i2s.c       |    5 +++--
>  sound/soc/fsl/fsl_dma.c             |    2 ++
>  sound/soc/fsl/mpc8610_hpcd.c        |   18 +++++++++---------
>  sound/soc/fsl/p1022_ds.c            |    4 +++-
>  sound/soc/kirkwood/kirkwood-i2s.c   |    2 +-
>  sound/soc/samsung/Kconfig           |    1 +
>  sound/soc/samsung/speyside_wm8962.c |    6 ++++++
>  sound/soc/soc-core.c                |    2 +-
>  sound/soc/tegra/tegra_wm8903.c      |    4 ++--
>  12 files changed, 51 insertions(+), 26 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-08-25 11:07 Mark Brown
  2011-08-25 12:08 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-08-25 11:07 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit e574044acbad7421879270a80acd337459c94cc8:

  ASoC: omap: Fix build errors in ams-delta (2011-08-19 01:19:45 +0900)

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

A fairly large collection of small, local patches that mostly only
affect individual drivers - should be safe.

Axel Lin (1):
      ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew

Joseph Pentland (1):
      ASoC: Add Springbank I/O card to Speyside Kconfig

Julia Lawall (4):
      sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree
      sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree
      sound/soc/fsl/p1022_ds.c: add missing of_node_put
      sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put

Mark Brown (6):
      ASoC: WM8996 record paths need AIFCLK
      ASoC: Fix configuration of WM8996 input enables
      ASoC: Ensure we only run Speyside WM8962 bias level callbacks once
      ASoC: Clear any outstanding WM8962 FLL lock completions before waiting
      ASoC: Clear completions from late WM8996 FLL lock IRQs
      ASoC: Correct element count for WM8996 sidetone HPF

Sangbeom Kim (1):
      ASoC: Add samsung maintainer

Stephen Warren (1):
      ASoC: Tegra: wm8903 machine driver: Drop Ventana support

Timur Tabi (1):
      sound/soc/fsl/fsl_dma.c: add missing of_node_put

 MAINTAINERS                         |    1 +
 sound/soc/codecs/wm8962.c           |    4 ++++
 sound/soc/codecs/wm8996.c           |   28 ++++++++++++++++++----------
 sound/soc/ep93xx/ep93xx-i2s.c       |    5 +++--
 sound/soc/fsl/fsl_dma.c             |    2 ++
 sound/soc/fsl/mpc8610_hpcd.c        |   18 +++++++++---------
 sound/soc/fsl/p1022_ds.c            |    4 +++-
 sound/soc/kirkwood/kirkwood-i2s.c   |    2 +-
 sound/soc/samsung/Kconfig           |    1 +
 sound/soc/samsung/speyside_wm8962.c |    6 ++++++
 sound/soc/soc-core.c                |    2 +-
 sound/soc/tegra/tegra_wm8903.c      |    4 ++--
 12 files changed, 51 insertions(+), 26 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-08-21 16:25     ` Takashi Iwai
@ 2011-08-21 16:46       ` Mark Brown
  0 siblings, 0 replies; 37+ messages in thread
From: Mark Brown @ 2011-08-21 16:46 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Sun, Aug 21, 2011 at 06:25:53PM +0200, Takashi Iwai wrote:
> Mark Brown wrote:

> > Not to my knowledge, this is the first time I've heard anyone mention
> > it and nobody's reported any problems.

> Just no one has used 3.0 with the device, as usual :)

> If you look at a code, you'll see that it obviously has the very
> same problem as ad193x.

Oh, fail.  Well, nobody's sent me any patches so I've nothing to forward
on to you.

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

* Re: ASoC updates for 3.1
  2011-08-21 16:00   ` Mark Brown
@ 2011-08-21 16:25     ` Takashi Iwai
  2011-08-21 16:46       ` Mark Brown
  0 siblings, 1 reply; 37+ messages in thread
From: Takashi Iwai @ 2011-08-21 16:25 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Sun, 21 Aug 2011 17:00:07 +0100,
Mark Brown wrote:
> 
> On Sun, Aug 21, 2011 at 03:47:45PM +0200, Takashi Iwai wrote:
> > At Sun, 21 Aug 2011 13:08:43 +0100,
> > Mark Brown wrote:
> 
> > > The biggest change here is cleaning up the ad193x mess - there appear to
> > > have been quite a few issues on top of the entertainment with the
> > > register I/O.
> 
> > Don't we need a similar fix for cs4271, too?
> 
> Not to my knowledge, this is the first time I've heard anyone mention
> it and nobody's reported any problems.

Just no one has used 3.0 with the device, as usual :)

If you look at a code, you'll see that it obviously has the very
same problem as ad193x.


Takashi

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

* Re: ASoC updates for 3.1
  2011-08-21 13:47 ` Takashi Iwai
@ 2011-08-21 16:00   ` Mark Brown
  2011-08-21 16:25     ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-08-21 16:00 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Sun, Aug 21, 2011 at 03:47:45PM +0200, Takashi Iwai wrote:
> At Sun, 21 Aug 2011 13:08:43 +0100,
> Mark Brown wrote:

> > The biggest change here is cleaning up the ad193x mess - there appear to
> > have been quite a few issues on top of the entertainment with the
> > register I/O.

> Don't we need a similar fix for cs4271, too?

Not to my knowledge, this is the first time I've heard anyone mention
it and nobody's reported any problems.

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

* Re: ASoC updates for 3.1
  2011-08-21 12:08 Mark Brown
@ 2011-08-21 13:47 ` Takashi Iwai
  2011-08-21 16:00   ` Mark Brown
  0 siblings, 1 reply; 37+ messages in thread
From: Takashi Iwai @ 2011-08-21 13:47 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Sun, 21 Aug 2011 13:08:43 +0100,
Mark Brown wrote:
> 
> The following changes since commit f6b864a9071e21186476910613ec9913b56067a2:
> 
>   ASoC: Fix compile warning in wm8750.c (2011-08-12 18:22:10 +0200)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1

Thanks, pulled now.

> The biggest change here is cleaning up the ad193x mess - there appear to
> have been quite a few issues on top of the entertainment with the
> register I/O.

Don't we need a similar fix for cs4271, too?


Takashi

> 
> Axel Lin (2):
>       ASoC: soc-jack: Fix checking return value of request_any_context_irq
>       ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails
> 
> Jarkko Nikula (1):
>       ASoC: omap: Fix build errors in ams-delta
> 
> Mark Brown (1):
>       ASoC: Move WM8962 CLKREG_OVD earlier
> 
> Sascha Hauer (1):
>       ASoC: Fix check for symmetric rate enforcement
> 
> Scott Jiang (5):
>       ASoC: ad193x: fix registers definition
>       ASoC: ad193x: fix dac word len setting
>       ASoC: ad193x: fix system clock
>       ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix
>       ASoC: ad193x: remove cache support
> 
> Vasily Khoruzhick (2):
>       ASoC: h1940: Fix compilation error due to missing header
>       ASoC: rx1950: Fix compilation error due to missing header
> 
>  sound/soc/blackfin/bf5xx-ad193x.c  |    2 +-
>  sound/soc/codecs/ad193x.c          |   11 ++---------
>  sound/soc/codecs/ad193x.h          |    5 +++--
>  sound/soc/codecs/sta32x.c          |    1 +
>  sound/soc/codecs/wm8962.c          |    8 ++++----
>  sound/soc/omap/ams-delta.c         |    6 ++++--
>  sound/soc/samsung/h1940_uda1380.c  |    1 +
>  sound/soc/samsung/rx1950_uda1380.c |    1 +
>  sound/soc/soc-io.c                 |   23 +++++++++++++++++++++++
>  sound/soc/soc-jack.c               |    2 +-
>  sound/soc/soc-pcm.c                |    3 +++
>  11 files changed, 44 insertions(+), 19 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-08-21 12:08 Mark Brown
  2011-08-21 13:47 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-08-21 12:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f6b864a9071e21186476910613ec9913b56067a2:

  ASoC: Fix compile warning in wm8750.c (2011-08-12 18:22:10 +0200)

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

The biggest change here is cleaning up the ad193x mess - there appear to
have been quite a few issues on top of the entertainment with the
register I/O.

Axel Lin (2):
      ASoC: soc-jack: Fix checking return value of request_any_context_irq
      ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails

Jarkko Nikula (1):
      ASoC: omap: Fix build errors in ams-delta

Mark Brown (1):
      ASoC: Move WM8962 CLKREG_OVD earlier

Sascha Hauer (1):
      ASoC: Fix check for symmetric rate enforcement

Scott Jiang (5):
      ASoC: ad193x: fix registers definition
      ASoC: ad193x: fix dac word len setting
      ASoC: ad193x: fix system clock
      ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix
      ASoC: ad193x: remove cache support

Vasily Khoruzhick (2):
      ASoC: h1940: Fix compilation error due to missing header
      ASoC: rx1950: Fix compilation error due to missing header

 sound/soc/blackfin/bf5xx-ad193x.c  |    2 +-
 sound/soc/codecs/ad193x.c          |   11 ++---------
 sound/soc/codecs/ad193x.h          |    5 +++--
 sound/soc/codecs/sta32x.c          |    1 +
 sound/soc/codecs/wm8962.c          |    8 ++++----
 sound/soc/omap/ams-delta.c         |    6 ++++--
 sound/soc/samsung/h1940_uda1380.c  |    1 +
 sound/soc/samsung/rx1950_uda1380.c |    1 +
 sound/soc/soc-io.c                 |   23 +++++++++++++++++++++++
 sound/soc/soc-jack.c               |    2 +-
 sound/soc/soc-pcm.c                |    3 +++
 11 files changed, 44 insertions(+), 19 deletions(-)

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

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

At Sat, 13 Aug 2011 01:11:44 +0900,
Mark Brown wrote:
> 
> The following changes since commit 8c285645ab3b05942124020b5f0b89d3b539823a:
> 
>   Merge branch 'wm8996-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asoc (2011-08-08 10:45:31 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
> 
> So more changes ended up cooking in -next for the wm8750 than had been
> anticipated - it should've been a simple SPI driver ID addition but it
> got messed up for the modular x86_64 builds that I have difficultly in
> doing while travelling.

I got a build warning, so applied the patch below in addition.

> The change from Sangbeom is another change percolating through after the
> merge window that I'd forgotten about until Kukjin reminded me.

Hmm, OK.  It's basically too late, but it's no serious stuff, so let's
get in.


Now pushed out.


thanks,

Takashi

---
From: Takashi Iwai <tiwai@suse.de>
Subject: [PATCH] ASoC: Fix compile warning in wm8750.c

sound/soc/codecs/wm8750.c:784:2: warning: missing braces around initializer
sound/soc/codecs/wm8750.c:784:2: warning: (near initialization for ‘wm8750_spi_ids[2].name’)

It's because struct spi_device_id.name is a char array, not a pointer,
while the driver initializes explicitly with 0.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/soc/codecs/wm8750.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 82ac5fc..d0003cc 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -781,7 +781,7 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi)
 static const struct spi_device_id wm8750_spi_ids[] = {
 	{ "wm8750", 0 },
 	{ "wm8987", 0 },
-	{ 0, 0 },
+	{ },
 };
 MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);
 
-- 
1.7.6

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

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

The following changes since commit 8c285645ab3b05942124020b5f0b89d3b539823a:

  Merge branch 'wm8996-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asoc (2011-08-08 10:45:31 +0200)

are available in the git repository at:

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

So more changes ended up cooking in -next for the wm8750 than had been
anticipated - it should've been a simple SPI driver ID addition but it
got messed up for the modular x86_64 builds that I have difficultly in
doing while travelling.

The change from Sangbeom is another change percolating through after the
merge window that I'd forgotten about until Kukjin reminded me.

Jarkko Nikula (1):
      ASoC: omap: Update e-mail address of Jarkko Nikula

Mark Brown (8):
      Merge branch 'for-3.1' of git://git.kernel.org/.../broonie/sound-2.6.git into for-3.1
      Merge branch 'fix/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-3.1
      ASoC: Fix binding of WM8750 on Jive
      ASoC: Fix SPI driver binding for WM8987
      ASoC: Fix warning in Speyside WM8962
      ASoC: Fix typo in wm8750 spi_ids
      ASoC: Add missing break in WM8994 probe
      ASoC: Terminate WM8750 SPI device ID table

Sangbeom Kim (1):
      ASoC: SAMSUNG: Add I2S0 internal dma driver

Stephen Warren (3):
      ASoC: Tegra: tegra_pcm_deallocate_dma_buffer: Don't OOPS
      ASoC: Tegra: wm8903 machine driver: Allow re-insertion of module
      ASoC: WM8903: Free IRQ on device removal

 MAINTAINERS                         |    2 +-
 include/sound/tlv320aic3x.h         |    2 +-
 sound/soc/codecs/wm8750.c           |    8 +
 sound/soc/codecs/wm8903.c           |    5 +
 sound/soc/codecs/wm8994.c           |    1 +
 sound/soc/omap/n810.c               |    4 +-
 sound/soc/omap/omap-mcbsp.c         |    4 +-
 sound/soc/omap/omap-mcbsp.h         |    2 +-
 sound/soc/omap/omap-pcm.c           |    4 +-
 sound/soc/omap/omap-pcm.h           |    2 +-
 sound/soc/omap/rx51.c               |    2 +-
 sound/soc/samsung/Makefile          |    2 +
 sound/soc/samsung/idma.c            |  453 +++++++++++++++++++++++++++++++++++
 sound/soc/samsung/idma.h            |   26 ++
 sound/soc/samsung/jive_wm8750.c     |    2 +-
 sound/soc/samsung/speyside_wm8962.c |    2 +-
 sound/soc/tegra/tegra_pcm.c         |    9 +-
 sound/soc/tegra/tegra_wm8903.c      |   15 +-
 18 files changed, 526 insertions(+), 19 deletions(-)
 create mode 100644 sound/soc/samsung/idma.c
 create mode 100644 sound/soc/samsung/idma.h

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

* Re: ASoC updates for 3.1
  2011-08-04  4:11 Mark Brown
@ 2011-08-04 14:21 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-08-04 14:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 4 Aug 2011 05:11:25 +0100,
Mark Brown wrote:
> 
> The following changes since commit 06132fdf63c7d9acc19f136623bf2201f49e73b5:
> 
>   ASoC: Fix txx9aclc.c build (2011-07-29 07:53:08 +0200)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1

Pulled now.  Thanks.


Takashi

> Mark Brown (1):
>       ASoC: Disable wm_hubs periodic DC servo update
> 
> Wolfram Sang (1):
>       ASoC: sgtl5000: fix cache handling
> 
>  sound/soc/codecs/sgtl5000.c |  128 ++++++++++++-------------------------------
>  sound/soc/codecs/wm_hubs.c  |    3 +-
>  2 files changed, 36 insertions(+), 95 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-08-04  4:11 Mark Brown
  2011-08-04 14:21 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-08-04  4:11 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 06132fdf63c7d9acc19f136623bf2201f49e73b5:

  ASoC: Fix txx9aclc.c build (2011-07-29 07:53:08 +0200)

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

Mark Brown (1):
      ASoC: Disable wm_hubs periodic DC servo update

Wolfram Sang (1):
      ASoC: sgtl5000: fix cache handling

 sound/soc/codecs/sgtl5000.c |  128 ++++++++++++-------------------------------
 sound/soc/codecs/wm_hubs.c  |    3 +-
 2 files changed, 36 insertions(+), 95 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-07-25  7:05 Mark Brown
@ 2011-07-25  7:42 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-07-25  7:42 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 25 Jul 2011 08:05:34 +0100,
Mark Brown wrote:
> 
> The following changes since commit 440085598672c0e3fde8a48495f61fea418b06d1:
> 
>   Merge branch 'for-3.0' into for-3.1 (2011-07-17 18:25:58 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
> 
> Sorry, I thought I'd sent this out and then the release caught me on the
> hop a bit.  Apart from Liam's changes and the new driver these are all
> bug fixes of one form or another - the sgtl5000 driver apparently just
> didn't work most of the time.

Thanks, pulled now.

I'm going to send another pull request to Linus in a couple of days.
If you find any other urgent updates, let me know.


Takashi

> 
> Liam Girdwood (2):
>       ASoC: dapm - add DAPM macro for external enum widgets
>       ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.
> 
> Mark Brown (3):
>       ASoC: Mark cache as dirty when suspending
>       ASoC: Acknowledge WM8962 interrupts before acting on them
>       ASoC: Revert "ASoC: SAMSUNG: Add I2S0 internal dma driver"
> 
> Rajashekhara, Sudhakar (2):
>       ASoC: davinci: fix codec start and stop functions
>       ASoC: davinci: add missing break statement
> 
> Sangbeom Kim (2):
>       ASoC: SAMSUNG: Modify I2S driver to support idma
>       ASoC: SAMSUNG: Add I2S0 internal dma driver
> 
> Wolfram Sang (3):
>       ASoC: core: make comments fit the code
>       ASoC: sgtl5000: refactor registering internal ldo
>       ASoC: sgtl5000: guide user when regulator support is needed
> 
>  include/sound/soc-dapm.h         |    6 +++
>  sound/soc/codecs/sgtl5000.c      |   70 +++++++++++++++++--------------------
>  sound/soc/codecs/wm8962.c        |    6 ++--
>  sound/soc/davinci/davinci-vcif.c |    9 +++--
>  sound/soc/samsung/i2s.c          |    7 ++++
>  sound/soc/soc-core.c             |    5 ++-
>  sound/soc/soc-dapm.c             |   30 ++++++++++++++++
>  7 files changed, 86 insertions(+), 47 deletions(-)
> 

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

* ASoC updates for 3.1
@ 2011-07-25  7:05 Mark Brown
  2011-07-25  7:42 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-07-25  7:05 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 440085598672c0e3fde8a48495f61fea418b06d1:

  Merge branch 'for-3.0' into for-3.1 (2011-07-17 18:25:58 +0900)

are available in the git repository at:

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

Sorry, I thought I'd sent this out and then the release caught me on the
hop a bit.  Apart from Liam's changes and the new driver these are all
bug fixes of one form or another - the sgtl5000 driver apparently just
didn't work most of the time.

Liam Girdwood (2):
      ASoC: dapm - add DAPM macro for external enum widgets
      ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.

Mark Brown (3):
      ASoC: Mark cache as dirty when suspending
      ASoC: Acknowledge WM8962 interrupts before acting on them
      ASoC: Revert "ASoC: SAMSUNG: Add I2S0 internal dma driver"

Rajashekhara, Sudhakar (2):
      ASoC: davinci: fix codec start and stop functions
      ASoC: davinci: add missing break statement

Sangbeom Kim (2):
      ASoC: SAMSUNG: Modify I2S driver to support idma
      ASoC: SAMSUNG: Add I2S0 internal dma driver

Wolfram Sang (3):
      ASoC: core: make comments fit the code
      ASoC: sgtl5000: refactor registering internal ldo
      ASoC: sgtl5000: guide user when regulator support is needed

 include/sound/soc-dapm.h         |    6 +++
 sound/soc/codecs/sgtl5000.c      |   70 +++++++++++++++++--------------------
 sound/soc/codecs/wm8962.c        |    6 ++--
 sound/soc/davinci/davinci-vcif.c |    9 +++--
 sound/soc/samsung/i2s.c          |    7 ++++
 sound/soc/soc-core.c             |    5 ++-
 sound/soc/soc-dapm.c             |   30 ++++++++++++++++
 7 files changed, 86 insertions(+), 47 deletions(-)

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

* Re: ASoC updates for 3.1
  2011-07-18 10:43 Mark Brown
@ 2011-07-18 11:12 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-07-18 11:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 18 Jul 2011 19:43:41 +0900,
Mark Brown wrote:
> 
> The following changes since commit e320bc42be746b8f006d163b6e340e5fb79ce7b2:
> 
>   Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-09 11:43:04 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1

Pulled now.  Thanks.


Takashi


> Axel Lin (1):
>       ASoC: wm8900: fix a memory leak if wm8900_set_fll fails
> 
> Dimitris Papastamos (1):
>       ASoC: WM8983: Initial driver
> 
> Giridhar Maruthy (1):
>       ASoC: SAMSUNG: 24-bit audio playback on Exynos4210
> 
> Jarkko Nikula (2):
>       ASoC: tlv320aic3x: Don't sync first two registers from register cache
>       ASoC: tlv320aic3x: Do soft reset to codec when going to bias off state
> 
> Johannes Stezenbach (2):
>       ASoC: STA32x: Add mixer controls for biquad coefficients
>       ASoC: STA32x: Preserve reserved register bits
> 
> Kuninori Morimoto (3):
>       ASoC: sh: fsi-ak4642: fixup snd_soc_card name
>       ASoC: sh: fsi-da7210: fixup snd_soc_card name
>       ASoC: sh: fsi-hdmi: fixup snd_soc_card name
> 
> Mark Brown (19):
>       Merge branch 'for-3.0' into for-3.1
>       Merge branch 'for-3.0' into for-3.1
>       Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-3.1
>       ASoC: Conditionalize the enable of WM8994 ADC TDM mode
>       ASoC: Use late enable handling for direct voice, speaker and headphone
>       ASoC: Implement DC servo completion IRQ handling for wm_hubs devices
>       ASoC: Hook up DC servo completion IRQ for WM8994 and WM8958
>       ASoC: Use WM8994 FLL lock interrupt
>       ASoC: Don't warn on low WM8994/58 AIFnCLKs
>       ASoC: Log WM8994 FIFO errors from the interrupt
>       ASoC: Fix shift in WM8958 accessory detection default implementation
>       Merge branch 'for-3.0' into for-3.1
>       ASoC: Handle spurious wm_hubs DC servo done interrupts
>       ASoC: Handle failed WM8994 FLL lock waits
>       ASoC: Report an error for unknown adav80x formats
>       ASoC: Reduce power consumption for idle DAIs in WM8994
>       ASoC: Don't use -1 to boostrap subseq so it can be used by drivers
>       ASoC: Correct WM8994 MICBIAS supply widget hookup
>       Merge branch 'for-3.0' into for-3.1
> 
> Michael Williamson (1):
>       audio: tlv320aic26: fix PLL register configuration
> 
> Takashi Iwai (4):
>       Merge branch 'for-3.0' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
>       Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
>       ASoC: Don't set invalid name string to snd_card->driver field
>       Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
> 
>  sound/soc/codecs/Kconfig        |    4 +
>  sound/soc/codecs/Makefile       |    2 +
>  sound/soc/codecs/adav80x.c      |    4 +-
>  sound/soc/codecs/sta32x.c       |  140 +++++
>  sound/soc/codecs/tlv320aic26.c  |   14 +-
>  sound/soc/codecs/tlv320aic3x.c  |    9 +-
>  sound/soc/codecs/wm8900.c       |    1 +
>  sound/soc/codecs/wm8983.c       | 1203 +++++++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/wm8983.h       | 1029 +++++++++++++++++++++++++++++++++
>  sound/soc/codecs/wm8993.c       |    2 +-
>  sound/soc/codecs/wm8994.c       |  156 +++++-
>  sound/soc/codecs/wm8994.h       |    3 +
>  sound/soc/codecs/wm_hubs.c      |   33 +-
>  sound/soc/codecs/wm_hubs.h      |    8 +
>  sound/soc/samsung/smdk_wm8994.c |    5 +-
>  sound/soc/sh/fsi-ak4642.c       |   16 +-
>  sound/soc/sh/fsi-da7210.c       |    2 +-
>  sound/soc/sh/fsi-hdmi.c         |    4 +-
>  sound/soc/soc-core.c            |    5 +-
>  sound/soc/soc-dapm.c            |    2 +-
>  20 files changed, 2593 insertions(+), 49 deletions(-)
>  create mode 100644 sound/soc/codecs/wm8983.c
>  create mode 100644 sound/soc/codecs/wm8983.h
> 

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

* ASoC updates for 3.1
@ 2011-07-18 10:43 Mark Brown
  2011-07-18 11:12 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-07-18 10:43 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit e320bc42be746b8f006d163b6e340e5fb79ce7b2:

  Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-09 11:43:04 +0200)

are available in the git repository at:

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

Axel Lin (1):
      ASoC: wm8900: fix a memory leak if wm8900_set_fll fails

Dimitris Papastamos (1):
      ASoC: WM8983: Initial driver

Giridhar Maruthy (1):
      ASoC: SAMSUNG: 24-bit audio playback on Exynos4210

Jarkko Nikula (2):
      ASoC: tlv320aic3x: Don't sync first two registers from register cache
      ASoC: tlv320aic3x: Do soft reset to codec when going to bias off state

Johannes Stezenbach (2):
      ASoC: STA32x: Add mixer controls for biquad coefficients
      ASoC: STA32x: Preserve reserved register bits

Kuninori Morimoto (3):
      ASoC: sh: fsi-ak4642: fixup snd_soc_card name
      ASoC: sh: fsi-da7210: fixup snd_soc_card name
      ASoC: sh: fsi-hdmi: fixup snd_soc_card name

Mark Brown (19):
      Merge branch 'for-3.0' into for-3.1
      Merge branch 'for-3.0' into for-3.1
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-3.1
      ASoC: Conditionalize the enable of WM8994 ADC TDM mode
      ASoC: Use late enable handling for direct voice, speaker and headphone
      ASoC: Implement DC servo completion IRQ handling for wm_hubs devices
      ASoC: Hook up DC servo completion IRQ for WM8994 and WM8958
      ASoC: Use WM8994 FLL lock interrupt
      ASoC: Don't warn on low WM8994/58 AIFnCLKs
      ASoC: Log WM8994 FIFO errors from the interrupt
      ASoC: Fix shift in WM8958 accessory detection default implementation
      Merge branch 'for-3.0' into for-3.1
      ASoC: Handle spurious wm_hubs DC servo done interrupts
      ASoC: Handle failed WM8994 FLL lock waits
      ASoC: Report an error for unknown adav80x formats
      ASoC: Reduce power consumption for idle DAIs in WM8994
      ASoC: Don't use -1 to boostrap subseq so it can be used by drivers
      ASoC: Correct WM8994 MICBIAS supply widget hookup
      Merge branch 'for-3.0' into for-3.1

Michael Williamson (1):
      audio: tlv320aic26: fix PLL register configuration

Takashi Iwai (4):
      Merge branch 'for-3.0' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
      Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
      ASoC: Don't set invalid name string to snd_card->driver field
      Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc

 sound/soc/codecs/Kconfig        |    4 +
 sound/soc/codecs/Makefile       |    2 +
 sound/soc/codecs/adav80x.c      |    4 +-
 sound/soc/codecs/sta32x.c       |  140 +++++
 sound/soc/codecs/tlv320aic26.c  |   14 +-
 sound/soc/codecs/tlv320aic3x.c  |    9 +-
 sound/soc/codecs/wm8900.c       |    1 +
 sound/soc/codecs/wm8983.c       | 1203 +++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8983.h       | 1029 +++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8993.c       |    2 +-
 sound/soc/codecs/wm8994.c       |  156 +++++-
 sound/soc/codecs/wm8994.h       |    3 +
 sound/soc/codecs/wm_hubs.c      |   33 +-
 sound/soc/codecs/wm_hubs.h      |    8 +
 sound/soc/samsung/smdk_wm8994.c |    5 +-
 sound/soc/sh/fsi-ak4642.c       |   16 +-
 sound/soc/sh/fsi-da7210.c       |    2 +-
 sound/soc/sh/fsi-hdmi.c         |    4 +-
 sound/soc/soc-core.c            |    5 +-
 sound/soc/soc-dapm.c            |    2 +-
 20 files changed, 2593 insertions(+), 49 deletions(-)
 create mode 100644 sound/soc/codecs/wm8983.c
 create mode 100644 sound/soc/codecs/wm8983.h

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

* ASoC updates for 3.1
@ 2011-07-13 23:58 Mark Brown
  0 siblings, 0 replies; 37+ messages in thread
From: Mark Brown @ 2011-07-13 23:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit e320bc42be746b8f006d163b6e340e5fb79ce7b2:

  Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-09 11:43:04 +0200)

are available in the git repository at:

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

Giridhar Maruthy (1):
      ASoC: SAMSUNG: 24-bit audio playback on Exynos4210

Jarkko Nikula (2):
      ASoC: tlv320aic3x: Don't sync first two registers from register cache
      ASoC: tlv320aic3x: Do soft reset to codec when going to bias off state

Johannes Stezenbach (2):
      ASoC: STA32x: Add mixer controls for biquad coefficients
      ASoC: STA32x: Preserve reserved register bits

Kuninori Morimoto (3):
      ASoC: sh: fsi-ak4642: fixup snd_soc_card name
      ASoC: sh: fsi-da7210: fixup snd_soc_card name
      ASoC: sh: fsi-hdmi: fixup snd_soc_card name

Mark Brown (9):
      Merge branch 'for-3.0' into for-3.1
      Merge branch 'for-3.0' into for-3.1
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-3.1
      ASoC: Conditionalize the enable of WM8994 ADC TDM mode
      ASoC: Use late enable handling for direct voice, speaker and headphone
      ASoC: Implement DC servo completion IRQ handling for wm_hubs devices
      ASoC: Hook up DC servo completion IRQ for WM8994 and WM8958
      ASoC: Use WM8994 FLL lock interrupt
      ASoC: Don't warn on low WM8994/58 AIFnCLKs

Michael Williamson (1):
      audio: tlv320aic26: fix PLL register configuration

Takashi Iwai (4):
      Merge branch 'for-3.0' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
      Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
      ASoC: Don't set invalid name string to snd_card->driver field
      Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc

 sound/soc/codecs/sta32x.c       |  140 +++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/tlv320aic26.c  |   14 +++-
 sound/soc/codecs/tlv320aic3x.c  |    9 ++-
 sound/soc/codecs/wm8993.c       |    2 +-
 sound/soc/codecs/wm8994.c       |  101 +++++++++++++++++++++++-----
 sound/soc/codecs/wm8994.h       |    3 +
 sound/soc/codecs/wm_hubs.c      |   37 ++++++++--
 sound/soc/codecs/wm_hubs.h      |    8 ++
 sound/soc/samsung/smdk_wm8994.c |    5 +-
 sound/soc/sh/fsi-ak4642.c       |   16 ++--
 sound/soc/sh/fsi-da7210.c       |    2 +-
 sound/soc/sh/fsi-hdmi.c         |    4 +-
 sound/soc/soc-core.c            |    5 +-
 13 files changed, 301 insertions(+), 45 deletions(-)

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

* ASoC updates for 3.1
@ 2011-07-09  9:20 Mark Brown
  0 siblings, 0 replies; 37+ messages in thread
From: Mark Brown @ 2011-07-09  9:20 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f187700c2d769bd3160b52f99cc4e747d5c5014b:

  Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-05 08:20:19 +0200)

are available in the git repository at:

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

Axel Lin (1):
      ASoC: pxa2xx-pcm: remove unused variable 'dai'

Kuninori Morimoto (1):
      ASoC: ak4642: fixup snd_soc_update_bits mask for PW_MGMT2

Liam Girdwood (4):
      ASoC: core - Add API call to register platform kcontrols.
      ASoC: core - Add platform widget IO
      ASoC: core - Add convenience register for platform kcontrol and DAPM
      ASoC: core - Add platform IO tracing

Mark Brown (3):
      ASoC: Manage WM8731 ACTIVE bit as a supply widget
      ASoC: Manage WM8731 ACTIVE bit as a supply widget
      Merge branch 'for-3.0' into for-3.1

Stephen Warren (1):
      ASoC: Tegra: Implement SPDIF CPU DAI

 include/sound/soc-dapm.h      |    2 +
 include/sound/soc.h           |   12 +
 include/trace/events/asoc.h   |   45 ++++
 sound/soc/codecs/ak4642.c     |    2 +-
 sound/soc/codecs/wm8731.c     |   29 +---
 sound/soc/pxa/pxa2xx-pcm.c    |    1 -
 sound/soc/soc-core.c          |   47 ++++
 sound/soc/soc-dapm.c          |   13 +-
 sound/soc/tegra/Kconfig       |    9 +
 sound/soc/tegra/Makefile      |    2 +
 sound/soc/tegra/tegra_spdif.c |  371 ++++++++++++++++++++++++++++++++
 sound/soc/tegra/tegra_spdif.h |  473 +++++++++++++++++++++++++++++++++++++++++
 12 files changed, 976 insertions(+), 30 deletions(-)
 create mode 100644 sound/soc/tegra/tegra_spdif.c
 create mode 100644 sound/soc/tegra/tegra_spdif.h

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

* Re: ASoC updates for 3.1
  2011-07-05  6:16 Mark Brown
@ 2011-07-05  6:22 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-07-05  6:22 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 4 Jul 2011 23:16:25 -0700,
Mark Brown wrote:
> 
> The following changes since commit 56aa53391059e3730a304da4dd96b7b123b9fb75:
> 
>   Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-07-05 07:33:23 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1

Pulled now.  Thanks.


Takashi

> Lars-Peter Clausen (2):
>       ASoC: Add ADAV80x codec driver
>       ASoC: Blackfin: Add machine driver for EVAL-ADAV80X boards
> 
> Liam Girdwood (2):
>       ASoC: core - Make platform probe more like codec probe.
>       ASoC: core - Add platform read and write.
> 
> Mark Brown (7):
>       ASoC: Fix Blackfin I2S _pointer() implementation return in bounds values
>       ASoC: Correct left/right swap in wm_hubs DC offset correction
>       ASoC: Change WM9081 speaker output enable to _OUT_DRV
>       Merge branch 'for-3.0' into for-3.1
>       ASoC: Improve error reporting in Speyside WM8962 driver
>       ASoC: Ensure we delay long enough for WM8994 FLL to lock when starting
>       Merge branch 'for-3.0' into for-3.1
> 
> Sangbeom Kim (3):
>       ASoC: SAMSUNG: Add WM8994 PCM Machine driver
>       ASoC: SAMSUNG: Move I2S common register definition
>       ASoC: SAMSUNG: Add idma related register definition
> 
> Stephen Warren (2):
>       ASoC: Tegra: I2S: Ensure clock is enabled when writing regs
>       ASoC: Tegra: I2S: s/clk_get_sys/clk_get/
> 
>  MAINTAINERS                            |    1 +
>  include/sound/soc.h                    |    8 +
>  sound/soc/blackfin/Kconfig             |   13 +
>  sound/soc/blackfin/Makefile            |    2 +
>  sound/soc/blackfin/bf5xx-i2s-pcm.c     |   13 +-
>  sound/soc/blackfin/bfin-eval-adav80x.c |  173 ++++++
>  sound/soc/codecs/Kconfig               |    4 +
>  sound/soc/codecs/Makefile              |    2 +
>  sound/soc/codecs/adav80x.c             |  951 ++++++++++++++++++++++++++++++++
>  sound/soc/codecs/adav80x.h             |   35 ++
>  sound/soc/codecs/wm8994.c              |    2 +
>  sound/soc/codecs/wm9081.c              |    2 +-
>  sound/soc/codecs/wm_hubs.c             |   16 +-
>  sound/soc/samsung/Kconfig              |    8 +
>  sound/soc/samsung/Makefile             |    2 +
>  sound/soc/samsung/i2s-regs.h           |  143 +++++
>  sound/soc/samsung/i2s.c                |  104 +----
>  sound/soc/samsung/smdk_wm8994pcm.c     |  176 ++++++
>  sound/soc/samsung/speyside_wm8962.c    |   12 +-
>  sound/soc/soc-core.c                   |   81 +++-
>  sound/soc/tegra/tegra_i2s.c            |   10 +-
>  21 files changed, 1622 insertions(+), 136 deletions(-)
>  create mode 100644 sound/soc/blackfin/bfin-eval-adav80x.c
>  create mode 100644 sound/soc/codecs/adav80x.c
>  create mode 100644 sound/soc/codecs/adav80x.h
>  create mode 100644 sound/soc/samsung/i2s-regs.h
>  create mode 100644 sound/soc/samsung/smdk_wm8994pcm.c
> 

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

* ASoC updates for 3.1
@ 2011-07-05  6:16 Mark Brown
  2011-07-05  6:22 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-07-05  6:16 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 56aa53391059e3730a304da4dd96b7b123b9fb75:

  Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-07-05 07:33:23 +0200)

are available in the git repository at:

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

Lars-Peter Clausen (2):
      ASoC: Add ADAV80x codec driver
      ASoC: Blackfin: Add machine driver for EVAL-ADAV80X boards

Liam Girdwood (2):
      ASoC: core - Make platform probe more like codec probe.
      ASoC: core - Add platform read and write.

Mark Brown (7):
      ASoC: Fix Blackfin I2S _pointer() implementation return in bounds values
      ASoC: Correct left/right swap in wm_hubs DC offset correction
      ASoC: Change WM9081 speaker output enable to _OUT_DRV
      Merge branch 'for-3.0' into for-3.1
      ASoC: Improve error reporting in Speyside WM8962 driver
      ASoC: Ensure we delay long enough for WM8994 FLL to lock when starting
      Merge branch 'for-3.0' into for-3.1

Sangbeom Kim (3):
      ASoC: SAMSUNG: Add WM8994 PCM Machine driver
      ASoC: SAMSUNG: Move I2S common register definition
      ASoC: SAMSUNG: Add idma related register definition

Stephen Warren (2):
      ASoC: Tegra: I2S: Ensure clock is enabled when writing regs
      ASoC: Tegra: I2S: s/clk_get_sys/clk_get/

 MAINTAINERS                            |    1 +
 include/sound/soc.h                    |    8 +
 sound/soc/blackfin/Kconfig             |   13 +
 sound/soc/blackfin/Makefile            |    2 +
 sound/soc/blackfin/bf5xx-i2s-pcm.c     |   13 +-
 sound/soc/blackfin/bfin-eval-adav80x.c |  173 ++++++
 sound/soc/codecs/Kconfig               |    4 +
 sound/soc/codecs/Makefile              |    2 +
 sound/soc/codecs/adav80x.c             |  951 ++++++++++++++++++++++++++++++++
 sound/soc/codecs/adav80x.h             |   35 ++
 sound/soc/codecs/wm8994.c              |    2 +
 sound/soc/codecs/wm9081.c              |    2 +-
 sound/soc/codecs/wm_hubs.c             |   16 +-
 sound/soc/samsung/Kconfig              |    8 +
 sound/soc/samsung/Makefile             |    2 +
 sound/soc/samsung/i2s-regs.h           |  143 +++++
 sound/soc/samsung/i2s.c                |  104 +----
 sound/soc/samsung/smdk_wm8994pcm.c     |  176 ++++++
 sound/soc/samsung/speyside_wm8962.c    |   12 +-
 sound/soc/soc-core.c                   |   81 +++-
 sound/soc/tegra/tegra_i2s.c            |   10 +-
 21 files changed, 1622 insertions(+), 136 deletions(-)
 create mode 100644 sound/soc/blackfin/bfin-eval-adav80x.c
 create mode 100644 sound/soc/codecs/adav80x.c
 create mode 100644 sound/soc/codecs/adav80x.h
 create mode 100644 sound/soc/samsung/i2s-regs.h
 create mode 100644 sound/soc/samsung/smdk_wm8994pcm.c

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

* Re: ASoC updates for 3.1
  2011-06-24 10:36 Mark Brown
@ 2011-06-24 10:59 ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-06-24 10:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 24 Jun 2011 11:36:57 +0100,
Mark Brown wrote:
> 
> The following changes since commit f192c0ab2420aa59d6fae26564b14adf97456063:
> 
>   ASoC: SMDKV310: Enable SPDIF device (2011-06-10 11:05:09 +0100)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1

Pulled now.  Thanks.


Takashi


> Arnaud Patard (2):
>       ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
>       ASoC: imx: add missing module informations
> 
> Barry Song (1):
>       ASoC: AD1836: rename suspend/resume funcs
> 
> Dan Carpenter (1):
>       ASoC: adau1701: signedness bug in adau1701_write()
> 
> Daniel Mack (1):
>       ASoC: pxa-ssp: Correct check for stream presence
> 
> Johannes Stezenbach (2):
>       ASoC: add STA32X codec driver
>       ASoC: add WM8782 ADC Codec Driver
> 
> Lars-Peter Clausen (2):
>       ASoC: Add ADAU1701 codec driver
>       ASoC: Blackfin: Add bf5xx-adau1701 machine driver
> 
> Liam Girdwood (1):
>       ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.
> 
> Mark Brown (15):
>       ASoC: Factor out redundant read() functions
>       ASoC: Move register I/O code into a separate file
>       ASoC: Add weak routes for sidetone style paths
>       ASoC: Don't use codec->control_data in bulk write
>       ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus
>       Merge branch 'for-3.0' into for-3.1
>       ASoC: Fix mismerge with release branch
>       ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver
>       ASoC: Add adau* drivers to the Analog Devices file patterns
>       ASoC: Remove adau1701 from SND_SOC_ALL_CODECS due to Sigma dependency
>       ASoC: Fix DAPM sequence run for per-widget I/O methods
>       ASoC: Trigger wm_hubs series update startup off a separate flag
>       ASoC: Allow suppression of series updates on wm_hubs devices
>       ASoC: Add basic WM8918 support
>       Merge branch 'for-3.0' into for-3.1
> 
> Mike Frysinger (5):
>       ASoC: AD1836: clean up comment headers
>       ASoC: AD1836: drop unnecessary spi register check
>       ASoC: AD1836: fix intermixed tab/space indentation
>       ASoC: AD1836: fix codec name
>       ASoC: Blackfin: allow SPI for SSM2602 parts
> 
> Taylor Hutt (1):
>       ASoC: codecs: Max98095: Fix logging of hardware revision.
> 
>  MAINTAINERS                             |    1 +
>  include/sound/soc-dapm.h                |    3 +
>  include/sound/soc.h                     |    3 +-
>  sound/soc/Makefile                      |    3 +-
>  sound/soc/blackfin/Kconfig              |   14 +-
>  sound/soc/blackfin/Makefile             |    2 +
>  sound/soc/blackfin/bf5xx-i2s-pcm.c      |    6 +-
>  sound/soc/blackfin/bfin-eval-adau1701.c |  139 ++++++
>  sound/soc/codecs/Kconfig                |   14 +-
>  sound/soc/codecs/Makefile               |    6 +
>  sound/soc/codecs/ad1836.c               |   78 ++--
>  sound/soc/codecs/ad1836.h               |   21 +-
>  sound/soc/codecs/adau1701.c             |  549 ++++++++++++++++++++++
>  sound/soc/codecs/adau1701.h             |   17 +
>  sound/soc/codecs/max98095.c             |    8 +-
>  sound/soc/codecs/sta32x.c               |  777 +++++++++++++++++++++++++++++++
>  sound/soc/codecs/sta32x.h               |  210 +++++++++
>  sound/soc/codecs/wm8782.c               |   80 ++++
>  sound/soc/codecs/wm8904.c               |    1 +
>  sound/soc/codecs/wm8993.c               |    1 +
>  sound/soc/codecs/wm8994.c               |    1 +
>  sound/soc/codecs/wm_hubs.c              |    5 +-
>  sound/soc/codecs/wm_hubs.h              |    2 +
>  sound/soc/imx/Kconfig                   |    7 -
>  sound/soc/imx/imx-pcm-dma-mx2.c         |    2 +
>  sound/soc/imx/imx-ssi.c                 |    2 +-
>  sound/soc/pxa/pxa2xx-pcm.c              |    4 +-
>  sound/soc/soc-cache.c                   |  416 -----------------
>  sound/soc/soc-dapm.c                    |  142 ++++++-
>  sound/soc/soc-io.c                      |  396 ++++++++++++++++
>  30 files changed, 2399 insertions(+), 511 deletions(-)
>  create mode 100644 sound/soc/blackfin/bfin-eval-adau1701.c
>  create mode 100644 sound/soc/codecs/adau1701.c
>  create mode 100644 sound/soc/codecs/adau1701.h
>  create mode 100644 sound/soc/codecs/sta32x.c
>  create mode 100644 sound/soc/codecs/sta32x.h
>  create mode 100644 sound/soc/codecs/wm8782.c
>  create mode 100644 sound/soc/soc-io.c
> 

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

* ASoC updates for 3.1
@ 2011-06-24 10:36 Mark Brown
  2011-06-24 10:59 ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-06-24 10:36 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit f192c0ab2420aa59d6fae26564b14adf97456063:

  ASoC: SMDKV310: Enable SPDIF device (2011-06-10 11:05:09 +0100)

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

Arnaud Patard (2):
      ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entry
      ASoC: imx: add missing module informations

Barry Song (1):
      ASoC: AD1836: rename suspend/resume funcs

Dan Carpenter (1):
      ASoC: adau1701: signedness bug in adau1701_write()

Daniel Mack (1):
      ASoC: pxa-ssp: Correct check for stream presence

Johannes Stezenbach (2):
      ASoC: add STA32X codec driver
      ASoC: add WM8782 ADC Codec Driver

Lars-Peter Clausen (2):
      ASoC: Add ADAU1701 codec driver
      ASoC: Blackfin: Add bf5xx-adau1701 machine driver

Liam Girdwood (1):
      ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.

Mark Brown (15):
      ASoC: Factor out redundant read() functions
      ASoC: Move register I/O code into a separate file
      ASoC: Add weak routes for sidetone style paths
      ASoC: Don't use codec->control_data in bulk write
      ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus
      Merge branch 'for-3.0' into for-3.1
      ASoC: Fix mismerge with release branch
      ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver
      ASoC: Add adau* drivers to the Analog Devices file patterns
      ASoC: Remove adau1701 from SND_SOC_ALL_CODECS due to Sigma dependency
      ASoC: Fix DAPM sequence run for per-widget I/O methods
      ASoC: Trigger wm_hubs series update startup off a separate flag
      ASoC: Allow suppression of series updates on wm_hubs devices
      ASoC: Add basic WM8918 support
      Merge branch 'for-3.0' into for-3.1

Mike Frysinger (5):
      ASoC: AD1836: clean up comment headers
      ASoC: AD1836: drop unnecessary spi register check
      ASoC: AD1836: fix intermixed tab/space indentation
      ASoC: AD1836: fix codec name
      ASoC: Blackfin: allow SPI for SSM2602 parts

Taylor Hutt (1):
      ASoC: codecs: Max98095: Fix logging of hardware revision.

 MAINTAINERS                             |    1 +
 include/sound/soc-dapm.h                |    3 +
 include/sound/soc.h                     |    3 +-
 sound/soc/Makefile                      |    3 +-
 sound/soc/blackfin/Kconfig              |   14 +-
 sound/soc/blackfin/Makefile             |    2 +
 sound/soc/blackfin/bf5xx-i2s-pcm.c      |    6 +-
 sound/soc/blackfin/bfin-eval-adau1701.c |  139 ++++++
 sound/soc/codecs/Kconfig                |   14 +-
 sound/soc/codecs/Makefile               |    6 +
 sound/soc/codecs/ad1836.c               |   78 ++--
 sound/soc/codecs/ad1836.h               |   21 +-
 sound/soc/codecs/adau1701.c             |  549 ++++++++++++++++++++++
 sound/soc/codecs/adau1701.h             |   17 +
 sound/soc/codecs/max98095.c             |    8 +-
 sound/soc/codecs/sta32x.c               |  777 +++++++++++++++++++++++++++++++
 sound/soc/codecs/sta32x.h               |  210 +++++++++
 sound/soc/codecs/wm8782.c               |   80 ++++
 sound/soc/codecs/wm8904.c               |    1 +
 sound/soc/codecs/wm8993.c               |    1 +
 sound/soc/codecs/wm8994.c               |    1 +
 sound/soc/codecs/wm_hubs.c              |    5 +-
 sound/soc/codecs/wm_hubs.h              |    2 +
 sound/soc/imx/Kconfig                   |    7 -
 sound/soc/imx/imx-pcm-dma-mx2.c         |    2 +
 sound/soc/imx/imx-ssi.c                 |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c              |    4 +-
 sound/soc/soc-cache.c                   |  416 -----------------
 sound/soc/soc-dapm.c                    |  142 ++++++-
 sound/soc/soc-io.c                      |  396 ++++++++++++++++
 30 files changed, 2399 insertions(+), 511 deletions(-)
 create mode 100644 sound/soc/blackfin/bfin-eval-adau1701.c
 create mode 100644 sound/soc/codecs/adau1701.c
 create mode 100644 sound/soc/codecs/adau1701.h
 create mode 100644 sound/soc/codecs/sta32x.c
 create mode 100644 sound/soc/codecs/sta32x.h
 create mode 100644 sound/soc/codecs/wm8782.c
 create mode 100644 sound/soc/soc-io.c

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

* Re: ASoC updates for 3.1
  2011-06-10 12:04 ` Mark Brown
@ 2011-06-10 12:23   ` Takashi Iwai
  0 siblings, 0 replies; 37+ messages in thread
From: Takashi Iwai @ 2011-06-10 12:23 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 10 Jun 2011 13:04:00 +0100,
Mark Brown wrote:
> 
> On Fri, Jun 10, 2011 at 01:03:13PM +0100, Mark Brown wrote:
> > The following changes since commit d21685ec258f803d3badae5eae821383a34815a9:
> > 
> >   Merge branch 'for-2.6.40' into for-2.6.41 (2011-05-30 10:54:18 +0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.0
> 
> Gnargh, clearly
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
> 
> instead.

Pulled now.  Thanks.


Takashi

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

* Re: ASoC updates for 3.1
  2011-06-10 12:03 Mark Brown
@ 2011-06-10 12:04 ` Mark Brown
  2011-06-10 12:23   ` Takashi Iwai
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-06-10 12:04 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Fri, Jun 10, 2011 at 01:03:13PM +0100, Mark Brown wrote:
> The following changes since commit d21685ec258f803d3badae5eae821383a34815a9:
> 
>   Merge branch 'for-2.6.40' into for-2.6.41 (2011-05-30 10:54:18 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.0

Gnargh, clearly

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

instead.

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

* ASoC updates for 3.1
@ 2011-06-10 12:03 Mark Brown
  2011-06-10 12:04 ` Mark Brown
  0 siblings, 1 reply; 37+ messages in thread
From: Mark Brown @ 2011-06-10 12:03 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit d21685ec258f803d3badae5eae821383a34815a9:

  Merge branch 'for-2.6.40' into for-2.6.41 (2011-05-30 10:54:18 +0800)

are available in the git repository at:

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

Due to the merge up of 3.0-rc1 I wasn't able to get a sensible changelog
or diff out of git easily - pretty much everything has been sitting in
-next except for a small Samsung patch.

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

end of thread, other threads:[~2011-10-04 14:38 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  3:20 ASoC updates for 3.1 Mark Brown
2011-06-02 17:54 ` Takashi Iwai
2011-06-10 12:03 Mark Brown
2011-06-10 12:04 ` Mark Brown
2011-06-10 12:23   ` Takashi Iwai
2011-06-24 10:36 Mark Brown
2011-06-24 10:59 ` Takashi Iwai
2011-07-05  6:16 Mark Brown
2011-07-05  6:22 ` Takashi Iwai
2011-07-09  9:20 Mark Brown
2011-07-13 23:58 Mark Brown
2011-07-18 10:43 Mark Brown
2011-07-18 11:12 ` Takashi Iwai
2011-07-25  7:05 Mark Brown
2011-07-25  7:42 ` Takashi Iwai
2011-08-04  4:11 Mark Brown
2011-08-04 14:21 ` Takashi Iwai
2011-08-12 16:11 Mark Brown
2011-08-12 16:26 ` Takashi Iwai
2011-08-21 12:08 Mark Brown
2011-08-21 13:47 ` Takashi Iwai
2011-08-21 16:00   ` Mark Brown
2011-08-21 16:25     ` Takashi Iwai
2011-08-21 16:46       ` Mark Brown
2011-08-25 11:07 Mark Brown
2011-08-25 12:08 ` Takashi Iwai
2011-09-08 18:22 Mark Brown
2011-09-22 17:17 Mark Brown
2011-09-22 18:02 ` Takashi Iwai
2011-09-26  5:27 ` Scott Jiang
2011-09-26 12:36   ` Mark Brown
2011-09-27 12:31 Mark Brown
2011-09-27 12:44 ` Takashi Iwai
2011-10-04 13:47 Mark Brown
2011-10-04 14:11 ` Takashi Iwai
2011-10-04 14:23   ` Mark Brown
2011-10-04 14:38     ` 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.