Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for 2.6.31
@ 2009-04-14 12:32 Mark Brown
  0 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-04-14 12:32 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 34e51ce60a210094bd66cf0a75dd8512247618ca:
  Takashi Iwai (1):
        Merge branch 'for-2.6.30' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc

are available in the git repository at:

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

Alexander Beregalov (1):
      ASoC: n810: replace BUG() with BUG_ON()

Daniel Glöckner (3):
      ASoC: Add driver for s6000 I2S interface
      ASoC: s6105 IP camera machine specific ASoC code
      ASoC: correct s6000 I2S clock polarity

Daniel Ribeiro (1):
      ASoC: pxa-ssp.c fix clock/frame invert

Mark Brown (11):
      ASoC: Display return code when failing to add a DAPM kcontrol
      ASoC: Provide core support for symmetric sample rates
      ASoC: Add WM8988 CODEC driver
      Merge branch 's6000' into for-2.6.31
      ASoC: WM9713 requires symmetric rates on the voice DAI
      ASoC: Factor out application of power for generic widgets
      ASoC: Support DAPM events for DACs and ADCs
      ASoC: Move the WM9713 voice DAC powerdown to a DAPM event
      ASoC: Add WM8960 CODEC driver
      Merge branch 'for-2.6.30' into for-2.6.31
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (1):
      ASoC: tlv320aic23: add DSP_A format support

 include/sound/soc-dai.h        |    1 +
 include/sound/soc-dapm.h       |   10 +
 include/sound/soc.h            |    6 +
 sound/soc/Kconfig              |    1 +
 sound/soc/Makefile             |    1 +
 sound/soc/codecs/Kconfig       |    8 +
 sound/soc/codecs/Makefile      |    4 +
 sound/soc/codecs/tlv320aic23.c |    2 +
 sound/soc/codecs/wm8960.c      |  969 +++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8960.h      |  127 +++++
 sound/soc/codecs/wm8988.c      | 1097 ++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8988.h      |   60 +++
 sound/soc/codecs/wm9713.c      |   40 +-
 sound/soc/omap/n810.c          |    7 +-
 sound/soc/pxa/pxa-ssp.c        |   11 +-
 sound/soc/s6000/Kconfig        |   19 +
 sound/soc/s6000/Makefile       |   11 +
 sound/soc/s6000/s6000-i2s.c    |  629 +++++++++++++++++++++++
 sound/soc/s6000/s6000-i2s.h    |   25 +
 sound/soc/s6000/s6000-pcm.c    |  497 ++++++++++++++++++
 sound/soc/s6000/s6000-pcm.h    |   35 ++
 sound/soc/s6000/s6105-ipcam.c  |  244 +++++++++
 sound/soc/soc-core.c           |   38 ++
 sound/soc/soc-dapm.c           |  131 +++---
 24 files changed, 3893 insertions(+), 80 deletions(-)
 create mode 100644 sound/soc/codecs/wm8960.c
 create mode 100644 sound/soc/codecs/wm8960.h
 create mode 100644 sound/soc/codecs/wm8988.c
 create mode 100644 sound/soc/codecs/wm8988.h
 create mode 100644 sound/soc/s6000/Kconfig
 create mode 100644 sound/soc/s6000/Makefile
 create mode 100644 sound/soc/s6000/s6000-i2s.c
 create mode 100644 sound/soc/s6000/s6000-i2s.h
 create mode 100644 sound/soc/s6000/s6000-pcm.c
 create mode 100644 sound/soc/s6000/s6000-pcm.h
 create mode 100644 sound/soc/s6000/s6105-ipcam.c

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

* ASoC updates for 2.6.31
@ 2009-04-16 13:50 Mark Brown
  2009-04-16 14:06 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-04-16 13:50 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 6967963d6d5cac40a091d075326f0e3ccb95c58a:
  Mark Brown (1):
        Merge branch 'for-2.6.30' into for-2.6.31

are available in the git repository at:

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

Ben Dooks (4):
      ASoC: Fix jive_wm8750.c build problems
      ASoC: s3c-i2s-v2.c fix for s3c_i2sv2_iis_calc_rate
      ASoC: Fix s3c-i2s-v2.c snd_soc_dai changes
      ASoC: Fix include build error in s3c2412-i2s.c

Daniel Mack (1):
      ASoC: pxa-ssp: allow setting of dai format 0

Jarkko Nikula (2):
      ASoC: OMAP: Fix DSP_B format in OMAP McBSP DAI driver
      ASoC: OMAP: Fix FS polarity in OSK5912 machine driver

Mark Brown (4):
      ASoC: Check we have DAI ops when calling via accessor functions
      ASoC: Volume controls are never of boolean type
      ASoC: Request shared rates for WM8903
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (2):
      ASoC: OMAP: Use single-phase for DSP mode
      ASoC: OMAP: Add DSP_A mode support for mcbsp

 sound/soc/codecs/wm8903.c       |    1 +
 sound/soc/omap/omap-mcbsp.c     |   45 ++++++++++++++++++++++++++------------
 sound/soc/omap/osk5912.c        |    4 +-
 sound/soc/pxa/pxa-ssp.c         |    1 +
 sound/soc/s3c24xx/jive_wm8750.c |   12 +++++-----
 sound/soc/s3c24xx/s3c-i2s-v2.c  |   18 ++++++++-------
 sound/soc/s3c24xx/s3c2412-i2s.c |    2 +-
 sound/soc/soc-core.c            |   20 ++++++++--------
 8 files changed, 62 insertions(+), 41 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-04-16 13:50 Mark Brown
@ 2009-04-16 14:06 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-04-16 14:06 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Thu, 16 Apr 2009 14:50:27 +0100,
Mark Brown wrote:
> 
> The following changes since commit 6967963d6d5cac40a091d075326f0e3ccb95c58a:
>   Mark Brown (1):
>         Merge branch 'for-2.6.30' into for-2.6.31
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled to topic/asoc branch now.  Thanks.


Takashi

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

* ASoC updates for 2.6.31
@ 2009-04-20 11:58 Mark Brown
  2009-04-20 12:05 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-04-20 11:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 8d98f2246d7c622198ae0b8ca66f1c82b8a25377:
  Mark Brown (1):
        Merge branch 'for-2.6.30' into for-2.6.31

are available in the git repository at:

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

Jarkko Nikula (1):
      ASoC: OMAP: Update contact addresses

Joonyoung Shim (1):
      ASoC: TWL4030: Add support Voice DAI

Mark Brown (1):
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (1):
      ASoC: TWL4030: Fix for the constraint handling

Philipp Zabel (1):
      ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCR

 sound/soc/codecs/twl4030.c    |  258 +++++++++++++++++++++++++++++++++++++----
 sound/soc/codecs/twl4030.h    |   18 +++-
 sound/soc/omap/n810.c         |    4 +-
 sound/soc/omap/omap-mcbsp.c   |    5 +-
 sound/soc/omap/omap-mcbsp.h   |    3 +-
 sound/soc/omap/omap-pcm.c     |    5 +-
 sound/soc/omap/omap-pcm.h     |    3 +-
 sound/soc/omap/omap2evm.c     |    2 +-
 sound/soc/omap/omap3beagle.c  |    2 +-
 sound/soc/omap/omap3pandora.c |    4 +-
 sound/soc/omap/overo.c        |    2 +-
 sound/soc/omap/sdp3430.c      |    2 +-
 sound/soc/pxa/pxa-ssp.c       |   36 +++++--
 13 files changed, 297 insertions(+), 47 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-04-20 11:58 Mark Brown
@ 2009-04-20 12:05 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-04-20 12:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Mon, 20 Apr 2009 12:58:08 +0100,
Mark Brown wrote:
> 
> The following changes since commit 8d98f2246d7c622198ae0b8ca66f1c82b8a25377:
>   Mark Brown (1):
>         Merge branch 'for-2.6.30' into for-2.6.31
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks.

Takashi

> Jarkko Nikula (1):
>       ASoC: OMAP: Update contact addresses
> 
> Joonyoung Shim (1):
>       ASoC: TWL4030: Add support Voice DAI
> 
> Mark Brown (1):
>       Merge branch 'for-2.6.30' into for-2.6.31
> 
> Peter Ujfalusi (1):
>       ASoC: TWL4030: Fix for the constraint handling
> 
> Philipp Zabel (1):
>       ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCR
> 
>  sound/soc/codecs/twl4030.c    |  258 +++++++++++++++++++++++++++++++++++++----
>  sound/soc/codecs/twl4030.h    |   18 +++-
>  sound/soc/omap/n810.c         |    4 +-
>  sound/soc/omap/omap-mcbsp.c   |    5 +-
>  sound/soc/omap/omap-mcbsp.h   |    3 +-
>  sound/soc/omap/omap-pcm.c     |    5 +-
>  sound/soc/omap/omap-pcm.h     |    3 +-
>  sound/soc/omap/omap2evm.c     |    2 +-
>  sound/soc/omap/omap3beagle.c  |    2 +-
>  sound/soc/omap/omap3pandora.c |    4 +-
>  sound/soc/omap/overo.c        |    2 +-
>  sound/soc/omap/sdp3430.c      |    2 +-
>  sound/soc/pxa/pxa-ssp.c       |   36 +++++--
>  13 files changed, 297 insertions(+), 47 deletions(-)
> 

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

* ASoC updates for 2.6.31
@ 2009-04-23 19:54 Mark Brown
  2009-04-24  6:10 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-04-23 19:54 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 9b5b0c01598f9782690b09ce6c49f4ba116dde44:
  Mark Brown (1):
        Merge branch 'for-2.6.30' into for-2.6.31

are available in the git repository at:

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

Eric Miao (2):
      ASoC: simplify the SSP DMA parameters settings by run-time generation
      ASoC: change stereo/mono to 32-bit/16-bit for pxa-ssp

Joonyoung Shim (2):
      ASoC: OMAP: Add checking to detect bufferless pcms
      ASoC: TWL4030: Add VDL path support

Mark Brown (16):
      ASoC: Factor out generic widget power checks
      ASoC: Factor out DAPM power checks for DACs and ADCs
      ASoC: Make the DAPM power check an operation on the widget
      ASoC: Fix offset of freqmode in WM8580 PLL configuration
      ASoC: Fix WM8580 volume update handling for large register changes
      ASoC: Add power supply widget to DAPM
      ASoC: Use DAPM supply widget for WM8903 charge pump
      ASoC: Support CLK_DSP in WM8903
      ASoC: Optimise configuration of WM8903 DC servo
      ASoC: Actively manage the DC servo for WM8903
      ASoC: Remove redundant rate constraint for WM8903
      ASoC: Implement WM8903 digital sidetone support
      Merge commit 'takashi/fix/asoc' into for-2.6.30
      Merge branch 'for-2.6.30' into for-2.6.31
      ASoC: s3c-i2s-v2 needs to declare a license for modular builds
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (2):
      ASoC: OMAP: Add 4 channel support to mcbsp
      ASoC: TWL4030: Add 4 channel TDM support

Russell King - ARM Linux (1):
      ASoC: Fix warning in wm9705

Takashi Iwai (1):
      ASoC: remove non-existing referece to CONFIG_SND_SOC_CODEC_WM8991

 Documentation/sound/alsa/soc/dapm.txt |    1 +
 include/sound/soc-dapm.h              |    9 +-
 sound/soc/codecs/Makefile             |    1 -
 sound/soc/codecs/twl4030.c            |  308 +++++++++++++++++++--------------
 sound/soc/codecs/twl4030.h            |   11 ++
 sound/soc/codecs/wm8580.c             |   16 +-
 sound/soc/codecs/wm8903.c             |  118 ++++++++-----
 sound/soc/codecs/wm9705.c             |    2 +-
 sound/soc/omap/omap-mcbsp.c           |    5 +-
 sound/soc/omap/omap-pcm.c             |    9 +-
 sound/soc/pxa/pxa-ssp.c               |  203 +++++-----------------
 sound/soc/s3c24xx/s3c-i2s-v2.c        |    3 +-
 sound/soc/soc-dapm.c                  |  139 +++++++++++-----
 13 files changed, 438 insertions(+), 387 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-04-23 19:54 Mark Brown
@ 2009-04-24  6:10 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-04-24  6:10 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Thu, 23 Apr 2009 20:54:20 +0100,
Mark Brown wrote:
> 
> The following changes since commit 9b5b0c01598f9782690b09ce6c49f4ba116dde44:
>   Mark Brown (1):
>         Merge branch 'for-2.6.30' into for-2.6.31
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now to topic/asoc branch.  Thanks.

Takashi

> 
> Eric Miao (2):
>       ASoC: simplify the SSP DMA parameters settings by run-time generation
>       ASoC: change stereo/mono to 32-bit/16-bit for pxa-ssp
> 
> Joonyoung Shim (2):
>       ASoC: OMAP: Add checking to detect bufferless pcms
>       ASoC: TWL4030: Add VDL path support
> 
> Mark Brown (16):
>       ASoC: Factor out generic widget power checks
>       ASoC: Factor out DAPM power checks for DACs and ADCs
>       ASoC: Make the DAPM power check an operation on the widget
>       ASoC: Fix offset of freqmode in WM8580 PLL configuration
>       ASoC: Fix WM8580 volume update handling for large register changes
>       ASoC: Add power supply widget to DAPM
>       ASoC: Use DAPM supply widget for WM8903 charge pump
>       ASoC: Support CLK_DSP in WM8903
>       ASoC: Optimise configuration of WM8903 DC servo
>       ASoC: Actively manage the DC servo for WM8903
>       ASoC: Remove redundant rate constraint for WM8903
>       ASoC: Implement WM8903 digital sidetone support
>       Merge commit 'takashi/fix/asoc' into for-2.6.30
>       Merge branch 'for-2.6.30' into for-2.6.31
>       ASoC: s3c-i2s-v2 needs to declare a license for modular builds
>       Merge branch 'for-2.6.30' into for-2.6.31
> 
> Peter Ujfalusi (2):
>       ASoC: OMAP: Add 4 channel support to mcbsp
>       ASoC: TWL4030: Add 4 channel TDM support
> 
> Russell King - ARM Linux (1):
>       ASoC: Fix warning in wm9705
> 
> Takashi Iwai (1):
>       ASoC: remove non-existing referece to CONFIG_SND_SOC_CODEC_WM8991
> 
>  Documentation/sound/alsa/soc/dapm.txt |    1 +
>  include/sound/soc-dapm.h              |    9 +-
>  sound/soc/codecs/Makefile             |    1 -
>  sound/soc/codecs/twl4030.c            |  308 +++++++++++++++++++--------------
>  sound/soc/codecs/twl4030.h            |   11 ++
>  sound/soc/codecs/wm8580.c             |   16 +-
>  sound/soc/codecs/wm8903.c             |  118 ++++++++-----
>  sound/soc/codecs/wm9705.c             |    2 +-
>  sound/soc/omap/omap-mcbsp.c           |    5 +-
>  sound/soc/omap/omap-pcm.c             |    9 +-
>  sound/soc/pxa/pxa-ssp.c               |  203 +++++-----------------
>  sound/soc/s3c24xx/s3c-i2s-v2.c        |    3 +-
>  sound/soc/soc-dapm.c                  |  139 +++++++++++-----
>  13 files changed, 438 insertions(+), 387 deletions(-)
> 

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

* ASoC updates for 2.6.31
@ 2009-04-28 15:22 Mark Brown
  0 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-04-28 15:22 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 8a1f936acdfd53cb0a981f3f80483863dcd84fa9:
  Peter Ujfalusi (1):
        ASoC: TWL4030: Add 4 channel TDM support

are available in the git repository at:

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

Daniel Mack (3):
      ASoC: add SOC_DOUBLE_EXT macro
      ASoC: cs4270: fix Master Capture Switch polarity
      ASoC: cs4270: add Master Playback Switch

Jon Smirl (3):
      ASoC: Set the MPC5200 i2s driver to BROKEN status.
      ASoC: Basic split of mpc5200 DMA code out from mpc5200_psc_i2s
      ASoC: Rename the PSC functions to DMA

Jonathan Cameron (1):
      ASoC WM8940 Driver

Joonyoung Shim (1):
      ASoC: TWL4030: Fix gain control for earpiece amplifier

Mark Brown (10):
      ASoC: Fix S3C64xx IIS device registration and support both ports
      ASoC: S3C2412: Failing to get the I2S clock is an error
      ASoC: Enforce symmetric rates for S3C64xx I2S interface
      ASoC: Include WM8350 register definitions in CODEC header
      ASoC: s3c-i2s-v2 diagnostic improvements
      ASoC: Use our registration function for S3C64xx
      ASoC: Fix logic in WM8350 master clocking check
      Merge branch 'for-2.6.30' into for-2.6.31
      ASoC: Staticise TLV values in WM8940
      Merge branch 'for-2.6.30' into for-2.6.31

Peter Ujfalusi (1):
      ASoC: Beagle: Add support for 4 channel

 include/sound/soc.h             |    8 +
 sound/soc/codecs/Kconfig        |    4 +
 sound/soc/codecs/Makefile       |    2 +
 sound/soc/codecs/cs4270.c       |   44 ++-
 sound/soc/codecs/twl4030.c      |    8 +-
 sound/soc/codecs/wm8350.c       |    2 +-
 sound/soc/codecs/wm8350.h       |    1 +
 sound/soc/codecs/wm8940.c       |  955 +++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm8940.h       |  104 +++++
 sound/soc/fsl/Kconfig           |    6 +-
 sound/soc/fsl/Makefile          |    2 +
 sound/soc/fsl/mpc5200_dma.c     |  457 +++++++++++++++++++
 sound/soc/fsl/mpc5200_dma.h     |   81 ++++
 sound/soc/fsl/mpc5200_psc_i2s.c |  644 ++++-----------------------
 sound/soc/omap/omap3beagle.c    |   26 +-
 sound/soc/s3c24xx/s3c2412-i2s.c |    2 +-
 sound/soc/s3c24xx/s3c64xx-i2s.c |  148 ++++--
 sound/soc/s3c24xx/s3c64xx-i2s.h |    2 +-
 18 files changed, 1867 insertions(+), 629 deletions(-)
 create mode 100644 sound/soc/codecs/wm8940.c
 create mode 100644 sound/soc/codecs/wm8940.h
 create mode 100644 sound/soc/fsl/mpc5200_dma.c
 create mode 100644 sound/soc/fsl/mpc5200_dma.h

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

* ASoC updates for 2.6.31
@ 2009-05-05 10:01 Mark Brown
  2009-05-05 10:02 ` [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver Mark Brown
                   ` (18 more replies)
  0 siblings, 19 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 8560b9321f9050968f393ce1ec67e47c1a0bd5cf:
  Takashi Iwai (1):
        Merge branch 'fix/asoc' into topic/asoc

are available in the git repository at:

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

Jinyoung Park (1):
      ASoC: Fix errors in WM8990

Jonathan Cameron (1):
      ASoC: IMote2 ASoC Support

Lopez Cruz, Misael (2):
      ASoC: TWL4030: Add VDL analog bypass
      ASoC: TWL4030: Add voice digital loopback: sidetone

Mark Brown (15):
      ASoC: Fix error message formatting in s3c64xx-i2s driver
      ASoC: Check for supported CPUs when building s3c-i2s-v2
      ASoC: Make S3C64xx clock export function to return struct clk
      ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit
      ASoC: Fix boot warnings from S3C IISv2
      ASoC: Allow use of resource from the platform device for S3C IISv2
      ASoC: Display the clock rate used as the basis for rate calculation
      ASoC: Display S3C IISv2 mode and MS errors by default
      ASoC: Staticise txctrl and rxctrl for S3C IISv2
      ASoC: Use platform device resource for S3C64xx IISv2
      ASoC: Use a shared define for AC97 CODEC data formats
      ASoC: Remove unused DAI format defines
      Merge commit 'takashi/topic/asoc' into for-2.6.31
      Merge branch 'for-2.6.30' into for-2.6.31
      ASoC: Remove redundant codec pointer from DAIs

Peter Ujfalusi (1):
      ASoC: TWL4030: Add VIBRA output

 include/sound/soc-dai.h         |   28 ++-------
 sound/soc/codecs/ac97.c         |    4 +-
 sound/soc/codecs/ad1980.c       |    4 +-
 sound/soc/codecs/twl4030.c      |  121 +++++++++++++++++++++++++++++++++++++--
 sound/soc/codecs/wm8990.c       |   40 +++++++-------
 sound/soc/codecs/wm9705.c       |    4 +-
 sound/soc/codecs/wm9712.c       |    6 +-
 sound/soc/codecs/wm9713.c       |    6 +-
 sound/soc/pxa/Kconfig           |    9 +++
 sound/soc/pxa/Makefile          |    2 +
 sound/soc/pxa/imote2.c          |  114 ++++++++++++++++++++++++++++++++++++
 sound/soc/s3c24xx/s3c-i2s-v2.c  |   87 ++++++++++++++++++++++++----
 sound/soc/s3c24xx/s3c64xx-i2s.c |   15 ++---
 sound/soc/s3c24xx/s3c64xx-i2s.h |    4 +-
 14 files changed, 362 insertions(+), 82 deletions(-)
 create mode 100644 sound/soc/pxa/imote2.c

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

* [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 02/18] ASoC: Check for supported CPUs when building s3c-i2s-v2 Mark Brown
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c64xx-i2s.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index 1345fbd..7679f7b 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -215,7 +215,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
 
 	i2s->iis_cclk = clk_get(&pdev->dev, "audio-bus");
 	if (IS_ERR(i2s->iis_cclk)) {
-		dev_err(&pdev->dev, "failed to get audio-bus");
+		dev_err(&pdev->dev, "failed to get audio-bus\n");
 		ret = PTR_ERR(i2s->iis_cclk);
 		goto err;
 	}
-- 
1.6.2.4

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

* [PATCH 02/18] ASoC: Check for supported CPUs when building s3c-i2s-v2
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
  2009-05-05 10:02 ` [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 03/18] ASoC: Make S3C64xx clock export function to return struct clk Mark Brown
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index ab680aa..3b9201c 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -37,6 +37,20 @@
 
 #include "s3c-i2s-v2.h"
 
+#undef S3C_IIS_V2_SUPPORTED
+
+#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
+#define S3C_IIS_V2_SUPPORTED
+#endif
+
+#ifdef CONFIG_PLAT_S3C64XX
+#define S3C_IIS_V2_SUPPORTED
+#endif
+
+#ifndef S3C_IIS_V2_SUPPORTED
+#error Unsupported CPU model
+#endif
+
 #define S3C2412_I2S_DEBUG_CON 0
 
 static inline struct s3c_i2sv2_info *to_info(struct snd_soc_dai *cpu_dai)
-- 
1.6.2.4

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

* [PATCH 03/18] ASoC: Make S3C64xx clock export function to return struct clk
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
  2009-05-05 10:02 ` [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver Mark Brown
  2009-05-05 10:02 ` [PATCH 02/18] ASoC: Check for supported CPUs when building s3c-i2s-v2 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 04/18] ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit Mark Brown
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

This makes the interface usable with the s3c-iis-v2 rate calculator
and consistent with S3C2412.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c64xx-i2s.c |    7 +++----
 sound/soc/s3c24xx/s3c64xx-i2s.h |    4 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index 7679f7b..cb11f78 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -108,14 +108,13 @@ static int s3c64xx_i2s_set_sysclk(struct snd_soc_dai *cpu_dai,
 	return 0;
 }
 
-
-unsigned long s3c64xx_i2s_get_clockrate(struct snd_soc_dai *dai)
+struct clk *s3c64xx_i2s_get_clock(struct snd_soc_dai *dai)
 {
 	struct s3c_i2sv2_info *i2s = to_info(dai);
 
-	return clk_get_rate(i2s->iis_cclk);
+	return i2s->iis_cclk;
 }
-EXPORT_SYMBOL_GPL(s3c64xx_i2s_get_clockrate);
+EXPORT_SYMBOL_GPL(s3c64xx_i2s_get_clock);
 
 static int s3c64xx_i2s_probe(struct platform_device *pdev,
 			     struct snd_soc_dai *dai)
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.h b/sound/soc/s3c24xx/s3c64xx-i2s.h
index 597822a..02148ce 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.h
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.h
@@ -15,6 +15,8 @@
 #ifndef __SND_SOC_S3C24XX_S3C64XX_I2S_H
 #define __SND_SOC_S3C24XX_S3C64XX_I2S_H __FILE__
 
+struct clk;
+
 #include "s3c-i2s-v2.h"
 
 #define S3C64XX_DIV_BCLK	S3C_I2SV2_DIV_BCLK
@@ -26,6 +28,6 @@
 
 extern struct snd_soc_dai s3c64xx_i2s_dai[];
 
-extern unsigned long s3c64xx_i2s_get_clockrate(struct snd_soc_dai *cpu_dai);
+extern struct clk *s3c64xx_i2s_get_clock(struct snd_soc_dai *dai);
 
 #endif /* __SND_SOC_S3C24XX_S3C64XX_I2S_H */
-- 
1.6.2.4

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

* [PATCH 04/18] ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (2 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 03/18] ASoC: Make S3C64xx clock export function to return struct clk Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 05/18] ASoC: Fix boot warnings from S3C IISv2 Mark Brown
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

The data format configuration for S3C64xx IISv2 is completely different
to that for S3C24xx. Instead of a single bit configuration in bit 0 of
IISMOD we have format selection in bits 13 and 14 and bit clock rate
selection in bits 1 and 2. While we're here add support for 24 bit
samples in S3C64xx.

At some point it may be desirable to expose the bit clock rate selection
to users but given the limited configuration options that may not be
required.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c  |   22 +++++++++++++++++++++-
 sound/soc/s3c24xx/s3c64xx-i2s.c |    3 ++-
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index 3b9201c..54f4119 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -280,7 +280,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
  */
 #define IISMOD_MASTER_MASK (1 << 11)
 #define IISMOD_SLAVE (1 << 11)
-#define IISMOD_MASTER (0x0)
+#define IISMOD_MASTER (0 << 11)
 #endif
 
 	switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
@@ -341,6 +341,7 @@ static int s3c2412_i2s_hw_params(struct snd_pcm_substream *substream,
 	iismod = readl(i2s->regs + S3C2412_IISMOD);
 	pr_debug("%s: r: IISMOD: %x\n", __func__, iismod);
 
+#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
 	switch (params_format(params)) {
 	case SNDRV_PCM_FORMAT_S8:
 		iismod |= S3C2412_IISMOD_8BIT;
@@ -349,6 +350,25 @@ static int s3c2412_i2s_hw_params(struct snd_pcm_substream *substream,
 		iismod &= ~S3C2412_IISMOD_8BIT;
 		break;
 	}
+#endif
+
+#ifdef CONFIG_PLAT_S3C64XX
+	iismod &= ~0x606;
+	/* Sample size */
+	switch (params_format(params)) {
+	case SNDRV_PCM_FORMAT_S8:
+		/* 8 bit sample, 16fs BCLK */
+		iismod |= 0x2004;
+		break;
+	case SNDRV_PCM_FORMAT_S16_LE:
+		/* 16 bit sample, 32fs BCLK */
+		break;
+	case SNDRV_PCM_FORMAT_S24_LE:
+		/* 24 bit sample, 48fs BCLK */
+		iismod |= 0x4002;
+		break;
+	}
+#endif
 
 	writel(iismod, i2s->regs + S3C2412_IISMOD);
 	pr_debug("%s: w: IISMOD: %x\n", __func__, iismod);
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index cb11f78..e0f4a16 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -146,7 +146,8 @@ static int s3c64xx_i2s_probe(struct platform_device *pdev,
 	SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
 
 #define S3C64XX_I2S_FMTS \
-	(SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE)
+	(SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE |\
+	 SNDRV_PCM_FMTBIT_S24_LE)
 
 static struct snd_soc_dai_ops s3c64xx_i2s_dai_ops = {
 	.set_sysclk	= s3c64xx_i2s_set_sysclk,	
-- 
1.6.2.4

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

* [PATCH 05/18] ASoC: Fix boot warnings from S3C IISv2
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (3 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 04/18] ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 06/18] ASoC: Allow use of resource from the platform device for " Mark Brown
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

On startup we try to make sure that the port is quiesced but if the
port is already stopped then this will generate a warning about the
RX/TX mode configuration. Configure the mode before doing the teardown
to suppress these warnings.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index 54f4119..34142c8 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -573,6 +573,7 @@ int s3c_i2sv2_probe(struct platform_device *pdev,
 		    unsigned long base)
 {
 	struct device *dev = &pdev->dev;
+	unsigned int iismod;
 
 	i2s->dev = dev;
 
@@ -594,12 +595,16 @@ int s3c_i2sv2_probe(struct platform_device *pdev,
 
 	clk_enable(i2s->iis_pclk);
 
+	/* Mark ourselves as in TXRX mode so we can run through our cleanup
+	 * process without warnings. */
+	iismod = readl(i2s->regs + S3C2412_IISMOD);
+	iismod |= S3C2412_IISMOD_MODE_TXRX;
+	writel(iismod, i2s->regs + S3C2412_IISMOD);
 	s3c2412_snd_txctrl(i2s, 0);
 	s3c2412_snd_rxctrl(i2s, 0);
 
 	return 0;
 }
-
 EXPORT_SYMBOL_GPL(s3c_i2sv2_probe);
 
 #ifdef CONFIG_PM
-- 
1.6.2.4

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

* [PATCH 06/18] ASoC: Allow use of resource from the platform device for S3C IISv2
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (4 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 05/18] ASoC: Fix boot warnings from S3C IISv2 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 07/18] ASoC: Display the clock rate used as the basis for rate calculation Mark Brown
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index 34142c8..cb85498 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -580,6 +580,24 @@ int s3c_i2sv2_probe(struct platform_device *pdev,
 	/* record our i2s structure for later use in the callbacks */
 	dai->private_data = i2s;
 
+	if (!base) {
+		struct resource *res = platform_get_resource(pdev,
+							     IORESOURCE_MEM,
+							     0);
+		if (!res) {
+			dev_err(dev, "Unable to get register resource\n");
+			return -ENXIO;
+		}
+
+		if (!request_mem_region(res->start, resource_size(res),
+					"s3c64xx-i2s-v4")) {
+			dev_err(dev, "Unable to request register region\n");
+			return -EBUSY;
+		}
+
+		base = res->start;
+	}
+
 	i2s->regs = ioremap(base, 0x100);
 	if (i2s->regs == NULL) {
 		dev_err(dev, "cannot ioremap registers\n");
-- 
1.6.2.4

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

* [PATCH 07/18] ASoC: Display the clock rate used as the basis for rate calculation
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (5 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 06/18] ASoC: Allow use of resource from the platform device for " Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 08/18] ASoC: Display S3C IISv2 mode and MS errors by default Mark Brown
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Aids debugging.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index cb85498..ad690b2 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -523,6 +523,8 @@ int s3c_i2sv2_iis_calc_rate(struct s3c_i2sv2_rate_calc *info,
 	unsigned int best_rate = 0;
 	unsigned int best_deviation = INT_MAX;
 
+	pr_debug("Input clock rate %ldHz\n", clkrate);
+
 	if (fstab == NULL)
 		fstab = iis_fs_tab;
 
-- 
1.6.2.4

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

* [PATCH 08/18] ASoC: Display S3C IISv2 mode and MS errors by default
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (6 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 07/18] ASoC: Display the clock rate used as the basis for rate calculation Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 09/18] ASoC: Staticise txctrl and rxctrl for S3C IISv2 Mark Brown
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index ad690b2..bc4e504 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -295,7 +295,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
 		iismod |= IISMOD_MASTER;
 		break;
 	default:
-		pr_debug("unknwon master/slave format\n");
+		pr_err("unknwon master/slave format\n");
 		return -EINVAL;
 	}
 
@@ -312,7 +312,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
 		iismod |= S3C2412_IISMOD_SDF_IIS;
 		break;
 	default:
-		pr_debug("Unknown data format\n");
+		pr_err("Unknown data format\n");
 		return -EINVAL;
 	}
 
-- 
1.6.2.4

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

* [PATCH 09/18] ASoC: Staticise txctrl and rxctrl for S3C IISv2
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (7 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 08/18] ASoC: Display S3C IISv2 mode and MS errors by default Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 10/18] ASoC: Use platform device resource for S3C64xx IISv2 Mark Brown
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

They aren't used by anything external and aren't prototyped; if any
users appear they can be exported again for them.

Also report what modes we have a problem with when we encounter invalid
mode configurations.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index bc4e504..972c276 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -89,7 +89,7 @@ static inline void dbg_showcon(const char *fn, u32 con)
 
 
 /* Turn on or off the transmission path. */
-void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
+static void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
 {
 	void __iomem *regs = i2s->regs;
 	u32 fic, con, mod;
@@ -119,7 +119,9 @@ void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
 			break;
 
 		default:
-			dev_err(i2s->dev, "TXEN: Invalid MODE in IISMOD\n");
+			dev_err(i2s->dev, "TXEN: Invalid MODE %x in IISMOD\n",
+				mod & S3C2412_IISMOD_MODE_MASK);
+			break;
 		}
 
 		writel(con, regs + S3C2412_IISCON);
@@ -146,7 +148,9 @@ void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
 			break;
 
 		default:
-			dev_err(i2s->dev, "TXDIS: Invalid MODE in IISMOD\n");
+			dev_err(i2s->dev, "TXDIS: Invalid MODE %x in IISMOD\n",
+				mod & S3C2412_IISMOD_MODE_MASK);
+			break;
 		}
 
 		writel(mod, regs + S3C2412_IISMOD);
@@ -157,9 +161,8 @@ void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
 	dbg_showcon(__func__, con);
 	pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic);
 }
-EXPORT_SYMBOL_GPL(s3c2412_snd_txctrl);
 
-void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on)
+static void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on)
 {
 	void __iomem *regs = i2s->regs;
 	u32 fic, con, mod;
@@ -189,7 +192,8 @@ void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on)
 			break;
 
 		default:
-			dev_err(i2s->dev, "RXEN: Invalid MODE in IISMOD\n");
+			dev_err(i2s->dev, "RXEN: Invalid MODE %x in IISMOD\n",
+				mod & S3C2412_IISMOD_MODE_MASK);
 		}
 
 		writel(mod, regs + S3C2412_IISMOD);
@@ -213,7 +217,8 @@ void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on)
 			break;
 
 		default:
-			dev_err(i2s->dev, "RXEN: Invalid MODE in IISMOD\n");
+			dev_err(i2s->dev, "RXDIS: Invalid MODE %x in IISMOD\n",
+				mod & S3C2412_IISMOD_MODE_MASK);
 		}
 
 		writel(con, regs + S3C2412_IISCON);
@@ -223,7 +228,6 @@ void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on)
 	fic = readl(regs + S3C2412_IISFIC);
 	pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic);
 }
-EXPORT_SYMBOL_GPL(s3c2412_snd_rxctrl);
 
 /*
  * Wait for the LR signal to allow synchronisation to the L/R clock
-- 
1.6.2.4

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

* [PATCH 10/18] ASoC: Use platform device resource for S3C64xx IISv2
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (8 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 09/18] ASoC: Staticise txctrl and rxctrl for S3C IISv2 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 11/18] ASoC: Use a shared define for AC97 CODEC data formats Mark Brown
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c64xx-i2s.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index e0f4a16..3c06c40 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -220,8 +220,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
 		goto err;
 	}
 
-	ret = s3c_i2sv2_probe(pdev, dai, i2s,
-			      dai->id ? S3C64XX_PA_IIS1 : S3C64XX_PA_IIS0);
+	ret = s3c_i2sv2_probe(pdev, dai, i2s, 0);
 	if (ret)
 		goto err_clk;
 
-- 
1.6.2.4

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

* [PATCH 11/18] ASoC: Use a shared define for AC97 CODEC data formats
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (9 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 10/18] ASoC: Use platform device resource for S3C64xx IISv2 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 12/18] ASoC: Remove unused DAI format defines Mark Brown
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

The AC97 wire format is completely fixed so CODECs don't have any choice
about the formats they accept but controllers accept a variety of data
formats and render them down onto the bus.  Have a shared define so all
the CODEC drivers will interoperate with any of our controller drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/sound/soc-dai.h   |    3 +++
 sound/soc/codecs/ac97.c   |    4 ++--
 sound/soc/codecs/ad1980.c |    4 ++--
 sound/soc/codecs/wm9705.c |    4 ++--
 sound/soc/codecs/wm9712.c |    6 +++---
 sound/soc/codecs/wm9713.c |    6 +++---
 6 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 22b729f..ea07b4b 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -96,6 +96,9 @@ struct snd_pcm_substream;
 #define SND_SOC_CLOCK_IN		0
 #define SND_SOC_CLOCK_OUT		1
 
+#define SND_SOC_STD_AC97_FMTS (SNDRV_PCM_FMTBIT_S16_LE |\
+                               SNDRV_PCM_FMTBIT_S32_LE)
+
 struct snd_soc_dai_ops;
 struct snd_soc_dai;
 struct snd_ac97_bus_ops;
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c
index b0d4af1..932299b 100644
--- a/sound/soc/codecs/ac97.c
+++ b/sound/soc/codecs/ac97.c
@@ -53,13 +53,13 @@ struct snd_soc_dai ac97_dai = {
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = STD_AC97_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.capture = {
 		.stream_name = "AC97 Capture",
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = STD_AC97_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.ops = &ac97_dai_ops,
 };
 EXPORT_SYMBOL_GPL(ac97_dai);
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c
index ddb3b08..d7440a9 100644
--- a/sound/soc/codecs/ad1980.c
+++ b/sound/soc/codecs/ad1980.c
@@ -137,13 +137,13 @@ struct snd_soc_dai ad1980_dai = {
 		.channels_min = 2,
 		.channels_max = 6,
 		.rates = SNDRV_PCM_RATE_48000,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE, },
+		.formats = SND_SOC_STD_AC97_FMTS, },
 	.capture = {
 		.stream_name = "Capture",
 		.channels_min = 2,
 		.channels_max = 2,
 		.rates = SNDRV_PCM_RATE_48000,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE, },
+		.formats = SND_SOC_STD_AC97_FMTS, },
 };
 EXPORT_SYMBOL_GPL(ad1980_dai);
 
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c
index c2d1a7a..fa88b46 100644
--- a/sound/soc/codecs/wm9705.c
+++ b/sound/soc/codecs/wm9705.c
@@ -282,14 +282,14 @@ struct snd_soc_dai wm9705_dai[] = {
 			.channels_min = 1,
 			.channels_max = 2,
 			.rates = WM9705_AC97_RATES,
-			.formats = SNDRV_PCM_FMTBIT_S16_LE,
+			.formats = SND_SOC_STD_AC97_FMTS,
 		},
 		.capture = {
 			.stream_name = "HiFi Capture",
 			.channels_min = 1,
 			.channels_max = 2,
 			.rates = WM9705_AC97_RATES,
-			.formats = SNDRV_PCM_FMTBIT_S16_LE,
+			.formats = SND_SOC_STD_AC97_FMTS,
 		},
 		.ops = &wm9705_dai_ops,
 	},
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c
index 765cf1e..550c903 100644
--- a/sound/soc/codecs/wm9712.c
+++ b/sound/soc/codecs/wm9712.c
@@ -534,13 +534,13 @@ struct snd_soc_dai wm9712_dai[] = {
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = WM9712_AC97_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.capture = {
 		.stream_name = "HiFi Capture",
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = WM9712_AC97_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.ops = &wm9712_dai_ops_hifi,
 },
 {
@@ -550,7 +550,7 @@ struct snd_soc_dai wm9712_dai[] = {
 		.channels_min = 1,
 		.channels_max = 1,
 		.rates = WM9712_AC97_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.ops = &wm9712_dai_ops_aux,
 }
 };
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index a6feb78..d1744e9 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -1040,13 +1040,13 @@ struct snd_soc_dai wm9713_dai[] = {
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = WM9713_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.capture = {
 		.stream_name = "HiFi Capture",
 		.channels_min = 1,
 		.channels_max = 2,
 		.rates = WM9713_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.ops = &wm9713_dai_ops_hifi,
 	},
 	{
@@ -1056,7 +1056,7 @@ struct snd_soc_dai wm9713_dai[] = {
 		.channels_min = 1,
 		.channels_max = 1,
 		.rates = WM9713_RATES,
-		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
+		.formats = SND_SOC_STD_AC97_FMTS,},
 	.ops = &wm9713_dai_ops_aux,
 	},
 	{
-- 
1.6.2.4

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

* [PATCH 12/18] ASoC: Remove unused DAI format defines
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (10 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 11/18] ASoC: Use a shared define for AC97 CODEC data formats Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 13/18] ASoC: Fix errors in WM8990 Mark Brown
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

The defines for TDM and synchronous clocks are not used - they are
mostly a legacy of the automatic clocking configuration.  TDM will
require configuration of the number of timeslots and which ones to use
so can't be fit into the DAI format and synchronous mode is handled by
symmetric_rates (and needs to be done by constraints rather than when
the DAI format is being configured).

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/sound/soc-dai.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index ea07b4b..a997c2c 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -45,24 +45,6 @@ struct snd_pcm_substream;
 #define SND_SOC_DAIFMT_GATED		(1 << 4) /* clock is gated */
 
 /*
- * DAI Left/Right Clocks.
- *
- * Specifies whether the DAI can support different samples for similtanious
- * playback and capture. This usually requires a seperate physical frame
- * clock for playback and capture.
- */
-#define SND_SOC_DAIFMT_SYNC		(0 << 5) /* Tx FRM = Rx FRM */
-#define SND_SOC_DAIFMT_ASYNC		(1 << 5) /* Tx FRM ~ Rx FRM */
-
-/*
- * TDM
- *
- * Time Division Multiplexing. Allows PCM data to be multplexed with other
- * data on the DAI.
- */
-#define SND_SOC_DAIFMT_TDM		(1 << 6)
-
-/*
  * DAI hardware signal inversions.
  *
  * Specifies whether the DAI can also support inverted clocks for the specified
-- 
1.6.2.4

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

* [PATCH 13/18] ASoC: Fix errors in WM8990
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (11 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 12/18] ASoC: Remove unused DAI format defines Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 14/18] ASoC: TWL4030: Add VDL analog bypass Mark Brown
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Jinyoung Park, stable

From: Jinyoung Park <parkjy@mtekvision.com>

The mis-typing exist in dapm controller definitions and dapm route definitions,
so happen mis-matched error when snd_soc_dapm_add_routes().

Cc: stable@kernel.org
Signed-off-by: Jinyoung Park <parkjy@mtekvision.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com
---
 sound/soc/codecs/wm8990.c |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c
index c518c3e..40cd274 100644
--- a/sound/soc/codecs/wm8990.c
+++ b/sound/soc/codecs/wm8990.c
@@ -729,7 +729,7 @@ SND_SOC_DAPM_MIXER_E("INMIXL", WM8990_INTDRIVBITS, WM8990_INMIXL_PWR_BIT, 0,
 	inmixer_event, SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_POST_PMD),
 
 /* AINLMUX */
-SND_SOC_DAPM_MUX_E("AILNMUX", WM8990_INTDRIVBITS, WM8990_AINLMUX_PWR_BIT, 0,
+SND_SOC_DAPM_MUX_E("AINLMUX", WM8990_INTDRIVBITS, WM8990_AINLMUX_PWR_BIT, 0,
 	&wm8990_dapm_ainlmux_controls, inmixer_event,
 	SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_POST_PMD),
 
@@ -740,7 +740,7 @@ SND_SOC_DAPM_MIXER_E("INMIXR", WM8990_INTDRIVBITS, WM8990_INMIXR_PWR_BIT, 0,
 	inmixer_event, SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_POST_PMD),
 
 /* AINRMUX */
-SND_SOC_DAPM_MUX_E("AIRNMUX", WM8990_INTDRIVBITS, WM8990_AINRMUX_PWR_BIT, 0,
+SND_SOC_DAPM_MUX_E("AINRMUX", WM8990_INTDRIVBITS, WM8990_AINRMUX_PWR_BIT, 0,
 	&wm8990_dapm_ainrmux_controls, inmixer_event,
 	SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_POST_PMD),
 
@@ -848,40 +848,40 @@ static const struct snd_soc_dapm_route audio_map[] = {
 	{"LIN12 PGA", "LIN2 Switch", "LIN2"},
 	/* LIN34 PGA */
 	{"LIN34 PGA", "LIN3 Switch", "LIN3"},
-	{"LIN34 PGA", "LIN4 Switch", "LIN4"},
+	{"LIN34 PGA", "LIN4 Switch", "LIN4/RXN"},
 	/* INMIXL */
 	{"INMIXL", "Record Left Volume", "LOMIX"},
 	{"INMIXL", "LIN2 Volume", "LIN2"},
 	{"INMIXL", "LINPGA12 Switch", "LIN12 PGA"},
 	{"INMIXL", "LINPGA34 Switch", "LIN34 PGA"},
-	/* AILNMUX */
-	{"AILNMUX", "INMIXL Mix", "INMIXL"},
-	{"AILNMUX", "DIFFINL Mix", "LIN12PGA"},
-	{"AILNMUX", "DIFFINL Mix", "LIN34PGA"},
-	{"AILNMUX", "RXVOICE Mix", "LIN4/RXN"},
-	{"AILNMUX", "RXVOICE Mix", "RIN4/RXP"},
+	/* AINLMUX */
+	{"AINLMUX", "INMIXL Mix", "INMIXL"},
+	{"AINLMUX", "DIFFINL Mix", "LIN12 PGA"},
+	{"AINLMUX", "DIFFINL Mix", "LIN34 PGA"},
+	{"AINLMUX", "RXVOICE Mix", "LIN4/RXN"},
+	{"AINLMUX", "RXVOICE Mix", "RIN4/RXP"},
 	/* ADC */
-	{"Left ADC", NULL, "AILNMUX"},
+	{"Left ADC", NULL, "AINLMUX"},
 
 	/* RIN12 PGA */
 	{"RIN12 PGA", "RIN1 Switch", "RIN1"},
 	{"RIN12 PGA", "RIN2 Switch", "RIN2"},
 	/* RIN34 PGA */
 	{"RIN34 PGA", "RIN3 Switch", "RIN3"},
-	{"RIN34 PGA", "RIN4 Switch", "RIN4"},
+	{"RIN34 PGA", "RIN4 Switch", "RIN4/RXP"},
 	/* INMIXL */
 	{"INMIXR", "Record Right Volume", "ROMIX"},
 	{"INMIXR", "RIN2 Volume", "RIN2"},
 	{"INMIXR", "RINPGA12 Switch", "RIN12 PGA"},
 	{"INMIXR", "RINPGA34 Switch", "RIN34 PGA"},
-	/* AIRNMUX */
-	{"AIRNMUX", "INMIXR Mix", "INMIXR"},
-	{"AIRNMUX", "DIFFINR Mix", "RIN12PGA"},
-	{"AIRNMUX", "DIFFINR Mix", "RIN34PGA"},
-	{"AIRNMUX", "RXVOICE Mix", "RIN4/RXN"},
-	{"AIRNMUX", "RXVOICE Mix", "RIN4/RXP"},
+	/* AINRMUX */
+	{"AINRMUX", "INMIXR Mix", "INMIXR"},
+	{"AINRMUX", "DIFFINR Mix", "RIN12 PGA"},
+	{"AINRMUX", "DIFFINR Mix", "RIN34 PGA"},
+	{"AINRMUX", "RXVOICE Mix", "LIN4/RXN"},
+	{"AINRMUX", "RXVOICE Mix", "RIN4/RXP"},
 	/* ADC */
-	{"Right ADC", NULL, "AIRNMUX"},
+	{"Right ADC", NULL, "AINRMUX"},
 
 	/* LOMIX */
 	{"LOMIX", "LOMIX RIN3 Bypass Switch", "RIN3"},
@@ -922,7 +922,7 @@ static const struct snd_soc_dapm_route audio_map[] = {
 	{"LOPMIX", "LOPMIX Left Mixer PGA Switch", "LOPGA"},
 
 	/* OUT3MIX */
-	{"OUT3MIX", "OUT3MIX LIN4/RXP Bypass Switch", "LIN4/RXP"},
+	{"OUT3MIX", "OUT3MIX LIN4/RXP Bypass Switch", "LIN4/RXN"},
 	{"OUT3MIX", "OUT3MIX Left Out PGA Switch", "LOPGA"},
 
 	/* OUT4MIX */
@@ -949,7 +949,7 @@ static const struct snd_soc_dapm_route audio_map[] = {
 	/* Output Pins */
 	{"LON", NULL, "LONMIX"},
 	{"LOP", NULL, "LOPMIX"},
-	{"OUT", NULL, "OUT3MIX"},
+	{"OUT3", NULL, "OUT3MIX"},
 	{"LOUT", NULL, "LOUT PGA"},
 	{"SPKN", NULL, "SPKMIX"},
 	{"ROUT", NULL, "ROUT PGA"},
-- 
1.6.2.4

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

* [PATCH 14/18] ASoC: TWL4030: Add VDL analog bypass
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (12 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 13/18] ASoC: Fix errors in WM8990 Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 15/18] ASoC: TWL4030: Add voice digital loopback: sidetone Mark Brown
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Lopez Cruz, Misael

From: Lopez Cruz, Misael <x0052729@ti.com>

This patch adds voice downlink analog bypass switch. It follows
the same approach as in other analog bypass switches.
DAC switch is moved from 'DAC Voice' to 'Analog Voice Playback Mixer',
that will also allow voice DAC to be powered in digital voice
loopback (sidetone).

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/twl4030.c |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index efa1a80..efb371f 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -468,6 +468,10 @@ static const struct snd_kcontrol_new twl4030_dapm_abypassr2_control =
 static const struct snd_kcontrol_new twl4030_dapm_abypassl2_control =
 	SOC_DAPM_SINGLE("Switch", TWL4030_REG_ARXL2_APGA_CTL, 2, 1, 0);
 
+/* Analog bypass for Voice */
+static const struct snd_kcontrol_new twl4030_dapm_abypassv_control =
+	SOC_DAPM_SINGLE("Switch", TWL4030_REG_VDL_APGA_CTL, 2, 1, 0);
+
 /* Digital bypass gain, 0 mutes the bypass */
 static const unsigned int twl4030_dapm_dbypass_tlv[] = {
 	TLV_DB_RANGE_HEAD(2),
@@ -585,7 +589,7 @@ static int bypass_event(struct snd_soc_dapm_widget *w,
 	struct soc_mixer_control *m =
 		(struct soc_mixer_control *)w->kcontrols->private_value;
 	struct twl4030_priv *twl4030 = w->codec->private_data;
-	unsigned char reg;
+	unsigned char reg, misc;
 
 	reg = twl4030_read_reg_cache(w->codec, m->reg);
 
@@ -597,14 +601,28 @@ static int bypass_event(struct snd_soc_dapm_widget *w,
 		else
 			twl4030->bypass_state &=
 				~(1 << (m->reg - TWL4030_REG_ARXL1_APGA_CTL));
+	} else if (m->reg == TWL4030_REG_VDL_APGA_CTL) {
+		/* Analog voice bypass */
+		if (reg & (1 << m->shift))
+			twl4030->bypass_state |= (1 << 4);
+		else
+			twl4030->bypass_state &= ~(1 << 4);
 	} else {
 		/* Digital bypass */
 		if (reg & (0x7 << m->shift))
-			twl4030->bypass_state |= (1 << (m->shift ? 5 : 4));
+			twl4030->bypass_state |= (1 << (m->shift ? 6 : 5));
 		else
-			twl4030->bypass_state &= ~(1 << (m->shift ? 5 : 4));
+			twl4030->bypass_state &= ~(1 << (m->shift ? 6 : 5));
 	}
 
+	/* Enable master analog loopback mode if any analog switch is enabled*/
+	misc = twl4030_read_reg_cache(w->codec, TWL4030_REG_MISC_SET_1);
+	if (twl4030->bypass_state & 0x1F)
+		misc |= TWL4030_FMLOOP_EN;
+	else
+		misc &= ~TWL4030_FMLOOP_EN;
+	twl4030_write(w->codec, TWL4030_REG_MISC_SET_1, misc);
+
 	if (w->codec->bias_level == SND_SOC_BIAS_STANDBY) {
 		if (twl4030->bypass_state)
 			twl4030_codec_mute(w->codec, 0);
@@ -935,7 +953,7 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_DAC("DAC Left2", "Left Rear Playback",
 			SND_SOC_NOPM, 0, 0),
 	SND_SOC_DAPM_DAC("DAC Voice", "Voice Playback",
-			TWL4030_REG_AVDAC_CTL, 4, 0),
+			SND_SOC_NOPM, 0, 0),
 
 	/* Analog PGAs */
 	SND_SOC_DAPM_PGA("ARXR1_APGA", TWL4030_REG_ARXR1_APGA_CTL,
@@ -962,6 +980,9 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_SWITCH_E("Left2 Analog Loopback", SND_SOC_NOPM, 0, 0,
 			&twl4030_dapm_abypassl2_control,
 			bypass_event, SND_SOC_DAPM_POST_REG),
+	SND_SOC_DAPM_SWITCH_E("Voice Analog Loopback", SND_SOC_NOPM, 0, 0,
+			&twl4030_dapm_abypassv_control,
+			bypass_event, SND_SOC_DAPM_POST_REG),
 
 	/* Digital bypasses */
 	SND_SOC_DAPM_SWITCH_E("Left Digital Loopback", SND_SOC_NOPM, 0, 0,
@@ -979,6 +1000,8 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 			2, 0, NULL, 0),
 	SND_SOC_DAPM_MIXER("Analog L2 Playback Mixer", TWL4030_REG_AVDAC_CTL,
 			3, 0, NULL, 0),
+	SND_SOC_DAPM_MIXER("Analog Voice Playback Mixer", TWL4030_REG_AVDAC_CTL,
+			4, 0, NULL, 0),
 
 	/* Output MIXER controls */
 	/* Earpiece */
@@ -1067,13 +1090,13 @@ static const struct snd_soc_dapm_route intercon[] = {
 	{"Analog R1 Playback Mixer", NULL, "DAC Right1"},
 	{"Analog L2 Playback Mixer", NULL, "DAC Left2"},
 	{"Analog R2 Playback Mixer", NULL, "DAC Right2"},
+	{"Analog Voice Playback Mixer", NULL, "DAC Voice"},
 
 	{"ARXL1_APGA", NULL, "Analog L1 Playback Mixer"},
 	{"ARXR1_APGA", NULL, "Analog R1 Playback Mixer"},
 	{"ARXL2_APGA", NULL, "Analog L2 Playback Mixer"},
 	{"ARXR2_APGA", NULL, "Analog R2 Playback Mixer"},
-
-	{"VDL_APGA", NULL, "DAC Voice"},
+	{"VDL_APGA", NULL, "Analog Voice Playback Mixer"},
 
 	/* Internal playback routings */
 	/* Earpiece */
@@ -1169,11 +1192,13 @@ static const struct snd_soc_dapm_route intercon[] = {
 	{"Left1 Analog Loopback", "Switch", "Analog Left Capture Route"},
 	{"Right2 Analog Loopback", "Switch", "Analog Right Capture Route"},
 	{"Left2 Analog Loopback", "Switch", "Analog Left Capture Route"},
+	{"Voice Analog Loopback", "Switch", "Analog Left Capture Route"},
 
 	{"Analog R1 Playback Mixer", NULL, "Right1 Analog Loopback"},
 	{"Analog L1 Playback Mixer", NULL, "Left1 Analog Loopback"},
 	{"Analog R2 Playback Mixer", NULL, "Right2 Analog Loopback"},
 	{"Analog L2 Playback Mixer", NULL, "Left2 Analog Loopback"},
+	{"Analog Voice Playback Mixer", NULL, "Voice Analog Loopback"},
 
 	/* Digital bypass routes */
 	{"Right Digital Loopback", "Volume", "TX1 Capture Route"},
-- 
1.6.2.4

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

* [PATCH 15/18] ASoC: TWL4030: Add voice digital loopback: sidetone
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (13 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 14/18] ASoC: TWL4030: Add VDL analog bypass Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 16/18] ASoC: IMote2 ASoC Support Mark Brown
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Lopez Cruz, Misael

From: Lopez Cruz, Misael <x0052729@ti.com>

This patch add voice digital loopback (sidetone) to the twl4030
driver. It mixes voice uplink attenuated (by sidetone gain) with
voice downlink when the codec is working in option2 (voice/audio
mode).

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/twl4030.c |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index efb371f..23bae74 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -491,6 +491,18 @@ static const struct snd_kcontrol_new twl4030_dapm_dbypassr_control =
 			TWL4030_REG_ATX2ARXPGA, 0, 7, 0,
 			twl4030_dapm_dbypass_tlv);
 
+/*
+ * Voice Sidetone GAIN volume control:
+ * from -51 to -10 dB in 1 dB steps (mute instead of -51 dB)
+ */
+static DECLARE_TLV_DB_SCALE(twl4030_dapm_dbypassv_tlv, -5100, 100, 1);
+
+/* Digital bypass voice: sidetone (VUL -> VDL)*/
+static const struct snd_kcontrol_new twl4030_dapm_dbypassv_control =
+	SOC_DAPM_SINGLE_TLV("Volume",
+			TWL4030_REG_VSTPGA, 0, 0x29, 0,
+			twl4030_dapm_dbypassv_tlv);
+
 static int micpath_event(struct snd_soc_dapm_widget *w,
 	struct snd_kcontrol *kcontrol, int event)
 {
@@ -607,12 +619,18 @@ static int bypass_event(struct snd_soc_dapm_widget *w,
 			twl4030->bypass_state |= (1 << 4);
 		else
 			twl4030->bypass_state &= ~(1 << 4);
+	} else if (m->reg == TWL4030_REG_VSTPGA) {
+		/* Voice digital bypass */
+		if (reg)
+			twl4030->bypass_state |= (1 << 5);
+		else
+			twl4030->bypass_state &= ~(1 << 5);
 	} else {
 		/* Digital bypass */
 		if (reg & (0x7 << m->shift))
-			twl4030->bypass_state |= (1 << (m->shift ? 6 : 5));
+			twl4030->bypass_state |= (1 << (m->shift ? 7 : 6));
 		else
-			twl4030->bypass_state &= ~(1 << (m->shift ? 6 : 5));
+			twl4030->bypass_state &= ~(1 << (m->shift ? 7 : 6));
 	}
 
 	/* Enable master analog loopback mode if any analog switch is enabled*/
@@ -991,6 +1009,9 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_SWITCH_E("Right Digital Loopback", SND_SOC_NOPM, 0, 0,
 			&twl4030_dapm_dbypassr_control, bypass_event,
 			SND_SOC_DAPM_POST_REG),
+	SND_SOC_DAPM_SWITCH_E("Voice Digital Loopback", SND_SOC_NOPM, 0, 0,
+			&twl4030_dapm_dbypassv_control, bypass_event,
+			SND_SOC_DAPM_POST_REG),
 
 	SND_SOC_DAPM_MIXER("Analog R1 Playback Mixer", TWL4030_REG_AVDAC_CTL,
 			0, 0, NULL, 0),
@@ -1203,9 +1224,11 @@ static const struct snd_soc_dapm_route intercon[] = {
 	/* Digital bypass routes */
 	{"Right Digital Loopback", "Volume", "TX1 Capture Route"},
 	{"Left Digital Loopback", "Volume", "TX1 Capture Route"},
+	{"Voice Digital Loopback", "Volume", "TX2 Capture Route"},
 
 	{"Analog R2 Playback Mixer", NULL, "Right Digital Loopback"},
 	{"Analog L2 Playback Mixer", NULL, "Left Digital Loopback"},
+	{"Analog Voice Playback Mixer", NULL, "Voice Digital Loopback"},
 
 };
 
-- 
1.6.2.4

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

* [PATCH 16/18] ASoC: IMote2 ASoC Support
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (14 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 15/18] ASoC: TWL4030: Add voice digital loopback: sidetone Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 17/18] ASoC: TWL4030: Add VIBRA output Mark Brown
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Jonathan Cameron

From: Jonathan Cameron <jic23@cam.ac.uk>

This patch adds the ASoC side of the board support for the Crossbow
IMB400 daughter board.

Thanks to Crossbow for considerable assistance.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/pxa/Kconfig  |    9 ++++
 sound/soc/pxa/Makefile |    2 +
 sound/soc/pxa/imote2.c |  114 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 125 insertions(+), 0 deletions(-)
 create mode 100644 sound/soc/pxa/imote2.c

diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index ad8a10f..eb75a1c 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -134,3 +134,12 @@ config SND_PXA2XX_SOC_MIOA701
         help
           Say Y if you want to add support for SoC audio on the
           MIO A701.
+
+config SND_PXA2XX_SOC_IMOTE2
+       tristate "SoC Audio support for IMote 2"
+       depends on SND_PXA2XX_SOC && MACH_INTELMOTE2
+       select SND_PXA2XX_SOC_I2S
+       select SND_SOC_WM8940
+       help
+         Say Y if you want to add support for SoC audio on the
+	 IMote 2.
diff --git a/sound/soc/pxa/Makefile b/sound/soc/pxa/Makefile
index 4b90c3c..6e096b4 100644
--- a/sound/soc/pxa/Makefile
+++ b/sound/soc/pxa/Makefile
@@ -22,6 +22,7 @@ snd-soc-palm27x-objs := palm27x.o
 snd-soc-zylonite-objs := zylonite.o
 snd-soc-magician-objs := magician.o
 snd-soc-mioa701-objs := mioa701_wm9713.o
+snd-soc-imote2-objs := imote2.o
 
 obj-$(CONFIG_SND_PXA2XX_SOC_CORGI) += snd-soc-corgi.o
 obj-$(CONFIG_SND_PXA2XX_SOC_POODLE) += snd-soc-poodle.o
@@ -35,3 +36,4 @@ obj-$(CONFIG_SND_PXA2XX_SOC_PALM27X) += snd-soc-palm27x.o
 obj-$(CONFIG_SND_PXA2XX_SOC_MAGICIAN) += snd-soc-magician.o
 obj-$(CONFIG_SND_PXA2XX_SOC_MIOA701) += snd-soc-mioa701.o
 obj-$(CONFIG_SND_SOC_ZYLONITE) += snd-soc-zylonite.o
+obj-$(CONFIG_SND_PXA2XX_SOC_IMOTE2) += snd-soc-imote2.o
diff --git a/sound/soc/pxa/imote2.c b/sound/soc/pxa/imote2.c
new file mode 100644
index 0000000..405587a
--- /dev/null
+++ b/sound/soc/pxa/imote2.c
@@ -0,0 +1,114 @@
+
+#include <linux/module.h>
+#include <sound/soc.h>
+
+#include <asm/mach-types.h>
+
+#include "../codecs/wm8940.h"
+#include "pxa2xx-i2s.h"
+#include "pxa2xx-pcm.h"
+
+static int imote2_asoc_hw_params(struct snd_pcm_substream *substream,
+				 struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;
+	struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;
+	unsigned int clk = 0;
+	int ret;
+
+	switch (params_rate(params)) {
+	case 8000:
+	case 16000:
+	case 48000:
+	case 96000:
+		clk = 12288000;
+		break;
+	case 11025:
+	case 22050:
+	case 44100:
+		clk = 11289600;
+		break;
+	}
+
+	/* set codec DAI configuration */
+	ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S
+				  | SND_SOC_DAIFMT_NB_NF
+				  | SND_SOC_DAIFMT_CBS_CFS);
+	if (ret < 0)
+		return ret;
+
+	/* CPU should be clock master */
+	ret = snd_soc_dai_set_fmt(cpu_dai,  SND_SOC_DAIFMT_I2S
+				  | SND_SOC_DAIFMT_NB_NF
+				  | SND_SOC_DAIFMT_CBS_CFS);
+	if (ret < 0)
+		return ret;
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, 0, clk,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0)
+		return ret;
+
+	/* set the I2S system clock as input (unused) */
+	ret = snd_soc_dai_set_sysclk(cpu_dai, PXA2XX_I2S_SYSCLK, clk,
+		SND_SOC_CLOCK_OUT);
+
+	return ret;
+}
+
+static struct snd_soc_ops imote2_asoc_ops = {
+	.hw_params = imote2_asoc_hw_params,
+};
+
+static struct snd_soc_dai_link imote2_dai = {
+	.name = "WM8940",
+	.stream_name = "WM8940",
+	.cpu_dai = &pxa_i2s_dai,
+	.codec_dai = &wm8940_dai,
+	.ops = &imote2_asoc_ops,
+};
+
+static struct snd_soc_card snd_soc_imote2 = {
+	.name = "Imote2",
+	.platform = &pxa2xx_soc_platform,
+	.dai_link = &imote2_dai,
+	.num_links = 1,
+};
+
+static struct snd_soc_device imote2_snd_devdata = {
+	.card = &snd_soc_imote2,
+	.codec_dev = &soc_codec_dev_wm8940,
+};
+
+static struct platform_device *imote2_snd_device;
+
+static int __init imote2_asoc_init(void)
+{
+	int ret;
+
+	if (!machine_is_intelmote2())
+		return -ENODEV;
+	imote2_snd_device = platform_device_alloc("soc-audio", -1);
+	if (!imote2_snd_device)
+		return -ENOMEM;
+
+	platform_set_drvdata(imote2_snd_device, &imote2_snd_devdata);
+	imote2_snd_devdata.dev = &imote2_snd_device->dev;
+	ret = platform_device_add(imote2_snd_device);
+	if (ret)
+		platform_device_put(imote2_snd_device);
+
+	return ret;
+}
+module_init(imote2_asoc_init);
+
+static void __exit imote2_asoc_exit(void)
+{
+	platform_device_unregister(imote2_snd_device);
+}
+module_exit(imote2_asoc_exit);
+
+MODULE_AUTHOR("Jonathan Cameron");
+MODULE_DESCRIPTION("ALSA SoC Imote 2");
+MODULE_LICENSE("GPL");
-- 
1.6.2.4

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

* [PATCH 17/18] ASoC: TWL4030: Add VIBRA output
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (15 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 16/18] ASoC: IMote2 ASoC Support Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:02 ` [PATCH 18/18] ASoC: Remove redundant codec pointer from DAIs Mark Brown
  2009-05-05 10:45 ` ASoC updates for 2.6.31 Takashi Iwai
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Peter Ujfalusi

From: Peter Ujfalusi <peter.ujfalusi@nokia.com>

This patch adds support for the VIBRA output on TWL4030 codec.
The VIBRA output can be driven with audio data or with
local vibrator driver.
Add the needed DAPM elements and routes for the VIBRA output and
controls for the VIBRA driver configuration.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/twl4030.c |   61 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index 23bae74..1a00e4b 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -396,6 +396,31 @@ static const struct soc_enum twl4030_handsfreer_enum =
 static const struct snd_kcontrol_new twl4030_dapm_handsfreer_control =
 SOC_DAPM_ENUM("Route", twl4030_handsfreer_enum);
 
+/* Vibra */
+/* Vibra audio path selection */
+static const char *twl4030_vibra_texts[] =
+		{"AudioL1", "AudioR1", "AudioL2", "AudioR2"};
+
+static const struct soc_enum twl4030_vibra_enum =
+	SOC_ENUM_SINGLE(TWL4030_REG_VIBRA_CTL, 2,
+			ARRAY_SIZE(twl4030_vibra_texts),
+			twl4030_vibra_texts);
+
+static const struct snd_kcontrol_new twl4030_dapm_vibra_control =
+SOC_DAPM_ENUM("Route", twl4030_vibra_enum);
+
+/* Vibra path selection: local vibrator (PWM) or audio driven */
+static const char *twl4030_vibrapath_texts[] =
+		{"Local vibrator", "Audio"};
+
+static const struct soc_enum twl4030_vibrapath_enum =
+	SOC_ENUM_SINGLE(TWL4030_REG_VIBRA_CTL, 4,
+			ARRAY_SIZE(twl4030_vibrapath_texts),
+			twl4030_vibrapath_texts);
+
+static const struct snd_kcontrol_new twl4030_dapm_vibrapath_control =
+SOC_DAPM_ENUM("Route", twl4030_vibrapath_enum);
+
 /* Left analog microphone selection */
 static const char *twl4030_analoglmic_texts[] =
 		{"Off", "Main mic", "Headset mic", "AUXL", "Carkit mic"};
@@ -867,6 +892,26 @@ static const struct soc_enum twl4030_rampdelay_enum =
 			ARRAY_SIZE(twl4030_rampdelay_texts),
 			twl4030_rampdelay_texts);
 
+/* Vibra H-bridge direction mode */
+static const char *twl4030_vibradirmode_texts[] = {
+	"Vibra H-bridge direction", "Audio data MSB",
+};
+
+static const struct soc_enum twl4030_vibradirmode_enum =
+	SOC_ENUM_SINGLE(TWL4030_REG_VIBRA_CTL, 5,
+			ARRAY_SIZE(twl4030_vibradirmode_texts),
+			twl4030_vibradirmode_texts);
+
+/* Vibra H-bridge direction */
+static const char *twl4030_vibradir_texts[] = {
+	"Positive polarity", "Negative polarity",
+};
+
+static const struct soc_enum twl4030_vibradir_enum =
+	SOC_ENUM_SINGLE(TWL4030_REG_VIBRA_CTL, 1,
+			ARRAY_SIZE(twl4030_vibradir_texts),
+			twl4030_vibradir_texts);
+
 static const struct snd_kcontrol_new twl4030_snd_controls[] = {
 	/* Common playback gain controls */
 	SOC_DOUBLE_R_TLV("DAC1 Digital Fine Playback Volume",
@@ -933,6 +978,9 @@ static const struct snd_kcontrol_new twl4030_snd_controls[] = {
 		0, 3, 5, 0, input_gain_tlv),
 
 	SOC_ENUM("HS ramp delay", twl4030_rampdelay_enum),
+
+	SOC_ENUM("Vibra H-bridge mode", twl4030_vibradirmode_enum),
+	SOC_ENUM("Vibra H-bridge direction", twl4030_vibradir_enum),
 };
 
 static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
@@ -960,6 +1008,7 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_OUTPUT("CARKITR"),
 	SND_SOC_DAPM_OUTPUT("HFL"),
 	SND_SOC_DAPM_OUTPUT("HFR"),
+	SND_SOC_DAPM_OUTPUT("VIBRA"),
 
 	/* DACs */
 	SND_SOC_DAPM_DAC("DAC Right1", "Right Front Playback",
@@ -1060,6 +1109,11 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_MUX_E("HandsfreeR Mux", TWL4030_REG_HFR_CTL, 5, 0,
 		&twl4030_dapm_handsfreer_control, handsfree_event,
 		SND_SOC_DAPM_POST_PMU|SND_SOC_DAPM_POST_PMD),
+	/* Vibra */
+	SND_SOC_DAPM_MUX("Vibra Mux", TWL4030_REG_VIBRA_CTL, 0, 0,
+		&twl4030_dapm_vibra_control),
+	SND_SOC_DAPM_MUX("Vibra Route", SND_SOC_NOPM, 0, 0,
+		&twl4030_dapm_vibrapath_control),
 
 	/* Introducing four virtual ADC, since TWL4030 have four channel for
 	   capture */
@@ -1161,6 +1215,11 @@ static const struct snd_soc_dapm_route intercon[] = {
 	{"HandsfreeR Mux", "AudioR1", "ARXR1_APGA"},
 	{"HandsfreeR Mux", "AudioR2", "ARXR2_APGA"},
 	{"HandsfreeR Mux", "AudioL2", "ARXL2_APGA"},
+	/* Vibra */
+	{"Vibra Mux", "AudioL1", "DAC Left1"},
+	{"Vibra Mux", "AudioR1", "DAC Right1"},
+	{"Vibra Mux", "AudioL2", "DAC Left2"},
+	{"Vibra Mux", "AudioR2", "DAC Right2"},
 
 	/* outputs */
 	{"OUTL", NULL, "ARXL2_APGA"},
@@ -1174,6 +1233,8 @@ static const struct snd_soc_dapm_route intercon[] = {
 	{"CARKITR", NULL, "CarkitR Mixer"},
 	{"HFL", NULL, "HandsfreeL Mux"},
 	{"HFR", NULL, "HandsfreeR Mux"},
+	{"Vibra Route", "Audio", "Vibra Mux"},
+	{"VIBRA", NULL, "Vibra Route"},
 
 	/* Capture path */
 	{"Analog Left Capture Route", "Main mic", "MAINMIC"},
-- 
1.6.2.4

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

* [PATCH 18/18] ASoC: Remove redundant codec pointer from DAIs
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (16 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 17/18] ASoC: TWL4030: Add VIBRA output Mark Brown
@ 2009-05-05 10:02 ` Mark Brown
  2009-05-05 10:45 ` ASoC updates for 2.6.31 Takashi Iwai
  18 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-05 10:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

The DAI structure has two pointers to the codec, one in the body of the
DAI and one in a union for a parent pointer.  Drop the parent pointer
version.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/sound/soc-dai.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index a997c2c..496dc30 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -205,11 +205,8 @@ struct snd_soc_dai {
 	/* DAI private data */
 	void *private_data;
 
-	/* parent codec/platform */
-	union {
-		struct snd_soc_codec *codec;
-		struct snd_soc_platform *platform;
-	};
+	/* parent platform */
+	struct snd_soc_platform *platform;
 
 	struct list_head list;
 };
-- 
1.6.2.4

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

* Re: ASoC updates for 2.6.31
  2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
                   ` (17 preceding siblings ...)
  2009-05-05 10:02 ` [PATCH 18/18] ASoC: Remove redundant codec pointer from DAIs Mark Brown
@ 2009-05-05 10:45 ` Takashi Iwai
  18 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-05 10:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Tue, 5 May 2009 11:01:23 +0100,
Mark Brown wrote:
> 
> The following changes since commit 8560b9321f9050968f393ce1ec67e47c1a0bd5cf:
>   Takashi Iwai (1):
>         Merge branch 'fix/asoc' into topic/asoc
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled this one, too.  Thanks.


Takashi

> Jinyoung Park (1):
>       ASoC: Fix errors in WM8990
> 
> Jonathan Cameron (1):
>       ASoC: IMote2 ASoC Support
> 
> Lopez Cruz, Misael (2):
>       ASoC: TWL4030: Add VDL analog bypass
>       ASoC: TWL4030: Add voice digital loopback: sidetone
> 
> Mark Brown (15):
>       ASoC: Fix error message formatting in s3c64xx-i2s driver
>       ASoC: Check for supported CPUs when building s3c-i2s-v2
>       ASoC: Make S3C64xx clock export function to return struct clk
>       ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit
>       ASoC: Fix boot warnings from S3C IISv2
>       ASoC: Allow use of resource from the platform device for S3C IISv2
>       ASoC: Display the clock rate used as the basis for rate calculation
>       ASoC: Display S3C IISv2 mode and MS errors by default
>       ASoC: Staticise txctrl and rxctrl for S3C IISv2
>       ASoC: Use platform device resource for S3C64xx IISv2
>       ASoC: Use a shared define for AC97 CODEC data formats
>       ASoC: Remove unused DAI format defines
>       Merge commit 'takashi/topic/asoc' into for-2.6.31
>       Merge branch 'for-2.6.30' into for-2.6.31
>       ASoC: Remove redundant codec pointer from DAIs
> 
> Peter Ujfalusi (1):
>       ASoC: TWL4030: Add VIBRA output
> 
>  include/sound/soc-dai.h         |   28 ++-------
>  sound/soc/codecs/ac97.c         |    4 +-
>  sound/soc/codecs/ad1980.c       |    4 +-
>  sound/soc/codecs/twl4030.c      |  121 +++++++++++++++++++++++++++++++++++++--
>  sound/soc/codecs/wm8990.c       |   40 +++++++-------
>  sound/soc/codecs/wm9705.c       |    4 +-
>  sound/soc/codecs/wm9712.c       |    6 +-
>  sound/soc/codecs/wm9713.c       |    6 +-
>  sound/soc/pxa/Kconfig           |    9 +++
>  sound/soc/pxa/Makefile          |    2 +
>  sound/soc/pxa/imote2.c          |  114 ++++++++++++++++++++++++++++++++++++
>  sound/soc/s3c24xx/s3c-i2s-v2.c  |   87 ++++++++++++++++++++++++----
>  sound/soc/s3c24xx/s3c64xx-i2s.c |   15 ++---
>  sound/soc/s3c24xx/s3c64xx-i2s.h |    4 +-
>  14 files changed, 362 insertions(+), 82 deletions(-)
>  create mode 100644 sound/soc/pxa/imote2.c
> 

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

* ASoC updates for 2.6.31
@ 2009-05-08 12:57 Mark Brown
  2009-05-08 14:37 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-08 12:57 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit bbd993077d788589a86a718ba7a7895ba5e71a17:
  Mark Brown (1):
        ASoC: Remove redundant codec pointer from DAIs

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

(git:// doesn't seem to be updating so...).

Daniel Mack (2):
      ASoC: cs4270: introduce CS4270_I2C_INCR
      ASoC: cs4270: add power management support

Mark Brown (2):
      ASoC: Add headers to match patterns in MAINTAINERS
      ASoC: Fix file patterns for PXA sound drivers

Peter Ujfalusi (1):
      ASoC: TWL4030: Fix typo in twl4030_codec_mute function

 MAINTAINERS                |    4 ++-
 sound/soc/codecs/cs4270.c  |   61 ++++++++++++++++++++++++++++++++++++++++++-
 sound/soc/codecs/twl4030.c |    2 +-
 3 files changed, 63 insertions(+), 4 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-05-08 12:57 Mark Brown
@ 2009-05-08 14:37 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-08 14:37 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Fri, 8 May 2009 13:57:11 +0100,
Mark Brown wrote:
> 
> The following changes since commit bbd993077d788589a86a718ba7a7895ba5e71a17:
>   Mark Brown (1):
>         ASoC: Remove redundant codec pointer from DAIs
> 
> are available in the git repository at:
> 
>   ssh://master.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31
> 
> (git:// doesn't seem to be updating so...).

It appears now.  Thanks, pulled now.


Takashi

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

* ASoC updates for 2.6.31
@ 2009-05-12 10:25 Mark Brown
  0 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-05-12 10:25 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit bec4c99e8637b5b8bd4b0513eacb51da25885e3b:
  Mark Brown (1):
        ASoC: Fix file patterns for PXA sound drivers

are available in the git repository at:

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

Joonyoung Shim (1):
      ASoC: TWL4030: change DAPM for analog microphone selection

Mark Brown (3):
      ASoC: Fix up CODEC DAI formats for big endian CPUs
      ASoC: Enforce symmetric rates for PXA2xx I2S
      Merge branch 'for-2.6.30' into for-2.6.31

Mike Rapoport (3):
      ASoC: soc-core: fix crash when removing not instantiated card
      pxa2xx-ac97: fix reset gpio mode setting
      ASoC: em-x270: make the driver support also eXeda and CM-X300 machines

Roel Kluin (1):
      ASoC: remove driver_data direct access of struct device

Sergey Lapin (1):
      ASoC: AFEB9260 driver

 sound/arm/pxa2xx-ac97-lib.c        |    2 +-
 sound/soc/atmel/Kconfig            |    8 ++
 sound/soc/atmel/Makefile           |    1 +
 sound/soc/atmel/snd-soc-afeb9260.c |  203 ++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/twl4030.c         |   52 ++++------
 sound/soc/codecs/wm8400.c          |    4 +-
 sound/soc/codecs/wm8731.c          |    4 +-
 sound/soc/codecs/wm8753.c          |    4 +-
 sound/soc/pxa/Kconfig              |    4 +-
 sound/soc/pxa/em-x270.c            |    9 +-
 sound/soc/pxa/pxa2xx-i2s.c         |    1 +
 sound/soc/soc-core.c               |   43 ++++++++
 12 files changed, 289 insertions(+), 46 deletions(-)
 create mode 100644 sound/soc/atmel/snd-soc-afeb9260.c

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

* ASoC updates for 2.6.31
  2009-05-15  8:23 ASoC updates for 2.6.30 Mark Brown
@ 2009-05-15  8:26 ` Mark Brown
  2009-05-15  8:34   ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-15  8:26 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit dd4a416442a2fb4bd761163277d37ab6ce75ee4e:
  Takashi Iwai (1):
        Merge branch 'for-2.6.31' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc

are available in the git repository at:

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

Anuj Aggarwal (1):
      ASoC: Added OMAP3 EVM support in ASoC.

David Brownell (3):
      ASoC: davinci-pcm buildfixes
      ASoC: DaVinci I2S updates
      ASoC: DaVinci EVM board support buildfixes

Jon Smirl (1):
      ASoC: Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format

Karl Beldan (5):
      ASoC: pxa2xx-i2s: Proper initialization
      ASoC: pxa2xx-i2s: Proper hw initialization
      ASoC: pxa2xx-i2s: Handle SACR1_DRPL and SACR1_DREC separately
      ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clock
      ASoC: pxa2xx-i2s: Fix suspend/resume

Marek Vasut (1):
      ASoC: Support AC97 link off by default on WM9712

Mark Brown (3):
      ASoC: Point at kernel.org git
      Merge branch 'pxa2xx-i2s' into for-2.6.31
      Merge branch 'for-2.6.30' into for-2.6.31

 MAINTAINERS                              |    2 +-
 arch/arm/mach-davinci/include/mach/asp.h |   25 +++++
 include/sound/soc-dai.h                  |    3 +-
 sound/soc/codecs/wm9712.c                |    2 +
 sound/soc/davinci/Kconfig                |    7 +-
 sound/soc/davinci/davinci-evm.c          |   63 +++++++++++--
 sound/soc/davinci/davinci-i2s.c          |   26 +++++-
 sound/soc/davinci/davinci-pcm.c          |   71 +++++++++------
 sound/soc/omap/Kconfig                   |    8 ++
 sound/soc/omap/Makefile                  |    2 +
 sound/soc/omap/omap3evm.c                |  147 ++++++++++++++++++++++++++++++
 sound/soc/pxa/pxa2xx-i2s.c               |   38 +++++---
 12 files changed, 330 insertions(+), 64 deletions(-)
 create mode 100644 arch/arm/mach-davinci/include/mach/asp.h
 create mode 100644 sound/soc/omap/omap3evm.c

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

* Re: ASoC updates for 2.6.31
  2009-05-15  8:26 ` ASoC updates for 2.6.31 Mark Brown
@ 2009-05-15  8:34   ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-15  8:34 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Fri, 15 May 2009 09:26:31 +0100,
Mark Brown wrote:
> 
> The following changes since commit dd4a416442a2fb4bd761163277d37ab6ce75ee4e:
>   Takashi Iwai (1):
>         Merge branch 'for-2.6.31' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks.


Takashi


> Anuj Aggarwal (1):
>       ASoC: Added OMAP3 EVM support in ASoC.
> 
> David Brownell (3):
>       ASoC: davinci-pcm buildfixes
>       ASoC: DaVinci I2S updates
>       ASoC: DaVinci EVM board support buildfixes
> 
> Jon Smirl (1):
>       ASoC: Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format
> 
> Karl Beldan (5):
>       ASoC: pxa2xx-i2s: Proper initialization
>       ASoC: pxa2xx-i2s: Proper hw initialization
>       ASoC: pxa2xx-i2s: Handle SACR1_DRPL and SACR1_DREC separately
>       ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clock
>       ASoC: pxa2xx-i2s: Fix suspend/resume
> 
> Marek Vasut (1):
>       ASoC: Support AC97 link off by default on WM9712
> 
> Mark Brown (3):
>       ASoC: Point at kernel.org git
>       Merge branch 'pxa2xx-i2s' into for-2.6.31
>       Merge branch 'for-2.6.30' into for-2.6.31
> 
>  MAINTAINERS                              |    2 +-
>  arch/arm/mach-davinci/include/mach/asp.h |   25 +++++
>  include/sound/soc-dai.h                  |    3 +-
>  sound/soc/codecs/wm9712.c                |    2 +
>  sound/soc/davinci/Kconfig                |    7 +-
>  sound/soc/davinci/davinci-evm.c          |   63 +++++++++++--
>  sound/soc/davinci/davinci-i2s.c          |   26 +++++-
>  sound/soc/davinci/davinci-pcm.c          |   71 +++++++++------
>  sound/soc/omap/Kconfig                   |    8 ++
>  sound/soc/omap/Makefile                  |    2 +
>  sound/soc/omap/omap3evm.c                |  147 ++++++++++++++++++++++++++++++
>  sound/soc/pxa/pxa2xx-i2s.c               |   38 +++++---
>  12 files changed, 330 insertions(+), 64 deletions(-)
>  create mode 100644 arch/arm/mach-davinci/include/mach/asp.h
>  create mode 100644 sound/soc/omap/omap3evm.c
> 

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

* ASoC updates for 2.6.31
@ 2009-05-18 15:04 Mark Brown
  2009-05-18 15:16 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-18 15:04 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 5b740ea975c4ce3da12ac21b56f9e43354ca4327:
  Julia Lawall (1):
        sound: use dev_set_drvdata

are available in the git repository at:

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

Mark Brown (4):
      ASoC: Split DAPM power checks from sequencing of power changes
      ASoC: Make DAPM sysfs entries non-optional
      ASoC: Integrate bias management with DAPM power management
      ASoC: Add debug trace for bias level transitions

Misael Lopez Cruz (1):
      ASoC: TWL4030: Enable/disable voice digital filters

 include/sound/soc-dapm.h   |    5 +-
 include/sound/soc.h        |    3 +
 sound/soc/codecs/twl4030.c |   37 +++++++++
 sound/soc/codecs/twl4030.h |    2 +-
 sound/soc/soc-core.c       |   61 +++------------
 sound/soc/soc-dapm.c       |  187 ++++++++++++++++++++++++++++++--------------
 6 files changed, 183 insertions(+), 112 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-05-18 15:04 Mark Brown
@ 2009-05-18 15:16 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-18 15:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Mon, 18 May 2009 16:04:53 +0100,
Mark Brown wrote:
> 
> The following changes since commit 5b740ea975c4ce3da12ac21b56f9e43354ca4327:
>   Julia Lawall (1):
>         sound: use dev_set_drvdata
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks, pulled now.


Takashi

> Mark Brown (4):
>       ASoC: Split DAPM power checks from sequencing of power changes
>       ASoC: Make DAPM sysfs entries non-optional
>       ASoC: Integrate bias management with DAPM power management
>       ASoC: Add debug trace for bias level transitions
> 
> Misael Lopez Cruz (1):
>       ASoC: TWL4030: Enable/disable voice digital filters
> 
>  include/sound/soc-dapm.h   |    5 +-
>  include/sound/soc.h        |    3 +
>  sound/soc/codecs/twl4030.c |   37 +++++++++
>  sound/soc/codecs/twl4030.h |    2 +-
>  sound/soc/soc-core.c       |   61 +++------------
>  sound/soc/soc-dapm.c       |  187 ++++++++++++++++++++++++++++++--------------
>  6 files changed, 183 insertions(+), 112 deletions(-)
> 

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

* ASoC updates for 2.6.31
@ 2009-05-19 19:27 Mark Brown
  2009-05-19 19:39 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-19 19:27 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit f83fba8baab9e95fff0fe2be0e1e32a1650bdd7f:
  Mark Brown (1):
        ASoC: Add debug trace for bias level transitions

are available in the git repository at:

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

Atsushi Nemoto (1):
      ASoC: Add TXx9 AC link controller driver (v3)

Lopez Cruz, Misael (2):
      ASoC: TWL4030: Add control for selecting codec operation mode
      ASoC: SDP3430: Connect twl4030 voice DAI to McBSP3

Peter Ujfalusi (1):
      ASoC: TWL4030: Fix Analog capture path for AUXR

 sound/soc/Kconfig                 |    1 +
 sound/soc/Makefile                |    1 +
 sound/soc/codecs/twl4030.c        |   49 ++++-
 sound/soc/omap/sdp3430.c          |   87 +++++++-
 sound/soc/txx9/Kconfig            |   29 +++
 sound/soc/txx9/Makefile           |   11 +
 sound/soc/txx9/txx9aclc-ac97.c    |  255 ++++++++++++++++++++++
 sound/soc/txx9/txx9aclc-generic.c |   98 +++++++++
 sound/soc/txx9/txx9aclc.c         |  430 +++++++++++++++++++++++++++++++++++++
 sound/soc/txx9/txx9aclc.h         |   83 +++++++
 10 files changed, 1033 insertions(+), 11 deletions(-)
 create mode 100644 sound/soc/txx9/Kconfig
 create mode 100644 sound/soc/txx9/Makefile
 create mode 100644 sound/soc/txx9/txx9aclc-ac97.c
 create mode 100644 sound/soc/txx9/txx9aclc-generic.c
 create mode 100644 sound/soc/txx9/txx9aclc.c
 create mode 100644 sound/soc/txx9/txx9aclc.h

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

* Re: ASoC updates for 2.6.31
  2009-05-19 19:27 Mark Brown
@ 2009-05-19 19:39 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-19 19:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Tue, 19 May 2009 20:27:32 +0100,
Mark Brown wrote:
> 
> The following changes since commit f83fba8baab9e95fff0fe2be0e1e32a1650bdd7f:
>   Mark Brown (1):
>         ASoC: Add debug trace for bias level transitions
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks!


Takashi


> Atsushi Nemoto (1):
>       ASoC: Add TXx9 AC link controller driver (v3)
> 
> Lopez Cruz, Misael (2):
>       ASoC: TWL4030: Add control for selecting codec operation mode
>       ASoC: SDP3430: Connect twl4030 voice DAI to McBSP3
> 
> Peter Ujfalusi (1):
>       ASoC: TWL4030: Fix Analog capture path for AUXR
> 
>  sound/soc/Kconfig                 |    1 +
>  sound/soc/Makefile                |    1 +
>  sound/soc/codecs/twl4030.c        |   49 ++++-
>  sound/soc/omap/sdp3430.c          |   87 +++++++-
>  sound/soc/txx9/Kconfig            |   29 +++
>  sound/soc/txx9/Makefile           |   11 +
>  sound/soc/txx9/txx9aclc-ac97.c    |  255 ++++++++++++++++++++++
>  sound/soc/txx9/txx9aclc-generic.c |   98 +++++++++
>  sound/soc/txx9/txx9aclc.c         |  430 +++++++++++++++++++++++++++++++++++++
>  sound/soc/txx9/txx9aclc.h         |   83 +++++++
>  10 files changed, 1033 insertions(+), 11 deletions(-)
>  create mode 100644 sound/soc/txx9/Kconfig
>  create mode 100644 sound/soc/txx9/Makefile
>  create mode 100644 sound/soc/txx9/txx9aclc-ac97.c
>  create mode 100644 sound/soc/txx9/txx9aclc-generic.c
>  create mode 100644 sound/soc/txx9/txx9aclc.c
>  create mode 100644 sound/soc/txx9/txx9aclc.h
> 

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

* ASoC updates for 2.6.31
@ 2009-05-22 20:21 Mark Brown
  2009-05-22 20:34 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-22 20:21 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit e24805dd85283ac0912b9c400768a4d171b400ff:
  Atsushi Nemoto (1):
        ASoC: Add TXx9 AC link controller driver (v3)

are available in the git repository at:

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

Mark Brown (2):
      ASoC: Make snd_soc_read() and snd_soc_write() functions
      ASoC: WM9081 mono DAC with integrated 2.6W class AB/D amplifier driver

Peter Ujfalusi (5):
      ASoC: TWL4030: Change DAPM routings and controls for DACs and PGAs
      ASoC: TWL4030: Move the Headset pop-attenuation code to PGA event
      ASoC: TWL4030: Add support for platform dependent configuration
      ASoC: SDP4030: Use the twl4030_setup_data for headset pop-removal
      ASoC: TWL4030: Differentiate the playback streams

 include/sound/soc.h        |   17 +-
 include/sound/wm9081.h     |   25 +
 sound/soc/codecs/Kconfig   |    4 +
 sound/soc/codecs/Makefile  |    2 +
 sound/soc/codecs/twl4030.c |  285 ++++++---
 sound/soc/codecs/twl4030.h |    5 +
 sound/soc/codecs/wm9081.c  | 1532 ++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm9081.h  |  787 +++++++++++++++++++++++
 sound/soc/omap/sdp3430.c   |    7 +
 9 files changed, 2559 insertions(+), 105 deletions(-)
 create mode 100644 include/sound/wm9081.h
 create mode 100644 sound/soc/codecs/wm9081.c
 create mode 100644 sound/soc/codecs/wm9081.h

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

* Re: ASoC updates for 2.6.31
  2009-05-22 20:21 Mark Brown
@ 2009-05-22 20:34 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-22 20:34 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Fri, 22 May 2009 21:21:24 +0100,
Mark Brown wrote:
> 
> The following changes since commit e24805dd85283ac0912b9c400768a4d171b400ff:
>   Atsushi Nemoto (1):
>         ASoC: Add TXx9 AC link controller driver (v3)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks, pulled now.


Takashi

> Mark Brown (2):
>       ASoC: Make snd_soc_read() and snd_soc_write() functions
>       ASoC: WM9081 mono DAC with integrated 2.6W class AB/D amplifier driver
> 
> Peter Ujfalusi (5):
>       ASoC: TWL4030: Change DAPM routings and controls for DACs and PGAs
>       ASoC: TWL4030: Move the Headset pop-attenuation code to PGA event
>       ASoC: TWL4030: Add support for platform dependent configuration
>       ASoC: SDP4030: Use the twl4030_setup_data for headset pop-removal
>       ASoC: TWL4030: Differentiate the playback streams
> 
>  include/sound/soc.h        |   17 +-
>  include/sound/wm9081.h     |   25 +
>  sound/soc/codecs/Kconfig   |    4 +
>  sound/soc/codecs/Makefile  |    2 +
>  sound/soc/codecs/twl4030.c |  285 ++++++---
>  sound/soc/codecs/twl4030.h |    5 +
>  sound/soc/codecs/wm9081.c  | 1532 ++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/wm9081.h  |  787 +++++++++++++++++++++++
>  sound/soc/omap/sdp3430.c   |    7 +
>  9 files changed, 2559 insertions(+), 105 deletions(-)
>  create mode 100644 include/sound/wm9081.h
>  create mode 100644 sound/soc/codecs/wm9081.c
>  create mode 100644 sound/soc/codecs/wm9081.h
> 

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

* ASoC updates for 2.6.31
@ 2009-05-25 12:07 Mark Brown
  2009-05-25 12:29 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-25 12:07 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 86ed3669f068b514ab85ffd548456a342b3fb8d3:
  Mark Brown (1):
        ASoC: WM9081 mono DAC with integrated 2.6W class AB/D amplifier driver

are available in the git repository at:

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

Jon Smirl (4):
      ASoC: Codec for STAC9766 used on the Efika
      ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2s
      ASoC: Rename the PSC functions to DMA
      ASoC: Add a few more mpc5200 PSC defines

Mark Brown (2):
      ASoC: Fix WM9081 PowerPC compiler issues
      ASoC: Fix minor issues in STAC9766 driver

Peter Ujfalusi (3):
      ASoC: TWL4030: Handsfree pop removal redesign
      ASoC: TWL4030: Add shadow register
      ASoC: TWL4030: HandsfreeL/R mute DAPM switch

 arch/powerpc/include/asm/mpc52xx_psc.h |   11 +
 sound/soc/codecs/Kconfig               |    4 +
 sound/soc/codecs/Makefile              |    2 +
 sound/soc/codecs/stac9766.c            |  463 +++++++++++++++++++++++
 sound/soc/codecs/stac9766.h            |   21 +
 sound/soc/codecs/twl4030.c             |   99 ++++-
 sound/soc/codecs/twl4030.h             |    7 +-
 sound/soc/codecs/wm9081.c              |    6 +-
 sound/soc/fsl/Kconfig                  |    4 +
 sound/soc/fsl/Makefile                 |    2 +
 sound/soc/fsl/mpc5200_dma.c            |  458 ++++++++++++++++++++++
 sound/soc/fsl/mpc5200_dma.h            |   81 ++++
 sound/soc/fsl/mpc5200_psc_i2s.c        |  645 ++++----------------------------
 13 files changed, 1217 insertions(+), 586 deletions(-)
 create mode 100644 sound/soc/codecs/stac9766.c
 create mode 100644 sound/soc/codecs/stac9766.h
 create mode 100644 sound/soc/fsl/mpc5200_dma.c
 create mode 100644 sound/soc/fsl/mpc5200_dma.h

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

* Re: ASoC updates for 2.6.31
  2009-05-25 12:07 Mark Brown
@ 2009-05-25 12:29 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-25 12:29 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Mon, 25 May 2009 13:07:57 +0100,
Mark Brown wrote:
> 
> The following changes since commit 86ed3669f068b514ab85ffd548456a342b3fb8d3:
>   Mark Brown (1):
>         ASoC: WM9081 mono DAC with integrated 2.6W class AB/D amplifier driver
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks.


Takashi

> Jon Smirl (4):
>       ASoC: Codec for STAC9766 used on the Efika
>       ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2s
>       ASoC: Rename the PSC functions to DMA
>       ASoC: Add a few more mpc5200 PSC defines
> 
> Mark Brown (2):
>       ASoC: Fix WM9081 PowerPC compiler issues
>       ASoC: Fix minor issues in STAC9766 driver
> 
> Peter Ujfalusi (3):
>       ASoC: TWL4030: Handsfree pop removal redesign
>       ASoC: TWL4030: Add shadow register
>       ASoC: TWL4030: HandsfreeL/R mute DAPM switch
> 
>  arch/powerpc/include/asm/mpc52xx_psc.h |   11 +
>  sound/soc/codecs/Kconfig               |    4 +
>  sound/soc/codecs/Makefile              |    2 +
>  sound/soc/codecs/stac9766.c            |  463 +++++++++++++++++++++++
>  sound/soc/codecs/stac9766.h            |   21 +
>  sound/soc/codecs/twl4030.c             |   99 ++++-
>  sound/soc/codecs/twl4030.h             |    7 +-
>  sound/soc/codecs/wm9081.c              |    6 +-
>  sound/soc/fsl/Kconfig                  |    4 +
>  sound/soc/fsl/Makefile                 |    2 +
>  sound/soc/fsl/mpc5200_dma.c            |  458 ++++++++++++++++++++++
>  sound/soc/fsl/mpc5200_dma.h            |   81 ++++
>  sound/soc/fsl/mpc5200_psc_i2s.c        |  645 ++++----------------------------
>  13 files changed, 1217 insertions(+), 586 deletions(-)
>  create mode 100644 sound/soc/codecs/stac9766.c
>  create mode 100644 sound/soc/codecs/stac9766.h
>  create mode 100644 sound/soc/fsl/mpc5200_dma.c
>  create mode 100644 sound/soc/fsl/mpc5200_dma.h
> 

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

* ASoC updates for 2.6.31
@ 2009-05-27 10:48 Mark Brown
  2009-05-27 13:58 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-27 10:48 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 0f89bdcac61536c5cb2a095a514657019573afb4:
  Peter Ujfalusi (1):
        ASoC: TWL4030: HandsfreeL/R mute DAPM switch

are available in the git repository at:

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

Jon Smirl (4):
      ASoC: Main rewite of the mpc5200 audio DMA code
      ASoC: AC97 driver for mpc5200
      ASoC: Support for AC97 on Phytec pmc030 base board.
      ASoC: Fabric bindings for STAC9766 on the Efika

Mark Brown (2):
      ASoC: Mark MPC5200 AC97 as BROKEN until PowerPC merge issues are resolved
      ASoC: Switch FSL SSI DAI over to symmetric_rates

 sound/soc/fsl/Kconfig               |   28 +++-
 sound/soc/fsl/Makefile              |    5 +
 sound/soc/fsl/efika-audio-fabric.c  |   90 +++++++
 sound/soc/fsl/fsl_ssi.c             |    9 +-
 sound/soc/fsl/mpc5200_dma.c         |  442 ++++++++++++++++++++++-------------
 sound/soc/fsl/mpc5200_dma.h         |   33 ++--
 sound/soc/fsl/mpc5200_psc_ac97.c    |  331 ++++++++++++++++++++++++++
 sound/soc/fsl/mpc5200_psc_ac97.h    |   15 ++
 sound/soc/fsl/mpc5200_psc_i2s.c     |  247 ++++----------------
 sound/soc/fsl/mpc5200_psc_i2s.h     |   12 +
 sound/soc/fsl/pcm030-audio-fabric.c |   90 +++++++
 11 files changed, 905 insertions(+), 397 deletions(-)
 create mode 100644 sound/soc/fsl/efika-audio-fabric.c
 create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.c
 create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.h
 create mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h
 create mode 100644 sound/soc/fsl/pcm030-audio-fabric.c

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

* Re: ASoC updates for 2.6.31
  2009-05-27 10:48 Mark Brown
@ 2009-05-27 13:58 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-27 13:58 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Wed, 27 May 2009 11:48:49 +0100,
Mark Brown wrote:
> 
> The following changes since commit 0f89bdcac61536c5cb2a095a514657019573afb4:
>   Peter Ujfalusi (1):
>         ASoC: TWL4030: HandsfreeL/R mute DAPM switch
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks, pulled now.


Takashi

> 
> Jon Smirl (4):
>       ASoC: Main rewite of the mpc5200 audio DMA code
>       ASoC: AC97 driver for mpc5200
>       ASoC: Support for AC97 on Phytec pmc030 base board.
>       ASoC: Fabric bindings for STAC9766 on the Efika
> 
> Mark Brown (2):
>       ASoC: Mark MPC5200 AC97 as BROKEN until PowerPC merge issues are resolved
>       ASoC: Switch FSL SSI DAI over to symmetric_rates
> 
>  sound/soc/fsl/Kconfig               |   28 +++-
>  sound/soc/fsl/Makefile              |    5 +
>  sound/soc/fsl/efika-audio-fabric.c  |   90 +++++++
>  sound/soc/fsl/fsl_ssi.c             |    9 +-
>  sound/soc/fsl/mpc5200_dma.c         |  442 ++++++++++++++++++++++-------------
>  sound/soc/fsl/mpc5200_dma.h         |   33 ++--
>  sound/soc/fsl/mpc5200_psc_ac97.c    |  331 ++++++++++++++++++++++++++
>  sound/soc/fsl/mpc5200_psc_ac97.h    |   15 ++
>  sound/soc/fsl/mpc5200_psc_i2s.c     |  247 ++++----------------
>  sound/soc/fsl/mpc5200_psc_i2s.h     |   12 +
>  sound/soc/fsl/pcm030-audio-fabric.c |   90 +++++++
>  11 files changed, 905 insertions(+), 397 deletions(-)
>  create mode 100644 sound/soc/fsl/efika-audio-fabric.c
>  create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.c
>  create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.h
>  create mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h
>  create mode 100644 sound/soc/fsl/pcm030-audio-fabric.c
> 

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

* ASoC updates for 2.6.31
@ 2009-05-28 18:04 Mark Brown
  2009-05-28 18:12 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-05-28 18:04 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 08d15f034e94251606479d7ca9070994c2e2fcf0:
  Mark Brown (1):
        ASoC: Switch FSL SSI DAI over to symmetric_rates

are available in the git repository at:

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

Chaithrika U S (1):
      ASoC: Add dummy S/PDIF codec support

Jon Smirl (1):
      ASoC: Modify mpc5200 AC97 driver to use V9 of spin_event_timeout()

Mark Brown (1):
      ASoC: Initialise dev for the dummy S/PDIF DAI

Roel Kluin (1):
      ASoC: correct print specifiers for unsigneds

 sound/soc/atmel/playpaq_wm8510.c     |    2 +-
 sound/soc/codecs/Kconfig             |    4 ++
 sound/soc/codecs/Makefile            |    2 +
 sound/soc/codecs/spdif_transciever.c |   71 ++++++++++++++++++++++++++++++++++
 sound/soc/codecs/spdif_transciever.h |   17 ++++++++
 sound/soc/codecs/tlv320aic23.c       |    4 +-
 sound/soc/codecs/uda134x.c           |    4 +-
 sound/soc/codecs/wm8350.c            |    2 +-
 sound/soc/codecs/wm8400.c            |    4 +-
 sound/soc/codecs/wm8510.c            |    2 +-
 sound/soc/codecs/wm8580.c            |    4 +-
 sound/soc/codecs/wm8753.c            |    2 +-
 sound/soc/codecs/wm8900.c            |    6 +-
 sound/soc/codecs/wm8990.c            |    2 +-
 sound/soc/codecs/wm9713.c            |    2 +-
 sound/soc/fsl/mpc5200_psc_ac97.c     |   30 +++++++--------
 sound/soc/pxa/pxa-ssp.c              |    4 +-
 sound/soc/s3c24xx/s3c-i2s-v2.c       |    4 +-
 sound/soc/sh/ssi.c                   |    2 +-
 19 files changed, 130 insertions(+), 38 deletions(-)
 create mode 100644 sound/soc/codecs/spdif_transciever.c
 create mode 100644 sound/soc/codecs/spdif_transciever.h

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

* Re: ASoC updates for 2.6.31
  2009-05-28 18:04 Mark Brown
@ 2009-05-28 18:12 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-05-28 18:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Thu, 28 May 2009 19:04:30 +0100,
Mark Brown wrote:
> 
> The following changes since commit 08d15f034e94251606479d7ca9070994c2e2fcf0:
>   Mark Brown (1):
>         ASoC: Switch FSL SSI DAI over to symmetric_rates
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks, pulled now.


Takashi

> Chaithrika U S (1):
>       ASoC: Add dummy S/PDIF codec support
> 
> Jon Smirl (1):
>       ASoC: Modify mpc5200 AC97 driver to use V9 of spin_event_timeout()
> 
> Mark Brown (1):
>       ASoC: Initialise dev for the dummy S/PDIF DAI
> 
> Roel Kluin (1):
>       ASoC: correct print specifiers for unsigneds
> 
>  sound/soc/atmel/playpaq_wm8510.c     |    2 +-
>  sound/soc/codecs/Kconfig             |    4 ++
>  sound/soc/codecs/Makefile            |    2 +
>  sound/soc/codecs/spdif_transciever.c |   71 ++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/spdif_transciever.h |   17 ++++++++
>  sound/soc/codecs/tlv320aic23.c       |    4 +-
>  sound/soc/codecs/uda134x.c           |    4 +-
>  sound/soc/codecs/wm8350.c            |    2 +-
>  sound/soc/codecs/wm8400.c            |    4 +-
>  sound/soc/codecs/wm8510.c            |    2 +-
>  sound/soc/codecs/wm8580.c            |    4 +-
>  sound/soc/codecs/wm8753.c            |    2 +-
>  sound/soc/codecs/wm8900.c            |    6 +-
>  sound/soc/codecs/wm8990.c            |    2 +-
>  sound/soc/codecs/wm9713.c            |    2 +-
>  sound/soc/fsl/mpc5200_psc_ac97.c     |   30 +++++++--------
>  sound/soc/pxa/pxa-ssp.c              |    4 +-
>  sound/soc/s3c24xx/s3c-i2s-v2.c       |    4 +-
>  sound/soc/sh/ssi.c                   |    2 +-
>  19 files changed, 130 insertions(+), 38 deletions(-)
>  create mode 100644 sound/soc/codecs/spdif_transciever.c
>  create mode 100644 sound/soc/codecs/spdif_transciever.h
> 

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

* ASoC updates for 2.6.31
@ 2009-06-03 10:51 Mark Brown
  2009-06-03 11:02 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-06-03 10:51 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 203350c1a8e23adf17fd9a96d8bfc7adf63c1ff6:
  Mark Brown (1):
        ASoC: Initialise dev for the dummy S/PDIF DAI

are available in the git repository at:

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

Cliff Cai (3):
      ASoC: SSM2602: remove unsupported sample rates
      ASoC: Blackfin: set the transfer size according the ac97_frame size
      ASoC: SSM2602: assign last substream to the master when shutting down

Peter Ujfalusi (2):
      ASoC: TWL4030: Use reg_cache in twl4030_init_chip
      ASoC: TWL4030: Check the interface format for 4 channel mode

Sonic Zhang (1):
      ASoC: Blackfin: document how anomaly 05000250 is handled

 sound/soc/blackfin/bf5xx-ac97.c  |    9 +++++++++
 sound/soc/blackfin/bf5xx-sport.c |    4 ++--
 sound/soc/codecs/ssm2602.c       |   33 +++++++++++++++++++--------------
 sound/soc/codecs/twl4030.c       |   16 +++++++++++-----
 4 files changed, 41 insertions(+), 21 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-06-03 10:51 Mark Brown
@ 2009-06-03 11:02 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-06-03 11:02 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Wed, 3 Jun 2009 11:51:50 +0100,
Mark Brown wrote:
> 
> The following changes since commit 203350c1a8e23adf17fd9a96d8bfc7adf63c1ff6:
>   Mark Brown (1):
>         ASoC: Initialise dev for the dummy S/PDIF DAI
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks, pulled now.


Takashi

> Cliff Cai (3):
>       ASoC: SSM2602: remove unsupported sample rates
>       ASoC: Blackfin: set the transfer size according the ac97_frame size
>       ASoC: SSM2602: assign last substream to the master when shutting down
> 
> Peter Ujfalusi (2):
>       ASoC: TWL4030: Use reg_cache in twl4030_init_chip
>       ASoC: TWL4030: Check the interface format for 4 channel mode
> 
> Sonic Zhang (1):
>       ASoC: Blackfin: document how anomaly 05000250 is handled
> 
>  sound/soc/blackfin/bf5xx-ac97.c  |    9 +++++++++
>  sound/soc/blackfin/bf5xx-sport.c |    4 ++--
>  sound/soc/codecs/ssm2602.c       |   33 +++++++++++++++++++--------------
>  sound/soc/codecs/twl4030.c       |   16 +++++++++++-----
>  4 files changed, 41 insertions(+), 21 deletions(-)
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

* ASoC updates for 2.6.31
@ 2009-06-21 13:15 Mark Brown
  2009-06-22  6:20 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-06-21 13:15 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit ef39412622b6e8f09c383de9565b07e93553fc27:
  Takashi Iwai (1):
        ASoC: Kill BUS_ID_SIZE

are available in the git repository at:

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

Barry Song (1):
      ASoC: Blackfin: update the bf5xx_i2s_resume parameters

Cliff Cai (1):
      ASoC: Blackfin: keep better track of SPORT configuration state

 sound/soc/blackfin/bf5xx-i2s.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-06-21 13:15 Mark Brown
@ 2009-06-22  6:20 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-06-22  6:20 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Sun, 21 Jun 2009 14:15:31 +0100,
Mark Brown wrote:
> 
> The following changes since commit ef39412622b6e8f09c383de9565b07e93553fc27:
>   Takashi Iwai (1):
>         ASoC: Kill BUS_ID_SIZE
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks.


Takashi

> Barry Song (1):
>       ASoC: Blackfin: update the bf5xx_i2s_resume parameters
> 
> Cliff Cai (1):
>       ASoC: Blackfin: keep better track of SPORT configuration state
> 
>  sound/soc/blackfin/bf5xx-i2s.c |   10 +++++++---
>  1 files changed, 7 insertions(+), 3 deletions(-)
> 

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

* Re: ASoC updates for 2.6.31
@ 2009-06-25 13:09 Mark Brown
  2009-06-25 13:35 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-06-25 13:09 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 28d0325ce6e0a52f53d8af687e6427fee59004d3:
  Linus Torvalds (1):
        Linux 2.6.31-rc1

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Peter Ujfalusi (1):
      MAINTAINERS: Add entry for twl4030 series soc codec driver

 MAINTAINERS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-06-25 13:09 Mark Brown
@ 2009-06-25 13:35 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-06-25 13:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Thu, 25 Jun 2009 14:09:39 +0100,
Mark Brown wrote:
> 
> The following changes since commit 28d0325ce6e0a52f53d8af687e6427fee59004d3:
>   Linus Torvalds (1):
>         Linux 2.6.31-rc1
> 
> are available in the git repository at:
> 
>   ssh://master.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Thanks.  This gave me a merge error (because other entries have been
added to MAINTAINERS) so I corrected manually.

So, I based my 2.6.32 asoc branch on this to avoid the doubly merge
corrections, and I pulled your 2.6.32 branch there, too.

Now everything should be settled doen, you can forward gracefully by
just pulling from my branches :)


Takashi

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

* ASoC updates for 2.6.31
@ 2009-07-01 20:45 Mark Brown
  2009-07-02  8:55 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-07-01 20:45 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 10121a12e2380fb34b6e646a8e367add06d036c3:
  Takashi Iwai (1):
        Merge branch 'for-2.6.31' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc

are available in the git repository at:

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

Grant Likely (2):
      ASoC: Fix typo in MPC5200 PSC AC97 driver Kconfig
      ASoC: remove BROKEN from Efika and pcm030 fabric drivers

Janusz Krzysztofik (1):
      ASoC: OMAP: fix OMAP1510 broken PCM pointer callback

Mark Brown (1):
      ASoC: Only disable pxa2xx-i2s clocks if we enabled them

 sound/soc/fsl/Kconfig      |    6 +++---
 sound/soc/omap/omap-pcm.c  |   11 +++++++----
 sound/soc/pxa/pxa2xx-i2s.c |    7 ++++++-
 3 files changed, 16 insertions(+), 8 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-07-01 20:45 Mark Brown
@ 2009-07-02  8:55 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-07-02  8:55 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Wed, 1 Jul 2009 21:45:05 +0100,
Mark Brown wrote:
> 
> The following changes since commit 10121a12e2380fb34b6e646a8e367add06d036c3:
>   Takashi Iwai (1):
>         Merge branch 'for-2.6.31' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled now.  Thanks.


Takashi

> Grant Likely (2):
>       ASoC: Fix typo in MPC5200 PSC AC97 driver Kconfig
>       ASoC: remove BROKEN from Efika and pcm030 fabric drivers
> 
> Janusz Krzysztofik (1):
>       ASoC: OMAP: fix OMAP1510 broken PCM pointer callback
> 
> Mark Brown (1):
>       ASoC: Only disable pxa2xx-i2s clocks if we enabled them
> 
>  sound/soc/fsl/Kconfig      |    6 +++---
>  sound/soc/omap/omap-pcm.c  |   11 +++++++----
>  sound/soc/pxa/pxa2xx-i2s.c |    7 ++++++-
>  3 files changed, 16 insertions(+), 8 deletions(-)
> 

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

* ASoC updates for 2.6.31
@ 2009-07-06 20:49 Mark Brown
  2009-07-07  5:56 ` Takashi Iwai
  0 siblings, 1 reply; 56+ messages in thread
From: Mark Brown @ 2009-07-06 20:49 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit da9ff1f796e81976935407251815838bef9868d4:
  Mark Brown (1):
        ASoC: Only disable pxa2xx-i2s clocks if we enabled them

are available in the git repository at:

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

Grant Likely (2):
      ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is cleared
      ASoC: add locking to mpc5200-psc-ac97 driver

Lars-Peter Clausen (1):
      ASoC: Fix wm8753 register cache size and initialization

Mark Brown (1):
      ASoC: Fix register cache initialisation for WM8753

 sound/soc/codecs/wm8753.c        |    6 +++---
 sound/soc/fsl/mpc5200_dma.c      |    1 +
 sound/soc/fsl/mpc5200_dma.h      |    1 +
 sound/soc/fsl/mpc5200_psc_ac97.c |   17 ++++++++++++++++-
 4 files changed, 21 insertions(+), 4 deletions(-)

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

* Re: ASoC updates for 2.6.31
  2009-07-06 20:49 Mark Brown
@ 2009-07-07  5:56 ` Takashi Iwai
  0 siblings, 0 replies; 56+ messages in thread
From: Takashi Iwai @ 2009-07-07  5:56 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

At Mon, 6 Jul 2009 21:49:01 +0100,
Mark Brown wrote:
> 
> The following changes since commit da9ff1f796e81976935407251815838bef9868d4:
>   Mark Brown (1):
>         ASoC: Only disable pxa2xx-i2s clocks if we enabled them
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.31

Pulled both branches now.  Thanks.


Takashi

> Grant Likely (2):
>       ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is cleared
>       ASoC: add locking to mpc5200-psc-ac97 driver
> 
> Lars-Peter Clausen (1):
>       ASoC: Fix wm8753 register cache size and initialization
> 
> Mark Brown (1):
>       ASoC: Fix register cache initialisation for WM8753
> 
>  sound/soc/codecs/wm8753.c        |    6 +++---
>  sound/soc/fsl/mpc5200_dma.c      |    1 +
>  sound/soc/fsl/mpc5200_dma.h      |    1 +
>  sound/soc/fsl/mpc5200_psc_ac97.c |   17 ++++++++++++++++-
>  4 files changed, 21 insertions(+), 4 deletions(-)
> 

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

* ASoC updates for 2.6.31
@ 2009-07-10 19:25 Mark Brown
  0 siblings, 0 replies; 56+ messages in thread
From: Mark Brown @ 2009-07-10 19:25 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

The following changes since commit 637a935aaba2f05e2178c9d1b714d7a2c36c8b44:
  Lars-Peter Clausen (1):
        ASoC: Fix wm8753 register cache size and initialization

are available in the git repository at:

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

Daniel Mack (1):
      ASoC: Fix NULL pointer dereference in __pxa2xx_pcm_hw_free

 sound/arm/pxa2xx-pcm-lib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2009-07-10 19:25 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 10:01 ASoC updates for 2.6.31 Mark Brown
2009-05-05 10:02 ` [PATCH 01/18] ASoC: Fix error message formatting in s3c64xx-i2s driver Mark Brown
2009-05-05 10:02 ` [PATCH 02/18] ASoC: Check for supported CPUs when building s3c-i2s-v2 Mark Brown
2009-05-05 10:02 ` [PATCH 03/18] ASoC: Make S3C64xx clock export function to return struct clk Mark Brown
2009-05-05 10:02 ` [PATCH 04/18] ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit Mark Brown
2009-05-05 10:02 ` [PATCH 05/18] ASoC: Fix boot warnings from S3C IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 06/18] ASoC: Allow use of resource from the platform device for " Mark Brown
2009-05-05 10:02 ` [PATCH 07/18] ASoC: Display the clock rate used as the basis for rate calculation Mark Brown
2009-05-05 10:02 ` [PATCH 08/18] ASoC: Display S3C IISv2 mode and MS errors by default Mark Brown
2009-05-05 10:02 ` [PATCH 09/18] ASoC: Staticise txctrl and rxctrl for S3C IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 10/18] ASoC: Use platform device resource for S3C64xx IISv2 Mark Brown
2009-05-05 10:02 ` [PATCH 11/18] ASoC: Use a shared define for AC97 CODEC data formats Mark Brown
2009-05-05 10:02 ` [PATCH 12/18] ASoC: Remove unused DAI format defines Mark Brown
2009-05-05 10:02 ` [PATCH 13/18] ASoC: Fix errors in WM8990 Mark Brown
2009-05-05 10:02 ` [PATCH 14/18] ASoC: TWL4030: Add VDL analog bypass Mark Brown
2009-05-05 10:02 ` [PATCH 15/18] ASoC: TWL4030: Add voice digital loopback: sidetone Mark Brown
2009-05-05 10:02 ` [PATCH 16/18] ASoC: IMote2 ASoC Support Mark Brown
2009-05-05 10:02 ` [PATCH 17/18] ASoC: TWL4030: Add VIBRA output Mark Brown
2009-05-05 10:02 ` [PATCH 18/18] ASoC: Remove redundant codec pointer from DAIs Mark Brown
2009-05-05 10:45 ` ASoC updates for 2.6.31 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2009-07-10 19:25 Mark Brown
2009-07-06 20:49 Mark Brown
2009-07-07  5:56 ` Takashi Iwai
2009-07-01 20:45 Mark Brown
2009-07-02  8:55 ` Takashi Iwai
2009-06-25 13:09 Mark Brown
2009-06-25 13:35 ` Takashi Iwai
2009-06-21 13:15 Mark Brown
2009-06-22  6:20 ` Takashi Iwai
2009-06-03 10:51 Mark Brown
2009-06-03 11:02 ` Takashi Iwai
2009-05-28 18:04 Mark Brown
2009-05-28 18:12 ` Takashi Iwai
2009-05-27 10:48 Mark Brown
2009-05-27 13:58 ` Takashi Iwai
2009-05-25 12:07 Mark Brown
2009-05-25 12:29 ` Takashi Iwai
2009-05-22 20:21 Mark Brown
2009-05-22 20:34 ` Takashi Iwai
2009-05-19 19:27 Mark Brown
2009-05-19 19:39 ` Takashi Iwai
2009-05-18 15:04 Mark Brown
2009-05-18 15:16 ` Takashi Iwai
2009-05-15  8:23 ASoC updates for 2.6.30 Mark Brown
2009-05-15  8:26 ` ASoC updates for 2.6.31 Mark Brown
2009-05-15  8:34   ` Takashi Iwai
2009-05-12 10:25 Mark Brown
2009-05-08 12:57 Mark Brown
2009-05-08 14:37 ` Takashi Iwai
2009-04-28 15:22 Mark Brown
2009-04-23 19:54 Mark Brown
2009-04-24  6:10 ` Takashi Iwai
2009-04-20 11:58 Mark Brown
2009-04-20 12:05 ` Takashi Iwai
2009-04-16 13:50 Mark Brown
2009-04-16 14:06 ` Takashi Iwai
2009-04-14 12:32 Mark Brown

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