All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC updates for v3.11
@ 2013-06-28 11:34 Mark Brown
  2013-06-28 11:39 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2013-06-28 11:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:

  Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-2

for you to fetch changes up to 27516080b21cbcb936440d2a3171867860b9a881:

  Merge remote-tracking branch 'asoc/topic/x86' into asoc-next (2013-06-28 12:17:07 +0100)

The diffstat is a bit odd I think due to the synthetic tree I generated
in an effort to cut out the fixes from v3.10-rc7 from it :/

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

ASoC: More updates for v3.11

Some more fixes and enhancements, and also a bunch of refectoring for
AC'97 support which enables more than one AC'97 controller driver to be
built in.

----------------------------------------------------------------
Daniel Mack (10):
      ASoC: tas5086: open-code I2C transfer routines
      ASoC: tas5086: add more register defines
      ASoC: tas5086: add DAPM mux controls
      ASoC: tas5086: add support for pwm start mode config
      ASoC: adau1701: move firmware download to adau1701_reset()
      ASoC: adau1701: allow configuration of PLL mode pins
      ASoC: adau1701: switch to direct regmap API usage
      ASoC: adau1701: add support for pin muxing
      ASoC: tas5086: fix TAS5086_CLOCK_CONTROL register size
      ASoC: tas5086: fix Mid-Z implementation

Lars-Peter Clausen (11):
      ASoC: tlv320aix3x: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm8400: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
      ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm8904: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm8990: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
      ASoC: wm8991: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
      ASoC: wm8994: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm8995: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm_hubs: Use SOC_SINGLE_EXT() instead of open-coding it
      ASoC: wm_adsp: Use SND_SOC_DAPM_PGA_E() instead of open-coding it
      ASoC: 88pm860x: Use SND_SOC_DAPM_PGA_E() instead of open-coding it

Mark Brown (25):
      ASoC: stac9766: Remove version number
      ASoC: wm9705: Remove noisy print on boot
      ASoC: samsung-ac97: Use devm_clk_get()
      ASoC: samsung-ac97: Convert to devm_ioremap_resource()
      ASoC: psc-ac97: Use devm_ioremap_resource()
      ASoC: psc-ac97: Convert to module_platform_driver()
      ASoC: ac97c: Use module_platform_driver()
      ASoC: bf5xx-ac97: Convert to devm_gpio_request_one()
      ASoC: ep93xx: Remove redundant dev_set_drvdata() calls
      ASoC: nuc900-ac97: Convert to use devm_ APIs
      ASoC: tegra20-ac97: Convert to devm_clk_get()
      ASoC: tegra20-ac97: Convert to devm_ioremap_resource()
      ASoC: tegra-ac97: Do common and clock init prior to component registration
      ASoC: txx9aclc_ac97: Convert to devm_ioremap_resource()
      ASoC: wm9705: Remove noisy print on boot
      Merge branch 'topic/stac9766' of git://git.kernel.org/.../broonie/sound into asoc-ac97
      Merge branch 'topic/wm9705' of git://git.kernel.org/.../broonie/sound into asoc-ac97
      ASoC: ac97: Support multi-platform AC'97
      ASoC: mfld: Remove unused variable
      Merge remote-tracking branch 'asoc/topic/adau1701' into asoc-next
      Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
      Merge remote-tracking branch 'asoc/topic/ext' into asoc-next
      Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-next
      Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-next
      Merge remote-tracking branch 'asoc/topic/x86' into asoc-next

Peter Ujfalusi (4):
      ASoC: twl6040: Drop using devm_request_threaded_irq()
      mfd: twl6040: Update register bit definitions
      ASoC: twl6040: Assign id for each DAI
      ASoC: twl6040: Add digital mute support

Wei Yongjun (1):
      ASoC: mid-x86: Convert to use devm_* APIs

 .../devicetree/bindings/sound/adi,adau1701.txt     |  35 ++
 .../devicetree/bindings/sound/ti,tas5086.txt       |  11 +
 include/linux/mfd/twl6040.h                        |   7 +
 include/sound/soc.h                                |   4 +-
 sound/soc/au1x/ac97c.c                             |  21 +-
 sound/soc/au1x/psc-ac97.c                          |  33 +-
 sound/soc/blackfin/bf5xx-ac97.c                    |  29 +-
 sound/soc/cirrus/ep93xx-ac97.c                     |  12 +-
 sound/soc/codecs/88pm860x-codec.c                  |   6 +-
 sound/soc/codecs/ac97.c                            |   7 +-
 sound/soc/codecs/ad1980.c                          |  12 +-
 sound/soc/codecs/adau1701.c                        | 302 ++++++++++++--
 sound/soc/codecs/stac9766.c                        |  26 +-
 sound/soc/codecs/tas5086.c                         | 330 ++++++++++++++-
 sound/soc/codecs/tlv320aic3x.c                     |   6 +-
 sound/soc/codecs/twl6040.c                         | 109 ++++-
 sound/soc/codecs/wm8400.c                          |   9 +-
 sound/soc/codecs/wm8903.c                          |   6 +-
 sound/soc/codecs/wm8904.c                          |   9 +-
 sound/soc/codecs/wm8990.c                          |  11 +-
 sound/soc/codecs/wm8991.h                          |   9 +-
 sound/soc/codecs/wm8994.c                          |  12 +-
 sound/soc/codecs/wm8995.h                          |   7 +-
 sound/soc/codecs/wm9705.c                          |  16 +-
 sound/soc/codecs/wm9712.c                          |  18 +-
 sound/soc/codecs/wm9713.c                          |  18 +-
 sound/soc/codecs/wm_adsp.c                         | 459 ++++++++++++++++++++-
 sound/soc/codecs/wm_adsp.h                         |  13 +-
 sound/soc/codecs/wm_hubs.c                         |   6 +-
 sound/soc/fsl/imx-ssi.c                            |  11 +-
 sound/soc/fsl/mpc5200_psc_ac97.c                   |  10 +-
 sound/soc/mid-x86/mfld_machine.c                   |  32 +-
 sound/soc/nuc900/nuc900-ac97.c                     |  60 +--
 sound/soc/pxa/pxa2xx-ac97.c                        |   8 +-
 sound/soc/samsung/ac97.c                           |  42 +-
 sound/soc/sh/hac.c                                 |   8 +-
 sound/soc/soc-core.c                               |  16 +
 sound/soc/tegra/tegra20_ac97.c                     |  66 ++-
 sound/soc/txx9/txx9aclc-ac97.c                     |  17 +-
 39 files changed, 1447 insertions(+), 366 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1701.txt

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

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



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

* Re: ASoC updates for v3.11
  2013-06-28 11:34 ASoC updates for v3.11 Mark Brown
@ 2013-06-28 11:39 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2013-06-28 11:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 28 Jun 2013 12:34:31 +0100,
Mark Brown wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:
> 
>   Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-2
> 
> for you to fetch changes up to 27516080b21cbcb936440d2a3171867860b9a881:
> 
>   Merge remote-tracking branch 'asoc/topic/x86' into asoc-next (2013-06-28 12:17:07 +0100)
> 
> The diffstat is a bit odd I think due to the synthetic tree I generated
> in an effort to cut out the fixes from v3.10-rc7 from it :/
> 
> ----------------------------------------------------------------
> 
> ASoC: More updates for v3.11
> 
> Some more fixes and enhancements, and also a bunch of refectoring for
> AC'97 support which enables more than one AC'97 controller driver to be
> built in.

Thanks, pulled now.


Takashi


> ----------------------------------------------------------------
> Daniel Mack (10):
>       ASoC: tas5086: open-code I2C transfer routines
>       ASoC: tas5086: add more register defines
>       ASoC: tas5086: add DAPM mux controls
>       ASoC: tas5086: add support for pwm start mode config
>       ASoC: adau1701: move firmware download to adau1701_reset()
>       ASoC: adau1701: allow configuration of PLL mode pins
>       ASoC: adau1701: switch to direct regmap API usage
>       ASoC: adau1701: add support for pin muxing
>       ASoC: tas5086: fix TAS5086_CLOCK_CONTROL register size
>       ASoC: tas5086: fix Mid-Z implementation
> 
> Lars-Peter Clausen (11):
>       ASoC: tlv320aix3x: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm8400: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
>       ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm8904: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm8990: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
>       ASoC: wm8991: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
>       ASoC: wm8994: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm8995: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm_hubs: Use SOC_SINGLE_EXT() instead of open-coding it
>       ASoC: wm_adsp: Use SND_SOC_DAPM_PGA_E() instead of open-coding it
>       ASoC: 88pm860x: Use SND_SOC_DAPM_PGA_E() instead of open-coding it
> 
> Mark Brown (25):
>       ASoC: stac9766: Remove version number
>       ASoC: wm9705: Remove noisy print on boot
>       ASoC: samsung-ac97: Use devm_clk_get()
>       ASoC: samsung-ac97: Convert to devm_ioremap_resource()
>       ASoC: psc-ac97: Use devm_ioremap_resource()
>       ASoC: psc-ac97: Convert to module_platform_driver()
>       ASoC: ac97c: Use module_platform_driver()
>       ASoC: bf5xx-ac97: Convert to devm_gpio_request_one()
>       ASoC: ep93xx: Remove redundant dev_set_drvdata() calls
>       ASoC: nuc900-ac97: Convert to use devm_ APIs
>       ASoC: tegra20-ac97: Convert to devm_clk_get()
>       ASoC: tegra20-ac97: Convert to devm_ioremap_resource()
>       ASoC: tegra-ac97: Do common and clock init prior to component registration
>       ASoC: txx9aclc_ac97: Convert to devm_ioremap_resource()
>       ASoC: wm9705: Remove noisy print on boot
>       Merge branch 'topic/stac9766' of git://git.kernel.org/.../broonie/sound into asoc-ac97
>       Merge branch 'topic/wm9705' of git://git.kernel.org/.../broonie/sound into asoc-ac97
>       ASoC: ac97: Support multi-platform AC'97
>       ASoC: mfld: Remove unused variable
>       Merge remote-tracking branch 'asoc/topic/adau1701' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/ext' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-next
>       Merge remote-tracking branch 'asoc/topic/x86' into asoc-next
> 
> Peter Ujfalusi (4):
>       ASoC: twl6040: Drop using devm_request_threaded_irq()
>       mfd: twl6040: Update register bit definitions
>       ASoC: twl6040: Assign id for each DAI
>       ASoC: twl6040: Add digital mute support
> 
> Wei Yongjun (1):
>       ASoC: mid-x86: Convert to use devm_* APIs
> 
>  .../devicetree/bindings/sound/adi,adau1701.txt     |  35 ++
>  .../devicetree/bindings/sound/ti,tas5086.txt       |  11 +
>  include/linux/mfd/twl6040.h                        |   7 +
>  include/sound/soc.h                                |   4 +-
>  sound/soc/au1x/ac97c.c                             |  21 +-
>  sound/soc/au1x/psc-ac97.c                          |  33 +-
>  sound/soc/blackfin/bf5xx-ac97.c                    |  29 +-
>  sound/soc/cirrus/ep93xx-ac97.c                     |  12 +-
>  sound/soc/codecs/88pm860x-codec.c                  |   6 +-
>  sound/soc/codecs/ac97.c                            |   7 +-
>  sound/soc/codecs/ad1980.c                          |  12 +-
>  sound/soc/codecs/adau1701.c                        | 302 ++++++++++++--
>  sound/soc/codecs/stac9766.c                        |  26 +-
>  sound/soc/codecs/tas5086.c                         | 330 ++++++++++++++-
>  sound/soc/codecs/tlv320aic3x.c                     |   6 +-
>  sound/soc/codecs/twl6040.c                         | 109 ++++-
>  sound/soc/codecs/wm8400.c                          |   9 +-
>  sound/soc/codecs/wm8903.c                          |   6 +-
>  sound/soc/codecs/wm8904.c                          |   9 +-
>  sound/soc/codecs/wm8990.c                          |  11 +-
>  sound/soc/codecs/wm8991.h                          |   9 +-
>  sound/soc/codecs/wm8994.c                          |  12 +-
>  sound/soc/codecs/wm8995.h                          |   7 +-
>  sound/soc/codecs/wm9705.c                          |  16 +-
>  sound/soc/codecs/wm9712.c                          |  18 +-
>  sound/soc/codecs/wm9713.c                          |  18 +-
>  sound/soc/codecs/wm_adsp.c                         | 459 ++++++++++++++++++++-
>  sound/soc/codecs/wm_adsp.h                         |  13 +-
>  sound/soc/codecs/wm_hubs.c                         |   6 +-
>  sound/soc/fsl/imx-ssi.c                            |  11 +-
>  sound/soc/fsl/mpc5200_psc_ac97.c                   |  10 +-
>  sound/soc/mid-x86/mfld_machine.c                   |  32 +-
>  sound/soc/nuc900/nuc900-ac97.c                     |  60 +--
>  sound/soc/pxa/pxa2xx-ac97.c                        |   8 +-
>  sound/soc/samsung/ac97.c                           |  42 +-
>  sound/soc/sh/hac.c                                 |   8 +-
>  sound/soc/soc-core.c                               |  16 +
>  sound/soc/tegra/tegra20_ac97.c                     |  66 ++-
>  sound/soc/txx9/txx9aclc-ac97.c                     |  17 +-
>  39 files changed, 1447 insertions(+), 366 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1701.txt
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

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

At Thu, 15 Aug 2013 18:28:32 +0100,
Mark Brown wrote:
> 
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
> 
>   Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-rc5
> 
> for you to fetch changes up to 44ffb69ec617f64cd83182e8b64d93b84758d636:
> 
>   Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus (2013-08-15 11:37:54 +0100)
> 
> ----------------------------------------------------------------
> 
> ASoC: Fixes for v3.11
> 
> A few driver specific fixes here plus one core fix for a memory
> corruption issue in DAPM initialisation which could lead to crashes.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Brian Austin (2):
>       ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep Volume
>       ASoC: cs42l52: Add new TLV for Beep Volume
> 
> Lars-Peter Clausen (1):
>       ASoC: dapm: Fix empty list check in dapm_new_mux()
> 
> Lothar Waßmann (2):
>       ASoC: sgtl5000: prevent playback to be muted when terminating concurrent capture
>       ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' control
> 
> Mark Brown (4):
>       Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus
> 
> Stephen Warren (1):
>       ASoC: tegra: fix Tegra30 I2S capture parameter setup
> 
>  sound/soc/codecs/cs42l52.c    |  5 ++++-
>  sound/soc/codecs/sgtl5000.c   | 18 ++++++++++++++----
>  sound/soc/soc-dapm.c          |  7 ++++---
>  sound/soc/tegra/tegra30_i2s.c |  2 +-
>  4 files changed, 23 insertions(+), 9 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

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


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

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-rc5

for you to fetch changes up to 44ffb69ec617f64cd83182e8b64d93b84758d636:

  Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus (2013-08-15 11:37:54 +0100)

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

ASoC: Fixes for v3.11

A few driver specific fixes here plus one core fix for a memory
corruption issue in DAPM initialisation which could lead to crashes.

----------------------------------------------------------------
Brian Austin (2):
      ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep Volume
      ASoC: cs42l52: Add new TLV for Beep Volume

Lars-Peter Clausen (1):
      ASoC: dapm: Fix empty list check in dapm_new_mux()

Lothar Waßmann (2):
      ASoC: sgtl5000: prevent playback to be muted when terminating concurrent capture
      ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' control

Mark Brown (4):
      Merge remote-tracking branch 'asoc/fix/cs42l52' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus

Stephen Warren (1):
      ASoC: tegra: fix Tegra30 I2S capture parameter setup

 sound/soc/codecs/cs42l52.c    |  5 ++++-
 sound/soc/codecs/sgtl5000.c   | 18 ++++++++++++++----
 sound/soc/soc-dapm.c          |  7 ++++---
 sound/soc/tegra/tegra30_i2s.c |  2 +-
 4 files changed, 23 insertions(+), 9 deletions(-)

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

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



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

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

At Fri, 5 Jul 2013 10:48:30 +0100,
Mark Brown wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> The following changes since commit 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376:
> 
>   Linux 3.10 (2013-06-30 15:13:29 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-4
> 
> for you to fetch changes up to 70a9f8797ce298544cfd07328ff59f00488bc491:
> 
>   Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus (2013-07-04 18:30:03 +0100)
> 
> ----------------------------------------------------------------
> 
> ASoC: Updates for v3.11
> 
> A few small fixes, all driver specific.  The removal of the GPIO based
> pinmuxing is a bug fix, since the obsolete nodes had been removed from
> the DT it stopped the driver loading.

Thanks, pulled.


Takashi

> ----------------------------------------------------------------
> Arnaud Patard (1):
>       ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found
> 
> Mark Brown (5):
>       ASoC: samsung: Remove obsolete GPIO based DT pinmuxing
>       Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/mxs' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus
> 
> Sachin Kamat (1):
>       ASoC: Samsung: Remove redundant comment
> 
> Shawn Guo (2):
>       ASoC: mxs: register saif mclk to clock framework
>       ASoC: wm8962: fix NULL pdata pointer
> 
>  Documentation/devicetree/bindings/mfd/arizona.txt  |   62 +
>  .../devicetree/bindings/sound/adi,adau1701.txt     |   23 +
>  .../devicetree/bindings/sound/imx-audio-wm8962.txt |   46 +
>  .../devicetree/bindings/sound/mxs-saif.txt         |   17 +-
>  .../bindings/sound/nvidia,tegra-audio-rt5640.txt   |   71 +
>  Documentation/devicetree/bindings/sound/rt5640.txt |   30 +
>  .../devicetree/bindings/sound/sgtl5000.txt         |    3 +
>  .../devicetree/bindings/sound/spdif-receiver.txt   |   10 +
>  .../bindings/sound/spdif-transmitter.txt           |   10 +
>  .../devicetree/bindings/sound/ssm2518.txt          |   20 +
>  Documentation/devicetree/bindings/sound/wm8962.txt |   23 +
>  arch/blackfin/mach-bf527/boards/ad7160eval.c       |   12 -
>  arch/blackfin/mach-bf527/boards/ezkit.c            |   32 +-
>  arch/blackfin/mach-bf533/boards/ezkit.c            |   12 -
>  arch/blackfin/mach-bf533/boards/stamp.c            |   35 +-
>  arch/blackfin/mach-bf537/boards/stamp.c            |   30 +-
>  arch/blackfin/mach-bf548/boards/ezkit.c            |   28 +-
>  arch/blackfin/mach-bf561/boards/ezkit.c            |   14 +-
>  arch/blackfin/mach-bf609/boards/ezkit.c            |    2 +-
>  drivers/mfd/arizona-core.c                         |  234 ++-
>  drivers/mfd/arizona-i2c.c                          |   10 +-
>  drivers/mfd/arizona-spi.c                          |   10 +-
>  drivers/mfd/arizona.h                              |   12 +
>  drivers/mfd/wm5102-tables.c                        |    9 +-
>  drivers/mfd/wm5110-tables.c                        |    8 +
>  drivers/misc/atmel-ssc.c                           |    8 +-
>  include/linux/mfd/arizona/core.h                   |    2 +
>  include/linux/mfd/arizona/pdata.h                  |    2 +-
>  include/linux/mfd/arizona/registers.h              |   47 +
>  include/linux/mfd/wm8994/pdata.h                   |    5 +
>  include/linux/mfd/wm8994/registers.h               |    8 +
>  include/linux/platform_data/ssm2518.h              |   22 +
>  include/sound/rt5640.h                             |   22 +
>  include/sound/soc-dapm.h                           |    3 +-
>  sound/soc/Kconfig                                  |    1 +
>  sound/soc/Makefile                                 |    1 +
>  sound/soc/atmel/sam9g20_wm8731.c                   |    9 -
>  sound/soc/blackfin/Kconfig                         |   47 +-
>  sound/soc/blackfin/Makefile                        |    4 -
>  sound/soc/blackfin/bf5xx-ac97-pcm.c                |    1 -
>  sound/soc/blackfin/bf5xx-ac97-pcm.h                |   26 -
>  sound/soc/blackfin/bf5xx-ac97.c                    |    8 +-
>  sound/soc/blackfin/bf5xx-ad1836.c                  |   19 +-
>  sound/soc/blackfin/bf5xx-ad193x.c                  |   40 +-
>  sound/soc/blackfin/bf5xx-ad1980.c                  |    1 -
>  sound/soc/blackfin/bf5xx-ad73311.c                 |    1 -
>  sound/soc/blackfin/bf5xx-i2s-pcm.c                 |  183 +-
>  sound/soc/blackfin/bf5xx-i2s-pcm.h                 |   21 +-
>  sound/soc/blackfin/bf5xx-i2s.c                     |  129 +-
>  sound/soc/blackfin/bf5xx-sport.c                   |   10 +-
>  sound/soc/blackfin/bf5xx-sport.h                   |    2 +-
>  sound/soc/blackfin/bf5xx-ssm2602.c                 |    1 -
>  sound/soc/blackfin/bf5xx-tdm-pcm.c                 |  345 ----
>  sound/soc/blackfin/bf5xx-tdm-pcm.h                 |   18 -
>  sound/soc/blackfin/bf5xx-tdm.c                     |  328 ---
>  sound/soc/blackfin/bf5xx-tdm.h                     |   23 -
>  sound/soc/cirrus/Kconfig                           |    2 +-
>  sound/soc/cirrus/ep93xx-ac97.c                     |   16 +-
>  sound/soc/cirrus/ep93xx-i2s.c                      |   16 +-
>  sound/soc/cirrus/ep93xx-pcm.c                      |  138 +-
>  sound/soc/codecs/88pm860x-codec.c                  |    9 +-
>  sound/soc/codecs/Kconfig                           |   18 +-
>  sound/soc/codecs/Makefile                          |   14 +-
>  sound/soc/codecs/ab8500-codec.c                    |   85 +-
>  sound/soc/codecs/ab8500-codec.h                    |   42 +-
>  sound/soc/codecs/adau1701.c                        |   69 +-
>  sound/soc/codecs/arizona.c                         |    7 +
>  sound/soc/codecs/arizona.h                         |    3 +-
>  sound/soc/codecs/{dfbmcs320.c => bt-sco.c}         |   37 +-
>  sound/soc/codecs/{omap-hdmi.c => hdmi.c}           |   26 +-
>  sound/soc/codecs/jz4740.c                          |    2 -
>  sound/soc/codecs/max98090.c                        |   24 +-
>  sound/soc/codecs/rt5640.c                          | 2128 ++++++++++++++++++++
>  sound/soc/codecs/rt5640.h                          | 2092 +++++++++++++++++++
>  sound/soc/codecs/sgtl5000.c                        |  267 ++-
>  sound/soc/codecs/sgtl5000.h                        |    2 +-
>  sound/soc/codecs/sn95031.c                         |    2 +-
>  sound/soc/codecs/spdif_receiver.c                  |   10 +
>  .../{spdif_transciever.c => spdif_transmitter.c}   |   10 +
>  sound/soc/codecs/ssm2518.c                         |  856 ++++++++
>  sound/soc/codecs/ssm2518.h                         |   20 +
>  sound/soc/codecs/wm0010.c                          |   10 +
>  sound/soc/codecs/wm5102.c                          |  205 +-
>  sound/soc/codecs/wm5110.c                          |  192 ++
>  sound/soc/codecs/wm8962.c                          |  145 +-
>  sound/soc/codecs/wm8994.c                          |  188 +-
>  sound/soc/codecs/wm8994.h                          |    3 +
>  sound/soc/codecs/wm_adsp.c                         |  461 ++++-
>  sound/soc/codecs/wm_adsp.h                         |    3 +
>  sound/soc/davinci/Kconfig                          |   10 -
>  sound/soc/davinci/Makefile                         |    2 -
>  sound/soc/davinci/davinci-mcasp.c                  |    4 +-
>  sound/soc/davinci/davinci-sffsdr.c                 |  181 --
>  sound/soc/dwc/designware_i2s.c                     |    6 +-
>  sound/soc/fsl/Kconfig                              |   17 +-
>  sound/soc/fsl/Makefile                             |   13 +-
>  sound/soc/fsl/eukrea-tlv320.c                      |    2 +-
>  sound/soc/fsl/fsl_ssi.c                            |   13 +-
>  sound/soc/fsl/imx-audmux.c                         |    8 -
>  sound/soc/fsl/imx-mc13783.c                        |    2 +-
>  sound/soc/fsl/imx-pcm-dma.c                        |    2 +
>  sound/soc/fsl/imx-pcm-fiq.c                        |   92 +
>  sound/soc/fsl/imx-pcm.c                            |  145 --
>  sound/soc/fsl/imx-pcm.h                            |   10 +-
>  sound/soc/fsl/imx-sgtl5000.c                       |   43 +-
>  sound/soc/fsl/imx-ssi.c                            |   44 +-
>  sound/soc/fsl/imx-ssi.h                            |    3 -
>  sound/soc/fsl/imx-wm8962.c                         |  323 +++
>  sound/soc/fsl/mx27vis-aic32x4.c                    |    2 +-
>  sound/soc/fsl/phycore-ac97.c                       |    2 +-
>  sound/soc/fsl/wm1133-ev1.c                         |    2 +-
>  sound/soc/jz4740/jz4740-i2s.c                      |   17 +-
>  sound/soc/kirkwood/kirkwood-dma.c                  |    2 +-
>  sound/soc/mid-x86/mfld_machine.c                   |    1 -
>  sound/soc/mxs/mxs-pcm.c                            |   18 -
>  sound/soc/mxs/mxs-pcm.h                            |    7 -
>  sound/soc/mxs/mxs-saif.c                           |   72 +-
>  sound/soc/mxs/mxs-saif.h                           |    1 -
>  sound/soc/mxs/mxs-sgtl5000.c                       |   10 +-
>  sound/soc/omap/Makefile                            |    1 -
>  sound/soc/omap/omap-hdmi-card.c                    |    2 +-
>  sound/soc/omap/omap-mcbsp.c                        |    2 -
>  sound/soc/pxa/Kconfig                              |   20 -
>  sound/soc/pxa/Makefile                             |    4 -
>  sound/soc/pxa/mmp-pcm.c                            |    6 +-
>  sound/soc/pxa/mmp-sspa.c                           |    2 +-
>  sound/soc/pxa/saarb.c                              |  190 --
>  sound/soc/pxa/tavorevb3.c                          |  189 --
>  sound/soc/pxa/zylonite.c                           |    1 -
>  sound/soc/samsung/Kconfig                          |    2 +-
>  sound/soc/samsung/bells.c                          |   14 +
>  sound/soc/samsung/i2s.c                            |   66 +-
>  sound/soc/samsung/neo1973_wm8753.c                 |    2 +-
>  sound/soc/samsung/s3c-i2s-v2.c                     |    4 +-
>  sound/soc/samsung/smdk_wm8580pcm.c                 |    1 -
>  sound/soc/samsung/smdk_wm8994pcm.c                 |    1 -
>  sound/soc/sh/fsi.c                                 |   10 +-
>  sound/soc/soc-core.c                               |  106 +-
>  sound/soc/soc-dapm.c                               |  110 +-
>  sound/soc/soc-pcm.c                                |   91 +-
>  sound/soc/soc-utils.c                              |   13 +-
>  sound/soc/spear/Kconfig                            |    9 +
>  sound/soc/spear/Makefile                           |    8 +
>  sound/soc/spear/spdif_in.c                         |   31 +-
>  sound/soc/spear/spdif_out.c                        |   43 +-
>  sound/soc/spear/spear_pcm.c                        |  152 +-
>  sound/soc/tegra/Kconfig                            |   10 +
>  sound/soc/tegra/Makefile                           |    2 +
>  sound/soc/tegra/tegra30_ahub.c                     |   25 +
>  sound/soc/tegra/tegra30_i2s.c                      |   26 +
>  sound/soc/tegra/tegra_asoc_utils.c                 |   23 +-
>  sound/soc/tegra/tegra_rt5640.c                     |  257 +++
>  sound/soc/ux500/mop500.c                           |    2 +-
>  sound/soc/ux500/mop500_ab8500.c                    |   62 +-
>  sound/soc/ux500/ux500_msp_dai.c                    |   11 +-
>  sound/soc/ux500/ux500_msp_dai.h                    |    4 -
>  sound/soc/ux500/ux500_msp_i2s.c                    |   88 +-
>  sound/soc/ux500/ux500_msp_i2s.h                    |   74 +-
>  sound/soc/ux500/ux500_pcm.c                        |   30 +
>  159 files changed, 8829 insertions(+), 3121 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/arizona.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1701.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-wm8962.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5640.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/rt5640.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/spdif-receiver.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/ssm2518.txt
>  create mode 100644 include/linux/platform_data/ssm2518.h
>  create mode 100644 include/sound/rt5640.h
>  delete mode 100644 sound/soc/blackfin/bf5xx-ac97-pcm.h
>  delete mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.c
>  delete mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.h
>  delete mode 100644 sound/soc/blackfin/bf5xx-tdm.c
>  delete mode 100644 sound/soc/blackfin/bf5xx-tdm.h
>  rename sound/soc/codecs/{dfbmcs320.c => bt-sco.c} (53%)
>  rename sound/soc/codecs/{omap-hdmi.c => hdmi.c} (69%)
>  create mode 100644 sound/soc/codecs/rt5640.c
>  create mode 100644 sound/soc/codecs/rt5640.h
>  rename sound/soc/codecs/{spdif_transciever.c => spdif_transmitter.c} (88%)
>  create mode 100644 sound/soc/codecs/ssm2518.c
>  create mode 100644 sound/soc/codecs/ssm2518.h
>  delete mode 100644 sound/soc/davinci/davinci-sffsdr.c
>  delete mode 100644 sound/soc/fsl/imx-pcm.c
>  create mode 100644 sound/soc/fsl/imx-wm8962.c
>  delete mode 100644 sound/soc/pxa/saarb.c
>  delete mode 100644 sound/soc/pxa/tavorevb3.c
>  create mode 100644 sound/soc/spear/Kconfig
>  create mode 100644 sound/soc/spear/Makefile
>  create mode 100644 sound/soc/tegra/tegra_rt5640.c
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

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


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

The following changes since commit 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376:

  Linux 3.10 (2013-06-30 15:13:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.11-4

for you to fetch changes up to 70a9f8797ce298544cfd07328ff59f00488bc491:

  Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus (2013-07-04 18:30:03 +0100)

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

ASoC: Updates for v3.11

A few small fixes, all driver specific.  The removal of the GPIO based
pinmuxing is a bug fix, since the obsolete nodes had been removed from
the DT it stopped the driver loading.

----------------------------------------------------------------
Arnaud Patard (1):
      ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found

Mark Brown (5):
      ASoC: samsung: Remove obsolete GPIO based DT pinmuxing
      Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/mxs' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus

Sachin Kamat (1):
      ASoC: Samsung: Remove redundant comment

Shawn Guo (2):
      ASoC: mxs: register saif mclk to clock framework
      ASoC: wm8962: fix NULL pdata pointer

 Documentation/devicetree/bindings/mfd/arizona.txt  |   62 +
 .../devicetree/bindings/sound/adi,adau1701.txt     |   23 +
 .../devicetree/bindings/sound/imx-audio-wm8962.txt |   46 +
 .../devicetree/bindings/sound/mxs-saif.txt         |   17 +-
 .../bindings/sound/nvidia,tegra-audio-rt5640.txt   |   71 +
 Documentation/devicetree/bindings/sound/rt5640.txt |   30 +
 .../devicetree/bindings/sound/sgtl5000.txt         |    3 +
 .../devicetree/bindings/sound/spdif-receiver.txt   |   10 +
 .../bindings/sound/spdif-transmitter.txt           |   10 +
 .../devicetree/bindings/sound/ssm2518.txt          |   20 +
 Documentation/devicetree/bindings/sound/wm8962.txt |   23 +
 arch/blackfin/mach-bf527/boards/ad7160eval.c       |   12 -
 arch/blackfin/mach-bf527/boards/ezkit.c            |   32 +-
 arch/blackfin/mach-bf533/boards/ezkit.c            |   12 -
 arch/blackfin/mach-bf533/boards/stamp.c            |   35 +-
 arch/blackfin/mach-bf537/boards/stamp.c            |   30 +-
 arch/blackfin/mach-bf548/boards/ezkit.c            |   28 +-
 arch/blackfin/mach-bf561/boards/ezkit.c            |   14 +-
 arch/blackfin/mach-bf609/boards/ezkit.c            |    2 +-
 drivers/mfd/arizona-core.c                         |  234 ++-
 drivers/mfd/arizona-i2c.c                          |   10 +-
 drivers/mfd/arizona-spi.c                          |   10 +-
 drivers/mfd/arizona.h                              |   12 +
 drivers/mfd/wm5102-tables.c                        |    9 +-
 drivers/mfd/wm5110-tables.c                        |    8 +
 drivers/misc/atmel-ssc.c                           |    8 +-
 include/linux/mfd/arizona/core.h                   |    2 +
 include/linux/mfd/arizona/pdata.h                  |    2 +-
 include/linux/mfd/arizona/registers.h              |   47 +
 include/linux/mfd/wm8994/pdata.h                   |    5 +
 include/linux/mfd/wm8994/registers.h               |    8 +
 include/linux/platform_data/ssm2518.h              |   22 +
 include/sound/rt5640.h                             |   22 +
 include/sound/soc-dapm.h                           |    3 +-
 sound/soc/Kconfig                                  |    1 +
 sound/soc/Makefile                                 |    1 +
 sound/soc/atmel/sam9g20_wm8731.c                   |    9 -
 sound/soc/blackfin/Kconfig                         |   47 +-
 sound/soc/blackfin/Makefile                        |    4 -
 sound/soc/blackfin/bf5xx-ac97-pcm.c                |    1 -
 sound/soc/blackfin/bf5xx-ac97-pcm.h                |   26 -
 sound/soc/blackfin/bf5xx-ac97.c                    |    8 +-
 sound/soc/blackfin/bf5xx-ad1836.c                  |   19 +-
 sound/soc/blackfin/bf5xx-ad193x.c                  |   40 +-
 sound/soc/blackfin/bf5xx-ad1980.c                  |    1 -
 sound/soc/blackfin/bf5xx-ad73311.c                 |    1 -
 sound/soc/blackfin/bf5xx-i2s-pcm.c                 |  183 +-
 sound/soc/blackfin/bf5xx-i2s-pcm.h                 |   21 +-
 sound/soc/blackfin/bf5xx-i2s.c                     |  129 +-
 sound/soc/blackfin/bf5xx-sport.c                   |   10 +-
 sound/soc/blackfin/bf5xx-sport.h                   |    2 +-
 sound/soc/blackfin/bf5xx-ssm2602.c                 |    1 -
 sound/soc/blackfin/bf5xx-tdm-pcm.c                 |  345 ----
 sound/soc/blackfin/bf5xx-tdm-pcm.h                 |   18 -
 sound/soc/blackfin/bf5xx-tdm.c                     |  328 ---
 sound/soc/blackfin/bf5xx-tdm.h                     |   23 -
 sound/soc/cirrus/Kconfig                           |    2 +-
 sound/soc/cirrus/ep93xx-ac97.c                     |   16 +-
 sound/soc/cirrus/ep93xx-i2s.c                      |   16 +-
 sound/soc/cirrus/ep93xx-pcm.c                      |  138 +-
 sound/soc/codecs/88pm860x-codec.c                  |    9 +-
 sound/soc/codecs/Kconfig                           |   18 +-
 sound/soc/codecs/Makefile                          |   14 +-
 sound/soc/codecs/ab8500-codec.c                    |   85 +-
 sound/soc/codecs/ab8500-codec.h                    |   42 +-
 sound/soc/codecs/adau1701.c                        |   69 +-
 sound/soc/codecs/arizona.c                         |    7 +
 sound/soc/codecs/arizona.h                         |    3 +-
 sound/soc/codecs/{dfbmcs320.c => bt-sco.c}         |   37 +-
 sound/soc/codecs/{omap-hdmi.c => hdmi.c}           |   26 +-
 sound/soc/codecs/jz4740.c                          |    2 -
 sound/soc/codecs/max98090.c                        |   24 +-
 sound/soc/codecs/rt5640.c                          | 2128 ++++++++++++++++++++
 sound/soc/codecs/rt5640.h                          | 2092 +++++++++++++++++++
 sound/soc/codecs/sgtl5000.c                        |  267 ++-
 sound/soc/codecs/sgtl5000.h                        |    2 +-
 sound/soc/codecs/sn95031.c                         |    2 +-
 sound/soc/codecs/spdif_receiver.c                  |   10 +
 .../{spdif_transciever.c => spdif_transmitter.c}   |   10 +
 sound/soc/codecs/ssm2518.c                         |  856 ++++++++
 sound/soc/codecs/ssm2518.h                         |   20 +
 sound/soc/codecs/wm0010.c                          |   10 +
 sound/soc/codecs/wm5102.c                          |  205 +-
 sound/soc/codecs/wm5110.c                          |  192 ++
 sound/soc/codecs/wm8962.c                          |  145 +-
 sound/soc/codecs/wm8994.c                          |  188 +-
 sound/soc/codecs/wm8994.h                          |    3 +
 sound/soc/codecs/wm_adsp.c                         |  461 ++++-
 sound/soc/codecs/wm_adsp.h                         |    3 +
 sound/soc/davinci/Kconfig                          |   10 -
 sound/soc/davinci/Makefile                         |    2 -
 sound/soc/davinci/davinci-mcasp.c                  |    4 +-
 sound/soc/davinci/davinci-sffsdr.c                 |  181 --
 sound/soc/dwc/designware_i2s.c                     |    6 +-
 sound/soc/fsl/Kconfig                              |   17 +-
 sound/soc/fsl/Makefile                             |   13 +-
 sound/soc/fsl/eukrea-tlv320.c                      |    2 +-
 sound/soc/fsl/fsl_ssi.c                            |   13 +-
 sound/soc/fsl/imx-audmux.c                         |    8 -
 sound/soc/fsl/imx-mc13783.c                        |    2 +-
 sound/soc/fsl/imx-pcm-dma.c                        |    2 +
 sound/soc/fsl/imx-pcm-fiq.c                        |   92 +
 sound/soc/fsl/imx-pcm.c                            |  145 --
 sound/soc/fsl/imx-pcm.h                            |   10 +-
 sound/soc/fsl/imx-sgtl5000.c                       |   43 +-
 sound/soc/fsl/imx-ssi.c                            |   44 +-
 sound/soc/fsl/imx-ssi.h                            |    3 -
 sound/soc/fsl/imx-wm8962.c                         |  323 +++
 sound/soc/fsl/mx27vis-aic32x4.c                    |    2 +-
 sound/soc/fsl/phycore-ac97.c                       |    2 +-
 sound/soc/fsl/wm1133-ev1.c                         |    2 +-
 sound/soc/jz4740/jz4740-i2s.c                      |   17 +-
 sound/soc/kirkwood/kirkwood-dma.c                  |    2 +-
 sound/soc/mid-x86/mfld_machine.c                   |    1 -
 sound/soc/mxs/mxs-pcm.c                            |   18 -
 sound/soc/mxs/mxs-pcm.h                            |    7 -
 sound/soc/mxs/mxs-saif.c                           |   72 +-
 sound/soc/mxs/mxs-saif.h                           |    1 -
 sound/soc/mxs/mxs-sgtl5000.c                       |   10 +-
 sound/soc/omap/Makefile                            |    1 -
 sound/soc/omap/omap-hdmi-card.c                    |    2 +-
 sound/soc/omap/omap-mcbsp.c                        |    2 -
 sound/soc/pxa/Kconfig                              |   20 -
 sound/soc/pxa/Makefile                             |    4 -
 sound/soc/pxa/mmp-pcm.c                            |    6 +-
 sound/soc/pxa/mmp-sspa.c                           |    2 +-
 sound/soc/pxa/saarb.c                              |  190 --
 sound/soc/pxa/tavorevb3.c                          |  189 --
 sound/soc/pxa/zylonite.c                           |    1 -
 sound/soc/samsung/Kconfig                          |    2 +-
 sound/soc/samsung/bells.c                          |   14 +
 sound/soc/samsung/i2s.c                            |   66 +-
 sound/soc/samsung/neo1973_wm8753.c                 |    2 +-
 sound/soc/samsung/s3c-i2s-v2.c                     |    4 +-
 sound/soc/samsung/smdk_wm8580pcm.c                 |    1 -
 sound/soc/samsung/smdk_wm8994pcm.c                 |    1 -
 sound/soc/sh/fsi.c                                 |   10 +-
 sound/soc/soc-core.c                               |  106 +-
 sound/soc/soc-dapm.c                               |  110 +-
 sound/soc/soc-pcm.c                                |   91 +-
 sound/soc/soc-utils.c                              |   13 +-
 sound/soc/spear/Kconfig                            |    9 +
 sound/soc/spear/Makefile                           |    8 +
 sound/soc/spear/spdif_in.c                         |   31 +-
 sound/soc/spear/spdif_out.c                        |   43 +-
 sound/soc/spear/spear_pcm.c                        |  152 +-
 sound/soc/tegra/Kconfig                            |   10 +
 sound/soc/tegra/Makefile                           |    2 +
 sound/soc/tegra/tegra30_ahub.c                     |   25 +
 sound/soc/tegra/tegra30_i2s.c                      |   26 +
 sound/soc/tegra/tegra_asoc_utils.c                 |   23 +-
 sound/soc/tegra/tegra_rt5640.c                     |  257 +++
 sound/soc/ux500/mop500.c                           |    2 +-
 sound/soc/ux500/mop500_ab8500.c                    |   62 +-
 sound/soc/ux500/ux500_msp_dai.c                    |   11 +-
 sound/soc/ux500/ux500_msp_dai.h                    |    4 -
 sound/soc/ux500/ux500_msp_i2s.c                    |   88 +-
 sound/soc/ux500/ux500_msp_i2s.h                    |   74 +-
 sound/soc/ux500/ux500_pcm.c                        |   30 +
 159 files changed, 8829 insertions(+), 3121 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/arizona.txt
 create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1701.txt
 create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-wm8962.txt
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5640.txt
 create mode 100644 Documentation/devicetree/bindings/sound/rt5640.txt
 create mode 100644 Documentation/devicetree/bindings/sound/spdif-receiver.txt
 create mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt
 create mode 100644 Documentation/devicetree/bindings/sound/ssm2518.txt
 create mode 100644 include/linux/platform_data/ssm2518.h
 create mode 100644 include/sound/rt5640.h
 delete mode 100644 sound/soc/blackfin/bf5xx-ac97-pcm.h
 delete mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.c
 delete mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.h
 delete mode 100644 sound/soc/blackfin/bf5xx-tdm.c
 delete mode 100644 sound/soc/blackfin/bf5xx-tdm.h
 rename sound/soc/codecs/{dfbmcs320.c => bt-sco.c} (53%)
 rename sound/soc/codecs/{omap-hdmi.c => hdmi.c} (69%)
 create mode 100644 sound/soc/codecs/rt5640.c
 create mode 100644 sound/soc/codecs/rt5640.h
 rename sound/soc/codecs/{spdif_transciever.c => spdif_transmitter.c} (88%)
 create mode 100644 sound/soc/codecs/ssm2518.c
 create mode 100644 sound/soc/codecs/ssm2518.h
 delete mode 100644 sound/soc/davinci/davinci-sffsdr.c
 delete mode 100644 sound/soc/fsl/imx-pcm.c
 create mode 100644 sound/soc/fsl/imx-wm8962.c
 delete mode 100644 sound/soc/pxa/saarb.c
 delete mode 100644 sound/soc/pxa/tavorevb3.c
 create mode 100644 sound/soc/spear/Kconfig
 create mode 100644 sound/soc/spear/Makefile
 create mode 100644 sound/soc/tegra/tegra_rt5640.c

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

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



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

end of thread, other threads:[~2013-08-15 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 11:34 ASoC updates for v3.11 Mark Brown
2013-06-28 11:39 ` Takashi Iwai
2013-07-05  9:48 Mark Brown
2013-07-05 13:18 ` Takashi Iwai
2013-08-15 17:28 Mark Brown
2013-08-15 19:31 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.