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

The following changes since commit a211701eb1e4a41bbee22d61f35dba8e55925db4:

  ASoC: sst_platform porting sst dsp driver interface as per latest in Greg's staging tree (2011-01-19 11:28:11 +0000)

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

Alexander Sverdlin (3):
      ASoC: CS4271 codec support
      ASoC: EDB93xx machine sound driver with CS4271
      ASoC: cs4271.c: improve error handling

Dimitris Papastamos (5):
      ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()
      ASoC: soc-cache: Introduce the cache_bypass option
      ASoC: soc-cache: Apply the cache_bypass option
      ASoC: soc-cache: Add trace event for snd_soc_cache_sync()
      ASoC: soc-core: Ensure codec_reg has fixed length fields

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

H Hartley Sweeten (1):
      ASoC: neo1973_wm8753 audio support does not require scoop

Harsha Priya (3):
      ASoC: sn95031: add capture support
      ASoC: sst_platform: add support for capture stream on headset dai
      ASoC: mid-x86: Add support for capture in machine driver

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

Jarkko Nikula (4):
      ASoC: Fix module refcount for auxiliary devices
      ASoC: omap: rx51: Add stereo output support to audio jack
      ASoC: soc-core: Increment codec and platform driver refcounts before probing
      ASoC: omap: rx51: Add earphone support

Kuninori Morimoto (7):
      ASoC: ak4642: add SND_SOC_DAIFMT_FORMAT support
      ASoC: sh: fsi: Add fsi_get_priv_frm_dai function
      ASoC: sh: fsi: Add snd_soc_dai_set_fmt support
      ASoC: sh: fsi-hdmi: Add FSI port and HDMI selection
      ASoC: sh: fsi: move chan_num from fsi_stream to fsi_priv
      ASoC: sh: fsi: free from NULL pointer of struct sh_fsi_platform_info
      ASoC: sh: fsi: modify selection method of I2S/PCM/SPDIF format

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

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

Mark Brown (25):
      ASoC: Explicitly say if we're powering up or down
      ASoC: Add support for sequencing within
      ASoC: Provide per widget type callback when executing DAPM sequences
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Staticise twl6040_hs_jack_report()
      ASoC: Handle low measured DC offsets for wm_hubs devices
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Fix type for snd_soc_volatile_register()
      ASoC: Remove controls from sequenced PGA arguments
      Merge branch 'for-2.6.38' into for-2.6.39
      Merge branch 'tegra-arch' into for-2.6.39
      ASoC: Staticise non-exported symbols in cs4271
      ASoC: Use card rather than soc-audio device to card PM functions
      ASoC: Replace pdev with card in machine driver probe and remove
      ASoC: Export card PM callbacks for use in direct registered cards
      ASoC: Make cache status available via debugfs
      ASoC: Add subsequence information to seq_notify callbacks
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Add card driver data
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Accept any logical value for WM8962 GPIO set()
      ASoC: Accept any logical value WM8903 GPIO set()
      Merge branches 'for-2.6.38' and 'tegra-arch' into for-2.6.39
      ASoC: Use snd_pcm_format_width() in snd_soc_params_to_frame_size()
      Merge branch 'for-2.6.39' of git://git.kernel.org/.../lrg/asoc-2.6 into for-2.6.39

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

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

Stephen Warren (12):
      ASoC: wm8903: Expose GPIOs through gpiolib
      ARM: tegra: Add Harmony sound platform data type
      ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()
      ASoC: Move card list initialization to snd_soc_register_card
      ASoC: Tegra: Harmony: Don't use soc-audio platform device
      ASoC: Tegra: Harmony: Support the internal speaker
      ASoC: Tegra: Harmony: Fix indentation issue.
      ASoC: Tegra: Harmony: Use dev_err not pr_err
      ASoC: Tegra: utils: Don't use global variables
      ASoC: Tegra: I2S: Use dev_err not pr_err
      ASoC: Tegra: Harmony: Remove redundant !!
      ARM: tegra: Add to struct harmony_audio_platform_data

 arch/arm/mach-shmobile/board-ag5evm.c            |   10 -
 arch/arm/mach-shmobile/board-ap4evb.c            |   13 +-
 arch/arm/mach-shmobile/board-mackerel.c          |   13 +-
 arch/arm/mach-tegra/include/mach/harmony_audio.h |   22 +
 arch/sh/boards/mach-ecovec24/setup.c             |    6 +-
 arch/sh/boards/mach-se/7724/setup.c              |    6 +-
 include/sound/cs4271.h                           |   25 +
 include/sound/sh_fsi.h                           |   76 +--
 include/sound/soc-dapm.h                         |   16 +
 include/sound/soc.h                              |   41 +-
 include/sound/wm8903.h                           |   20 +-
 include/trace/events/asoc.h                      |   25 +
 sound/soc/atmel/snd-soc-afeb9260.c               |    2 +-
 sound/soc/blackfin/bf5xx-ssm2602.c               |    2 +-
 sound/soc/codecs/Kconfig                         |    4 +
 sound/soc/codecs/Makefile                        |    2 +
 sound/soc/codecs/ak4642.c                        |   24 +
 sound/soc/codecs/cq93vc.c                        |    2 +-
 sound/soc/codecs/cs4271.c                        |  659 ++++++++++++++++++++++
 sound/soc/codecs/cx20442.c                       |    3 +
 sound/soc/codecs/sn95031.c                       |  281 +++++++++
 sound/soc/codecs/twl6040.c                       |    4 +-
 sound/soc/codecs/wm8903.c                        |  127 ++++-
 sound/soc/codecs/wm8962.c                        |    2 +-
 sound/soc/codecs/wm8994.c                        |    2 +-
 sound/soc/codecs/wm8995.c                        |    2 +-
 sound/soc/codecs/wm_hubs.c                       |   15 +-
 sound/soc/davinci/davinci-evm.c                  |    2 +-
 sound/soc/ep93xx/Kconfig                         |    9 +
 sound/soc/ep93xx/Makefile                        |    2 +
 sound/soc/ep93xx/edb93xx.c                       |  142 +++++
 sound/soc/fsl/mpc8610_hpcd.c                     |    6 +-
 sound/soc/fsl/p1022_ds.c                         |    6 +-
 sound/soc/mid-x86/mfld_machine.c                 |    3 +
 sound/soc/mid-x86/sst_platform.c                 |    6 +
 sound/soc/omap/Kconfig                           |    1 +
 sound/soc/omap/ams-delta.c                       |    2 -
 sound/soc/omap/rx51.c                            |   93 +++-
 sound/soc/pxa/corgi.c                            |    4 +-
 sound/soc/pxa/poodle.c                           |    2 +-
 sound/soc/pxa/raumfeld.c                         |    4 +-
 sound/soc/pxa/spitz.c                            |    4 +-
 sound/soc/pxa/tosa.c                             |    4 +-
 sound/soc/pxa/zylonite.c                         |    9 +-
 sound/soc/samsung/neo1973_gta02_wm8753.c         |    6 +-
 sound/soc/samsung/neo1973_wm8753.c               |    7 +-
 sound/soc/samsung/s3c24xx_simtec_hermes.c        |    4 +-
 sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c   |    4 +-
 sound/soc/samsung/s3c24xx_uda134x.c              |    2 +-
 sound/soc/sh/fsi-ak4642.c                        |   13 +-
 sound/soc/sh/fsi-da7210.c                        |   13 +-
 sound/soc/sh/fsi-hdmi.c                          |   77 +++-
 sound/soc/sh/fsi.c                               |  203 ++++---
 sound/soc/soc-cache.c                            |   50 ++-
 sound/soc/soc-core.c                             |  114 +++--
 sound/soc/soc-dapm.c                             |   71 ++-
 sound/soc/soc-utils.c                            |   23 +-
 sound/soc/tegra/harmony.c                        |  170 +++++--
 sound/soc/tegra/tegra_asoc_utils.c               |   91 ++--
 sound/soc/tegra/tegra_asoc_utils.h               |   20 +-
 sound/soc/tegra/tegra_i2s.c                      |    2 +-
 61 files changed, 2136 insertions(+), 437 deletions(-)
 create mode 100644 arch/arm/mach-tegra/include/mach/harmony_audio.h
 create mode 100644 include/sound/cs4271.h
 create mode 100644 sound/soc/codecs/cs4271.c
 create mode 100644 sound/soc/ep93xx/edb93xx.c

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

* Re: ASoC updates for 2.6.39.
  2011-02-01 15:30 ASoC updates for 2.6.39 Mark Brown
@ 2011-02-01 21:26 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-02-01 21:26 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 1 Feb 2011 15:30:17 +0000,
Mark Brown wrote:
> 
> The following changes since commit a211701eb1e4a41bbee22d61f35dba8e55925db4:
> 
>   ASoC: sst_platform porting sst dsp driver interface as per latest in Greg's staging tree (2011-01-19 11:28:11 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.

thanks,

Takashi


> Alexander Sverdlin (3):
>       ASoC: CS4271 codec support
>       ASoC: EDB93xx machine sound driver with CS4271
>       ASoC: cs4271.c: improve error handling
> 
> Dimitris Papastamos (5):
>       ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()
>       ASoC: soc-cache: Introduce the cache_bypass option
>       ASoC: soc-cache: Apply the cache_bypass option
>       ASoC: soc-cache: Add trace event for snd_soc_cache_sync()
>       ASoC: soc-core: Ensure codec_reg has fixed length fields
> 
> Dmitry Eremin-Solenikov (1):
>       ASoC: correct link specifications for corgi, poodle and spitz
> 
> H Hartley Sweeten (1):
>       ASoC: neo1973_wm8753 audio support does not require scoop
> 
> Harsha Priya (3):
>       ASoC: sn95031: add capture support
>       ASoC: sst_platform: add support for capture stream on headset dai
>       ASoC: mid-x86: Add support for capture in machine driver
> 
> Janusz Krzysztofik (2):
>       ASoC: Amstrad Delta: fix const related build error
>       ASoC: CX20442: fix NULL pointer dereference
> 
> Jarkko Nikula (4):
>       ASoC: Fix module refcount for auxiliary devices
>       ASoC: omap: rx51: Add stereo output support to audio jack
>       ASoC: soc-core: Increment codec and platform driver refcounts before probing
>       ASoC: omap: rx51: Add earphone support
> 
> Kuninori Morimoto (7):
>       ASoC: ak4642: add SND_SOC_DAIFMT_FORMAT support
>       ASoC: sh: fsi: Add fsi_get_priv_frm_dai function
>       ASoC: sh: fsi: Add snd_soc_dai_set_fmt support
>       ASoC: sh: fsi-hdmi: Add FSI port and HDMI selection
>       ASoC: sh: fsi: move chan_num from fsi_stream to fsi_priv
>       ASoC: sh: fsi: free from NULL pointer of struct sh_fsi_platform_info
>       ASoC: sh: fsi: modify selection method of I2S/PCM/SPDIF format
> 
> Lars-Peter Clausen (2):
>       ASoC: Fix codec device id format used by some dai_links
>       ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2s
> 
> Manjunathappa, Prakash (1):
>       ASoC: DaVinci: fix kernel panic due to uninitialized platform_data
> 
> Mark Brown (25):
>       ASoC: Explicitly say if we're powering up or down
>       ASoC: Add support for sequencing within
>       ASoC: Provide per widget type callback when executing DAPM sequences
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Staticise twl6040_hs_jack_report()
>       ASoC: Handle low measured DC offsets for wm_hubs devices
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Fix type for snd_soc_volatile_register()
>       ASoC: Remove controls from sequenced PGA arguments
>       Merge branch 'for-2.6.38' into for-2.6.39
>       Merge branch 'tegra-arch' into for-2.6.39
>       ASoC: Staticise non-exported symbols in cs4271
>       ASoC: Use card rather than soc-audio device to card PM functions
>       ASoC: Replace pdev with card in machine driver probe and remove
>       ASoC: Export card PM callbacks for use in direct registered cards
>       ASoC: Make cache status available via debugfs
>       ASoC: Add subsequence information to seq_notify callbacks
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Add card driver data
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Accept any logical value for WM8962 GPIO set()
>       ASoC: Accept any logical value WM8903 GPIO set()
>       Merge branches 'for-2.6.38' and 'tegra-arch' into for-2.6.39
>       ASoC: Use snd_pcm_format_width() in snd_soc_params_to_frame_size()
>       Merge branch 'for-2.6.39' of git://git.kernel.org/.../lrg/asoc-2.6 into for-2.6.39
> 
> Qiao Zhou (1):
>       ASoC: WM8994: fix wrong value in tristate function
> 
> Rajashekhara, Sudhakar (1):
>       ASoC: da8xx/omap-l1xx: match codec_name with i2c ids
> 
> Stephen Warren (12):
>       ASoC: wm8903: Expose GPIOs through gpiolib
>       ARM: tegra: Add Harmony sound platform data type
>       ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()
>       ASoC: Move card list initialization to snd_soc_register_card
>       ASoC: Tegra: Harmony: Don't use soc-audio platform device
>       ASoC: Tegra: Harmony: Support the internal speaker
>       ASoC: Tegra: Harmony: Fix indentation issue.
>       ASoC: Tegra: Harmony: Use dev_err not pr_err
>       ASoC: Tegra: utils: Don't use global variables
>       ASoC: Tegra: I2S: Use dev_err not pr_err
>       ASoC: Tegra: Harmony: Remove redundant !!
>       ARM: tegra: Add to struct harmony_audio_platform_data
> 
>  arch/arm/mach-shmobile/board-ag5evm.c            |   10 -
>  arch/arm/mach-shmobile/board-ap4evb.c            |   13 +-
>  arch/arm/mach-shmobile/board-mackerel.c          |   13 +-
>  arch/arm/mach-tegra/include/mach/harmony_audio.h |   22 +
>  arch/sh/boards/mach-ecovec24/setup.c             |    6 +-
>  arch/sh/boards/mach-se/7724/setup.c              |    6 +-
>  include/sound/cs4271.h                           |   25 +
>  include/sound/sh_fsi.h                           |   76 +--
>  include/sound/soc-dapm.h                         |   16 +
>  include/sound/soc.h                              |   41 +-
>  include/sound/wm8903.h                           |   20 +-
>  include/trace/events/asoc.h                      |   25 +
>  sound/soc/atmel/snd-soc-afeb9260.c               |    2 +-
>  sound/soc/blackfin/bf5xx-ssm2602.c               |    2 +-
>  sound/soc/codecs/Kconfig                         |    4 +
>  sound/soc/codecs/Makefile                        |    2 +
>  sound/soc/codecs/ak4642.c                        |   24 +
>  sound/soc/codecs/cq93vc.c                        |    2 +-
>  sound/soc/codecs/cs4271.c                        |  659 ++++++++++++++++++++++
>  sound/soc/codecs/cx20442.c                       |    3 +
>  sound/soc/codecs/sn95031.c                       |  281 +++++++++
>  sound/soc/codecs/twl6040.c                       |    4 +-
>  sound/soc/codecs/wm8903.c                        |  127 ++++-
>  sound/soc/codecs/wm8962.c                        |    2 +-
>  sound/soc/codecs/wm8994.c                        |    2 +-
>  sound/soc/codecs/wm8995.c                        |    2 +-
>  sound/soc/codecs/wm_hubs.c                       |   15 +-
>  sound/soc/davinci/davinci-evm.c                  |    2 +-
>  sound/soc/ep93xx/Kconfig                         |    9 +
>  sound/soc/ep93xx/Makefile                        |    2 +
>  sound/soc/ep93xx/edb93xx.c                       |  142 +++++
>  sound/soc/fsl/mpc8610_hpcd.c                     |    6 +-
>  sound/soc/fsl/p1022_ds.c                         |    6 +-
>  sound/soc/mid-x86/mfld_machine.c                 |    3 +
>  sound/soc/mid-x86/sst_platform.c                 |    6 +
>  sound/soc/omap/Kconfig                           |    1 +
>  sound/soc/omap/ams-delta.c                       |    2 -
>  sound/soc/omap/rx51.c                            |   93 +++-
>  sound/soc/pxa/corgi.c                            |    4 +-
>  sound/soc/pxa/poodle.c                           |    2 +-
>  sound/soc/pxa/raumfeld.c                         |    4 +-
>  sound/soc/pxa/spitz.c                            |    4 +-
>  sound/soc/pxa/tosa.c                             |    4 +-
>  sound/soc/pxa/zylonite.c                         |    9 +-
>  sound/soc/samsung/neo1973_gta02_wm8753.c         |    6 +-
>  sound/soc/samsung/neo1973_wm8753.c               |    7 +-
>  sound/soc/samsung/s3c24xx_simtec_hermes.c        |    4 +-
>  sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c   |    4 +-
>  sound/soc/samsung/s3c24xx_uda134x.c              |    2 +-
>  sound/soc/sh/fsi-ak4642.c                        |   13 +-
>  sound/soc/sh/fsi-da7210.c                        |   13 +-
>  sound/soc/sh/fsi-hdmi.c                          |   77 +++-
>  sound/soc/sh/fsi.c                               |  203 ++++---
>  sound/soc/soc-cache.c                            |   50 ++-
>  sound/soc/soc-core.c                             |  114 +++--
>  sound/soc/soc-dapm.c                             |   71 ++-
>  sound/soc/soc-utils.c                            |   23 +-
>  sound/soc/tegra/harmony.c                        |  170 +++++--
>  sound/soc/tegra/tegra_asoc_utils.c               |   91 ++--
>  sound/soc/tegra/tegra_asoc_utils.h               |   20 +-
>  sound/soc/tegra/tegra_i2s.c                      |    2 +-
>  61 files changed, 2136 insertions(+), 437 deletions(-)
>  create mode 100644 arch/arm/mach-tegra/include/mach/harmony_audio.h
>  create mode 100644 include/sound/cs4271.h
>  create mode 100644 sound/soc/codecs/cs4271.c
>  create mode 100644 sound/soc/ep93xx/edb93xx.c
> 

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

* Re: ASoC updates for 2.6.39
  2011-05-09 20:17 Mark Brown
@ 2011-05-10  7:37 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-05-10  7:37 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 9 May 2011 22:17:09 +0200,
Mark Brown wrote:
> 
> The following changes since commit 69b91bc1551a2fc746a01fea9d3291e60be3780d:
> 
>   ASoC: Fix CODEC DAI names for Goni (2011-04-28 12:09:53 +0100)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Lars-Peter Clausen (4):
>       ASoC: JZ4740: Fix i2s shutdown
>       ASoC: SSM2602: Properly annotate i2c probe and remove functions
>       ASoC: SSM2602: Fix 'Mic Boost2' control
>       ASoC: SSM2602: Fix reg_cache_size
> 
> Marek Belisko (1):
>       ASoC: UDA134x: Remove POWER_OFF_ON_STANDBY define.
> 
> Mark Brown (1):
>       ASoC: Don't crash on PM operations
> 
> xingchao (1):
>       ASoC: sst_platform: add hw_free callback to fix resource leak
> 
>  sound/soc/codecs/ssm2602.c       |   10 +++++-----
>  sound/soc/codecs/uda134x.c       |    2 --
>  sound/soc/jz4740/jz4740-i2s.c    |    2 +-
>  sound/soc/mid-x86/sst_platform.c |    6 ++++++
>  sound/soc/soc-core.c             |    2 ++
>  5 files changed, 14 insertions(+), 8 deletions(-)
> 

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

* ASoC updates for 2.6.39
@ 2011-05-09 20:17 Mark Brown
  2011-05-10  7:37 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-05-09 20:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 69b91bc1551a2fc746a01fea9d3291e60be3780d:

  ASoC: Fix CODEC DAI names for Goni (2011-04-28 12:09:53 +0100)

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

Lars-Peter Clausen (4):
      ASoC: JZ4740: Fix i2s shutdown
      ASoC: SSM2602: Properly annotate i2c probe and remove functions
      ASoC: SSM2602: Fix 'Mic Boost2' control
      ASoC: SSM2602: Fix reg_cache_size

Marek Belisko (1):
      ASoC: UDA134x: Remove POWER_OFF_ON_STANDBY define.

Mark Brown (1):
      ASoC: Don't crash on PM operations

xingchao (1):
      ASoC: sst_platform: add hw_free callback to fix resource leak

 sound/soc/codecs/ssm2602.c       |   10 +++++-----
 sound/soc/codecs/uda134x.c       |    2 --
 sound/soc/jz4740/jz4740-i2s.c    |    2 +-
 sound/soc/mid-x86/sst_platform.c |    6 ++++++
 sound/soc/soc-core.c             |    2 ++
 5 files changed, 14 insertions(+), 8 deletions(-)

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

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

At Tue, 3 May 2011 11:24:44 +0100,
Mark Brown wrote:
> 
> The following changes since commit b3c27b51db9112d03864fdef44fa611dd69c1425:
> 
>   ASoC: add a module alias to the FSI driver (2011-04-18 17:14:28 +0100)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
> 
> All fixes in individual drivers, the bitfield definitions patch is a
> style thing only but was used by the subsequent two patches.

Pulled now.  Thanks.


Takashi


> Ben Gardiner (4):
>       ASoC: davinci-mcasp: correct tdm_slots limit
>       davinci-mcasp: use bitfield definitions for PDIR
>       davinci-mcasp: fix _CBM_CFS hw_params
>       davinci-mcasp: fix _CBM_CFS pin directions
> 
> Mark Brown (2):
>       ASoC: Fix CODEC name in Goni
>       ASoC: Fix CODEC DAI names for Goni
> 
>  sound/soc/davinci/davinci-mcasp.c |   19 ++++++++++++-------
>  sound/soc/samsung/goni_wm8994.c   |    8 ++++----
>  2 files changed, 16 insertions(+), 11 deletions(-)
> 

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

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

The following changes since commit b3c27b51db9112d03864fdef44fa611dd69c1425:

  ASoC: add a module alias to the FSI driver (2011-04-18 17:14:28 +0100)

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

All fixes in individual drivers, the bitfield definitions patch is a
style thing only but was used by the subsequent two patches.

Ben Gardiner (4):
      ASoC: davinci-mcasp: correct tdm_slots limit
      davinci-mcasp: use bitfield definitions for PDIR
      davinci-mcasp: fix _CBM_CFS hw_params
      davinci-mcasp: fix _CBM_CFS pin directions

Mark Brown (2):
      ASoC: Fix CODEC name in Goni
      ASoC: Fix CODEC DAI names for Goni

 sound/soc/davinci/davinci-mcasp.c |   19 ++++++++++++-------
 sound/soc/samsung/goni_wm8994.c   |    8 ++++----
 2 files changed, 16 insertions(+), 11 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-04-18 20:37 Mark Brown
@ 2011-04-19  6:44 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-04-19  6:44 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 18 Apr 2011 21:37:59 +0100,
Mark Brown wrote:
> 
> The following changes since commit a6360dd37e1a144ed11e6548371bade559a1e4df:
> 
>   Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
> 
> A bunch of changes here that you've already pulled and quite an interval
> since my last pull request - the request is against v2.6.39-rc3 as I've
> merged that up to get the spelling fix that conflicted with -next.

Thanks, pulled now.


Takashi

> Dilan Lee (1):
>       ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes
> 
> Guennadi Liakhovetski (1):
>       ASoC: add a module alias to the FSI driver
> 
> Jassi Brar (1):
>       MAINTAINERS: Update Samsung ASoC maintainer's id
> 
> Kuninori Morimoto (3):
>       ASoC: fsi: take care in failing case of dai register
>       ASoC: fsi: modify vague PM control on probe
>       ASoC: fsi: driver safely remove for against irq
> 
> Lars-Peter Clausen (2):
>       ASoC: codecs: JZ4740: Fix OOPS
>       ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface
> 
> Lu Guanqun (4):
>       ASoC: check channel mismatch between cpu_dai and codec_dai
>       ASoC: fix config error path
>       ASoC: sst_platform: Fix lock acquring
>       ASoC: sn95031: decorate function with __devexit_p()
> 
> Mark Brown (3):
>       ASoC: Set left channel volume update bits for WM8994
>       ASoC: Fix output PGA enabling in wm_hubs CODECs
>       Merge commit 'v2.6.39-rc3' into for-2.6.39
> 
> Sangbeom Kim (1):
>       ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver
> 
> Stephen Warren (1):
>       ASoC: Tegra: Suspend/resume support
> 
>  MAINTAINERS                        |    2 +-
>  arch/arm/mach-s3c2440/mach-gta02.c |    5 ++++
>  sound/soc/codecs/jz4740.c          |    2 -
>  sound/soc/codecs/sn95031.c         |    2 +-
>  sound/soc/codecs/wm8903.c          |   38 +++++++++++++++++++++--------------
>  sound/soc/codecs/wm8994.c          |   16 +++++++++++++++
>  sound/soc/codecs/wm_hubs.c         |    8 +++---
>  sound/soc/mid-x86/sst_platform.c   |   10 +++++---
>  sound/soc/samsung/pcm.c            |    4 +-
>  sound/soc/sh/fsi.c                 |   22 +++++++++++++++-----
>  sound/soc/soc-core.c               |    5 +++-
>  sound/soc/tegra/harmony.c          |    1 +
>  12 files changed, 79 insertions(+), 36 deletions(-)
> 

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

* ASoC updates for 2.6.39
@ 2011-04-18 20:37 Mark Brown
  2011-04-19  6:44 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-04-18 20:37 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit a6360dd37e1a144ed11e6548371bade559a1e4df:

  Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700)

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

A bunch of changes here that you've already pulled and quite an interval
since my last pull request - the request is against v2.6.39-rc3 as I've
merged that up to get the spelling fix that conflicted with -next.

Dilan Lee (1):
      ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes

Guennadi Liakhovetski (1):
      ASoC: add a module alias to the FSI driver

Jassi Brar (1):
      MAINTAINERS: Update Samsung ASoC maintainer's id

Kuninori Morimoto (3):
      ASoC: fsi: take care in failing case of dai register
      ASoC: fsi: modify vague PM control on probe
      ASoC: fsi: driver safely remove for against irq

Lars-Peter Clausen (2):
      ASoC: codecs: JZ4740: Fix OOPS
      ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface

Lu Guanqun (4):
      ASoC: check channel mismatch between cpu_dai and codec_dai
      ASoC: fix config error path
      ASoC: sst_platform: Fix lock acquring
      ASoC: sn95031: decorate function with __devexit_p()

Mark Brown (3):
      ASoC: Set left channel volume update bits for WM8994
      ASoC: Fix output PGA enabling in wm_hubs CODECs
      Merge commit 'v2.6.39-rc3' into for-2.6.39

Sangbeom Kim (1):
      ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver

Stephen Warren (1):
      ASoC: Tegra: Suspend/resume support

 MAINTAINERS                        |    2 +-
 arch/arm/mach-s3c2440/mach-gta02.c |    5 ++++
 sound/soc/codecs/jz4740.c          |    2 -
 sound/soc/codecs/sn95031.c         |    2 +-
 sound/soc/codecs/wm8903.c          |   38 +++++++++++++++++++++--------------
 sound/soc/codecs/wm8994.c          |   16 +++++++++++++++
 sound/soc/codecs/wm_hubs.c         |    8 +++---
 sound/soc/mid-x86/sst_platform.c   |   10 +++++---
 sound/soc/samsung/pcm.c            |    4 +-
 sound/soc/sh/fsi.c                 |   22 +++++++++++++++-----
 sound/soc/soc-core.c               |    5 +++-
 sound/soc/tegra/harmony.c          |    1 +
 12 files changed, 79 insertions(+), 36 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-04-04 23:33 Mark Brown
@ 2011-04-05  7:27 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-04-05  7:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 5 Apr 2011 08:33:26 +0900,
Mark Brown wrote:
> 
> The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:
> 
>   Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
> 
> All fairly small fixes.

Pulled now.  Thanks.


Takashi


> Antonio Ospite (1):
>       ASoC: zylonite: set .codec_dai_name in initializer
> 
> Mark Brown (3):
>       ASoC: Explicitly say registerless widgets have no register
>       ASoC: Fix CODEC device name for Corgi
>       Merge branch 'for-2.6.39' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.39
> 
> Stephen Warren (1):
>       ASoC: format_register_str: Don't clip register values
> 
> Vasily Khoruzhick (1):
>       ASoC: PXA: Fix oops in __pxa2xx_pcm_prepare
> 
> Wolfram Sang (2):
>       ASoC: imx: set watermarks for mx2-dma
>       ASoC: imx: fix burstsize for DMA
> 
>  include/sound/soc-dapm.h        |   16 ++++++++--------
>  sound/arm/pxa2xx-pcm-lib.c      |    3 +++
>  sound/soc/imx/imx-pcm-dma-mx2.c |    9 +++++++--
>  sound/soc/imx/imx-ssi.h         |    3 ---
>  sound/soc/pxa/corgi.c           |    2 +-
>  sound/soc/pxa/pxa2xx-pcm.c      |    1 +
>  sound/soc/pxa/zylonite.c        |    6 +++---
>  sound/soc/soc-core.c            |    8 ++++----
>  8 files changed, 27 insertions(+), 21 deletions(-)
> 

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

* ASoC updates for 2.6.39
@ 2011-04-04 23:33 Mark Brown
  2011-04-05  7:27 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-04-04 23:33 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:

  Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)

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

All fairly small fixes.

Antonio Ospite (1):
      ASoC: zylonite: set .codec_dai_name in initializer

Mark Brown (3):
      ASoC: Explicitly say registerless widgets have no register
      ASoC: Fix CODEC device name for Corgi
      Merge branch 'for-2.6.39' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.39

Stephen Warren (1):
      ASoC: format_register_str: Don't clip register values

Vasily Khoruzhick (1):
      ASoC: PXA: Fix oops in __pxa2xx_pcm_prepare

Wolfram Sang (2):
      ASoC: imx: set watermarks for mx2-dma
      ASoC: imx: fix burstsize for DMA

 include/sound/soc-dapm.h        |   16 ++++++++--------
 sound/arm/pxa2xx-pcm-lib.c      |    3 +++
 sound/soc/imx/imx-pcm-dma-mx2.c |    9 +++++++--
 sound/soc/imx/imx-ssi.h         |    3 ---
 sound/soc/pxa/corgi.c           |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c      |    1 +
 sound/soc/pxa/zylonite.c        |    6 +++---
 sound/soc/soc-core.c            |    8 ++++----
 8 files changed, 27 insertions(+), 21 deletions(-)

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

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

At Mon, 28 Mar 2011 11:37:10 +0100,
Mark Brown wrote:
> 
> The following changes since commit 333802e90d3f0366c4a1cb767e2783d2e1df73a8:
> 
>   ASoC: Support !REGULATOR build for sgtl5000 (2011-03-22 18:26:30 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Mark Brown (1):
>       ASoC: Explicitly say registerless widgets have no register
> 
> Wolfram Sang (2):
>       ASoC: imx: set watermarks for mx2-dma
>       ASoC: imx: fix burstsize for DMA
> 
>  include/sound/soc-dapm.h        |   16 ++++++++--------
>  sound/soc/imx/imx-pcm-dma-mx2.c |    9 +++++++--
>  sound/soc/imx/imx-ssi.h         |    3 ---
>  3 files changed, 15 insertions(+), 13 deletions(-)
> 

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

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

The following changes since commit 333802e90d3f0366c4a1cb767e2783d2e1df73a8:

  ASoC: Support !REGULATOR build for sgtl5000 (2011-03-22 18:26:30 +0000)

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

Mark Brown (1):
      ASoC: Explicitly say registerless widgets have no register

Wolfram Sang (2):
      ASoC: imx: set watermarks for mx2-dma
      ASoC: imx: fix burstsize for DMA

 include/sound/soc-dapm.h        |   16 ++++++++--------
 sound/soc/imx/imx-pcm-dma-mx2.c |    9 +++++++--
 sound/soc/imx/imx-ssi.h         |    3 ---
 3 files changed, 15 insertions(+), 13 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-03-23 10:57 Mark Brown
@ 2011-03-23 11:27 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-03-23 11:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 23 Mar 2011 10:57:54 +0000,
Mark Brown wrote:
> 
> The following changes since commit e58a8947b0264ec1f43ce5deef563b72acf1284f:
> 
>   Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-03-16 12:14:46 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Thanks, pulled now (to topic/asoc branch to reduce the merge commits).


Takashi


> Marek Belisko (1):
>       ASoC: mini2440: Fix uda134x codec problem.
> 
> Mark Brown (3):
>       Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.39
>       ASoC: Remove bogus check for register validity in debugfs write
>       ASoC: Support !REGULATOR build for sgtl5000
> 
>  arch/arm/mach-s3c2440/mach-mini2440.c |    7 +++++++
>  sound/soc/codecs/sgtl5000.c           |   14 ++++++++++++++
>  sound/soc/codecs/uda134x.c            |    3 ++-
>  sound/soc/samsung/s3c24xx_uda134x.c   |    3 ++-
>  sound/soc/soc-core.c                  |    2 --
>  5 files changed, 25 insertions(+), 4 deletions(-)
> 

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

* ASoC updates for 2.6.39
@ 2011-03-23 10:57 Mark Brown
  2011-03-23 11:27 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-03-23 10:57 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit e58a8947b0264ec1f43ce5deef563b72acf1284f:

  Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2011-03-16 12:14:46 +0100)

are available in the git repository at:

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

Marek Belisko (1):
      ASoC: mini2440: Fix uda134x codec problem.

Mark Brown (3):
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.39
      ASoC: Remove bogus check for register validity in debugfs write
      ASoC: Support !REGULATOR build for sgtl5000

 arch/arm/mach-s3c2440/mach-mini2440.c |    7 +++++++
 sound/soc/codecs/sgtl5000.c           |   14 ++++++++++++++
 sound/soc/codecs/uda134x.c            |    3 ++-
 sound/soc/samsung/s3c24xx_uda134x.c   |    3 ++-
 sound/soc/soc-core.c                  |    2 --
 5 files changed, 25 insertions(+), 4 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-03-15 19:31   ` Mark Brown
@ 2011-03-16  9:44     ` Liam Girdwood
  0 siblings, 0 replies; 36+ messages in thread
From: Liam Girdwood @ 2011-03-16  9:44 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown

On Tue, 2011-03-15 at 19:31 +0000, Mark Brown wrote:
> On Tue, Mar 15, 2011 at 05:43:16PM +0100, Takashi Iwai wrote:
> 
> > BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39
> > notes?
> 
> - Support for registering machine drivers as first class devices rather
>   than using the soc-audio device. Support for the soc-audio device will
>   be removed at some point in the future.
> - Support for ordering widget power changes within widget types, helping
>   with large CODECs and multi-stage amplifiers.
> - Support for waiting for multiple slow events to complete during DAPM
>   sequences, making it easier to handle things like DC offset correction
>   on multiple outputs.
> - CPU support for Intel Medfield and nVidia Tegra2.
> - CODEC support for Cirrus CS4271, Freescale SGTL5000, Maxim MAX8950,
>   National Semiconductors LM4857, TI SN95031 and Wolfson WM8991
> - Machine support for Intel Medfield MID reference platforms, nVidia
>   Harmony, and Visstrim M10.

I would just also add :-

Improvements to RX51 machine support.

Thanks


Liam

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

* Re: ASoC updates for 2.6.39
  2011-03-15 16:43 ` Takashi Iwai
@ 2011-03-15 19:31   ` Mark Brown
  2011-03-16  9:44     ` Liam Girdwood
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-03-15 19:31 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Tue, Mar 15, 2011 at 05:43:16PM +0100, Takashi Iwai wrote:

> BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39
> notes?

- Support for registering machine drivers as first class devices rather
  than using the soc-audio device. Support for the soc-audio device will
  be removed at some point in the future.
- Support for ordering widget power changes within widget types, helping
  with large CODECs and multi-stage amplifiers.
- Support for waiting for multiple slow events to complete during DAPM
  sequences, making it easier to handle things like DC offset correction
  on multiple outputs.
- CPU support for Intel Medfield and nVidia Tegra2.
- CODEC support for Cirrus CS4271, Freescale SGTL5000, Maxim MAX8950,
  National Semiconductors LM4857, TI SN95031 and Wolfson WM8991
- Machine support for Intel Medfield MID reference platforms, nVidia
  Harmony, and Visstrim M10.

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

* Re: ASoC updates for 2.6.39
  2011-03-15 13:18 Mark Brown
@ 2011-03-15 16:43 ` Takashi Iwai
  2011-03-15 19:31   ` Mark Brown
  0 siblings, 1 reply; 36+ messages in thread
From: Takashi Iwai @ 2011-03-15 16:43 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 15 Mar 2011 13:18:42 +0000,
Mark Brown wrote:
> 
> The following changes since commit 80e1b84ffe1354f314fd85c939900b816f394e5a:
> 
>   Merge branch 'for-2.6.38' into for-2.6.39 (2011-03-10 14:16:35 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
> 
> A final batch of updates for 2.6.39 - these have been sitting in my
> -next tree for several days now.

Thanks, pulled now.

BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39
notes?


Takashi


> Christian Glindkamp (1):
>       ASoC: Add MAX9850 codec driver
> 
> Mark Brown (1):
>       ASoC: Fix spacing in MAX8950
> 
> Takashi Iwai (1):
>       ALSA: Add snd_ctl_activate_id()
> 
> Vasily Khoruzhick (2):
>       ASoC: PXA: z2: Mute internal speaker when headphones are connected
>       ASoC: PXA: Z2: Fix codec pin name
> 
>  include/sound/control.h    |    2 +
>  sound/core/control.c       |   46 +++++
>  sound/soc/codecs/Kconfig   |    4 +
>  sound/soc/codecs/Makefile  |    2 +
>  sound/soc/codecs/max9850.c |  389 ++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/max9850.h |   38 +++++
>  sound/soc/pxa/z2.c         |    7 +-
>  7 files changed, 487 insertions(+), 1 deletions(-)
>  create mode 100644 sound/soc/codecs/max9850.c
>  create mode 100644 sound/soc/codecs/max9850.h
> 

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

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

The following changes since commit 80e1b84ffe1354f314fd85c939900b816f394e5a:

  Merge branch 'for-2.6.38' into for-2.6.39 (2011-03-10 14:16:35 +0000)

are available in the git repository at:

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

A final batch of updates for 2.6.39 - these have been sitting in my
-next tree for several days now.

Christian Glindkamp (1):
      ASoC: Add MAX9850 codec driver

Mark Brown (1):
      ASoC: Fix spacing in MAX8950

Takashi Iwai (1):
      ALSA: Add snd_ctl_activate_id()

Vasily Khoruzhick (2):
      ASoC: PXA: z2: Mute internal speaker when headphones are connected
      ASoC: PXA: Z2: Fix codec pin name

 include/sound/control.h    |    2 +
 sound/core/control.c       |   46 +++++
 sound/soc/codecs/Kconfig   |    4 +
 sound/soc/codecs/Makefile  |    2 +
 sound/soc/codecs/max9850.c |  389 ++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/max9850.h |   38 +++++
 sound/soc/pxa/z2.c         |    7 +-
 7 files changed, 487 insertions(+), 1 deletions(-)
 create mode 100644 sound/soc/codecs/max9850.c
 create mode 100644 sound/soc/codecs/max9850.h

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

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

At Thu, 10 Mar 2011 14:41:20 +0000,
Mark Brown wrote:
> 
> The following changes since commit f9c540456ab662a3b5d79c1fa93c51305a97fdf3:
> 
>   ASoC: Remove warnings in ep93xx-i2s.c (2011-03-07 17:32:02 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi

> Alexander Sverdlin (4):
>       ASoC: Manage mode and rate bits correctly for CS4271 CODEC.
>       ASoC: EDB93xx: Manage I2S rates according to datasheet for CS4271 CODEC.
>       ASoC: Improve EP93xx I2S clocks management.
>       ASoC: Enable 192kHz sample rate for EP93xx.
> 
> Dan Carpenter (1):
>       ASoC: sgtl5000: use after free in ldo_regulator_register()
> 
> Mark Brown (16):
>       ASoC: Add DAPM widget and path data to CODEC driver structure
>       ASoC: Use data based init for WM9081 DAPM
>       ASoC: Fix section mismatch warnings in WM8994
>       ASoC: Provide CODEC clocking operations and API calls
>       ASoC: Convert WM9081 SYSCLK configuration to be device wide
>       ASoC: Refactor symmetric_rates check to reduce indentation
>       ASoC: Warn rather than set a silly constraint when we can't do symmetry
>       ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()
>       ASoC: Simplify WM9081 speaker startup by using widgets for spaker output
>       ASoC: Fix broken bitfield definitions in WM8978
>       ASoC: Use the correct DAPM context when cleaning up final widget set
>       ASoC: Fix double addition of prefixes due to widget prefixing
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Fix typo in late revision WM8994 DAC2R name
>       ASoC: Ensure WM8958 gets all WM8994 late revision widgets
>       Merge branch 'for-2.6.38' into for-2.6.39
> 
>  include/sound/soc.h              |   20 +++++-
>  sound/soc/codecs/cs4271.c        |   83 ++++++++++++++--------
>  sound/soc/codecs/sgtl5000.c      |    4 +-
>  sound/soc/codecs/wm8994-tables.c |    2 +-
>  sound/soc/codecs/wm8994.c        |   10 +++-
>  sound/soc/codecs/wm8994.h        |    2 +-
>  sound/soc/codecs/wm9081.c        |   51 ++++---------
>  sound/soc/ep93xx/edb93xx.c       |   16 ++--
>  sound/soc/ep93xx/ep93xx-i2s.c    |   23 +++---
>  sound/soc/ep93xx/ep93xx-pcm.c    |    4 +-
>  sound/soc/soc-core.c             |  141 ++++++++++++++++++++++++++++++--------
>  sound/soc/soc-dapm.c             |   45 +++++++++++--
>  12 files changed, 274 insertions(+), 127 deletions(-)
> 

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

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

The following changes since commit f9c540456ab662a3b5d79c1fa93c51305a97fdf3:

  ASoC: Remove warnings in ep93xx-i2s.c (2011-03-07 17:32:02 +0000)

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

Alexander Sverdlin (4):
      ASoC: Manage mode and rate bits correctly for CS4271 CODEC.
      ASoC: EDB93xx: Manage I2S rates according to datasheet for CS4271 CODEC.
      ASoC: Improve EP93xx I2S clocks management.
      ASoC: Enable 192kHz sample rate for EP93xx.

Dan Carpenter (1):
      ASoC: sgtl5000: use after free in ldo_regulator_register()

Mark Brown (16):
      ASoC: Add DAPM widget and path data to CODEC driver structure
      ASoC: Use data based init for WM9081 DAPM
      ASoC: Fix section mismatch warnings in WM8994
      ASoC: Provide CODEC clocking operations and API calls
      ASoC: Convert WM9081 SYSCLK configuration to be device wide
      ASoC: Refactor symmetric_rates check to reduce indentation
      ASoC: Warn rather than set a silly constraint when we can't do symmetry
      ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()
      ASoC: Simplify WM9081 speaker startup by using widgets for spaker output
      ASoC: Fix broken bitfield definitions in WM8978
      ASoC: Use the correct DAPM context when cleaning up final widget set
      ASoC: Fix double addition of prefixes due to widget prefixing
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Fix typo in late revision WM8994 DAC2R name
      ASoC: Ensure WM8958 gets all WM8994 late revision widgets
      Merge branch 'for-2.6.38' into for-2.6.39

 include/sound/soc.h              |   20 +++++-
 sound/soc/codecs/cs4271.c        |   83 ++++++++++++++--------
 sound/soc/codecs/sgtl5000.c      |    4 +-
 sound/soc/codecs/wm8994-tables.c |    2 +-
 sound/soc/codecs/wm8994.c        |   10 +++-
 sound/soc/codecs/wm8994.h        |    2 +-
 sound/soc/codecs/wm9081.c        |   51 ++++---------
 sound/soc/ep93xx/edb93xx.c       |   16 ++--
 sound/soc/ep93xx/ep93xx-i2s.c    |   23 +++---
 sound/soc/ep93xx/ep93xx-pcm.c    |    4 +-
 sound/soc/soc-core.c             |  141 ++++++++++++++++++++++++++++++--------
 sound/soc/soc-dapm.c             |   45 +++++++++++--
 12 files changed, 274 insertions(+), 127 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-03-08 14:04 Mark Brown
@ 2011-03-08 17:18 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-03-08 17:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 8 Mar 2011 14:04:09 +0000,
Mark Brown wrote:
> 
> The following changes since commit 4a5f7bda8fe9d0ed08ed4c5beb5dc3fa62f09d05:
> 
>   ASoC: Add platform data for WM9081 IRQ pin configuration (2011-03-01 23:30:53 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Alexander Sverdlin (2):
>       ASoC: Extend range of supported sample rates for CS4271 CODEC.
>       ASoC: Remove warnings in ep93xx-i2s.c
> 
> Axel Lin (2):
>       ASoC: tlv320dac33: add MODULE_DEVICE_TABLE
>       ASoC: Constify i2c_device_id table
> 
> Dimitris Papastamos (1):
>       ASoC: WM8994: Ensure MICBIAS is provided with a clock
> 
> Javier Martin (2):
>       ASoC: Add TI tlv320aic32x4 codec support.
>       ASoC: Add machine driver for Visstrim_M10 board.
> 
> Lars-Peter Clausen (6):
>       ASoC: neo1973_wm8753: Remove scenario management code.
>       ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module
>       ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_state
>       ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios
>       ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver
>       ASoC: Add driver for the dfbmcs320 bluetooth module
> 
> Mark Brown (11):
>       ASoC: Fix broken bitfield definitions in WM8978
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Add TLV information for WM8978 DAC limiter
>       ASoC: Get the card directly from the DAPM context
>       ASoC: Check for a CODEC before dereferencing in DAPM
>       ASoC: Add a per-card DAPM context
>       ASoC: Allow card DAPM widgets and routes to be set up at registration
>       ASoC: Add a late_probe() callback to cards
>       ASoC: Fix outdated API usage in tlv320aic32x4
>       ASoC: Add missing debugfs conditionals
>       ASoC: Add LM4857 to SND_SOC_ALL_CODECS
> 
>  include/sound/soc.h                      |   12 +
>  include/sound/tlv320aic32x4.h            |   31 ++
>  sound/soc/codecs/Kconfig                 |   13 +-
>  sound/soc/codecs/Makefile                |    6 +
>  sound/soc/codecs/cs4270.c                |    2 +-
>  sound/soc/codecs/cs4271.c                |    7 +-
>  sound/soc/codecs/dfbmcs320.c             |   72 +++
>  sound/soc/codecs/lm4857.c                |  276 +++++++++++
>  sound/soc/codecs/tlv320aic32x4.c         |  794 ++++++++++++++++++++++++++++++
>  sound/soc/codecs/tlv320aic32x4.h         |  143 ++++++
>  sound/soc/codecs/tlv320dac33.c           |    1 +
>  sound/soc/codecs/wm8978.c                |   17 +-
>  sound/soc/ep93xx/ep93xx-i2s.c            |    8 +-
>  sound/soc/imx/Kconfig                    |   10 +
>  sound/soc/imx/Makefile                   |    2 +
>  sound/soc/imx/mx27vis-aic32x4.c          |  137 +++++
>  sound/soc/samsung/Kconfig                |   19 +-
>  sound/soc/samsung/Makefile               |    2 -
>  sound/soc/samsung/lm4857.h               |   32 --
>  sound/soc/samsung/neo1973_gta02_wm8753.c |  494 -------------------
>  sound/soc/samsung/neo1973_wm8753.c       |  634 +++++++++---------------
>  sound/soc/soc-core.c                     |   31 ++
>  sound/soc/soc-dapm.c                     |   14 +-
>  23 files changed, 1795 insertions(+), 962 deletions(-)
>  create mode 100644 include/sound/tlv320aic32x4.h
>  create mode 100644 sound/soc/codecs/dfbmcs320.c
>  create mode 100644 sound/soc/codecs/lm4857.c
>  create mode 100644 sound/soc/codecs/tlv320aic32x4.c
>  create mode 100644 sound/soc/codecs/tlv320aic32x4.h
>  create mode 100644 sound/soc/imx/mx27vis-aic32x4.c
>  delete mode 100644 sound/soc/samsung/lm4857.h
>  delete mode 100644 sound/soc/samsung/neo1973_gta02_wm8753.c
> 

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

* ASoC updates for 2.6.39
@ 2011-03-08 14:04 Mark Brown
  2011-03-08 17:18 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-03-08 14:04 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 4a5f7bda8fe9d0ed08ed4c5beb5dc3fa62f09d05:

  ASoC: Add platform data for WM9081 IRQ pin configuration (2011-03-01 23:30:53 +0000)

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

Alexander Sverdlin (2):
      ASoC: Extend range of supported sample rates for CS4271 CODEC.
      ASoC: Remove warnings in ep93xx-i2s.c

Axel Lin (2):
      ASoC: tlv320dac33: add MODULE_DEVICE_TABLE
      ASoC: Constify i2c_device_id table

Dimitris Papastamos (1):
      ASoC: WM8994: Ensure MICBIAS is provided with a clock

Javier Martin (2):
      ASoC: Add TI tlv320aic32x4 codec support.
      ASoC: Add machine driver for Visstrim_M10 board.

Lars-Peter Clausen (6):
      ASoC: neo1973_wm8753: Remove scenario management code.
      ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module
      ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_state
      ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios
      ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver
      ASoC: Add driver for the dfbmcs320 bluetooth module

Mark Brown (11):
      ASoC: Fix broken bitfield definitions in WM8978
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Add TLV information for WM8978 DAC limiter
      ASoC: Get the card directly from the DAPM context
      ASoC: Check for a CODEC before dereferencing in DAPM
      ASoC: Add a per-card DAPM context
      ASoC: Allow card DAPM widgets and routes to be set up at registration
      ASoC: Add a late_probe() callback to cards
      ASoC: Fix outdated API usage in tlv320aic32x4
      ASoC: Add missing debugfs conditionals
      ASoC: Add LM4857 to SND_SOC_ALL_CODECS

 include/sound/soc.h                      |   12 +
 include/sound/tlv320aic32x4.h            |   31 ++
 sound/soc/codecs/Kconfig                 |   13 +-
 sound/soc/codecs/Makefile                |    6 +
 sound/soc/codecs/cs4270.c                |    2 +-
 sound/soc/codecs/cs4271.c                |    7 +-
 sound/soc/codecs/dfbmcs320.c             |   72 +++
 sound/soc/codecs/lm4857.c                |  276 +++++++++++
 sound/soc/codecs/tlv320aic32x4.c         |  794 ++++++++++++++++++++++++++++++
 sound/soc/codecs/tlv320aic32x4.h         |  143 ++++++
 sound/soc/codecs/tlv320dac33.c           |    1 +
 sound/soc/codecs/wm8978.c                |   17 +-
 sound/soc/ep93xx/ep93xx-i2s.c            |    8 +-
 sound/soc/imx/Kconfig                    |   10 +
 sound/soc/imx/Makefile                   |    2 +
 sound/soc/imx/mx27vis-aic32x4.c          |  137 +++++
 sound/soc/samsung/Kconfig                |   19 +-
 sound/soc/samsung/Makefile               |    2 -
 sound/soc/samsung/lm4857.h               |   32 --
 sound/soc/samsung/neo1973_gta02_wm8753.c |  494 -------------------
 sound/soc/samsung/neo1973_wm8753.c       |  634 +++++++++---------------
 sound/soc/soc-core.c                     |   31 ++
 sound/soc/soc-dapm.c                     |   14 +-
 23 files changed, 1795 insertions(+), 962 deletions(-)
 create mode 100644 include/sound/tlv320aic32x4.h
 create mode 100644 sound/soc/codecs/dfbmcs320.c
 create mode 100644 sound/soc/codecs/lm4857.c
 create mode 100644 sound/soc/codecs/tlv320aic32x4.c
 create mode 100644 sound/soc/codecs/tlv320aic32x4.h
 create mode 100644 sound/soc/imx/mx27vis-aic32x4.c
 delete mode 100644 sound/soc/samsung/lm4857.h
 delete mode 100644 sound/soc/samsung/neo1973_gta02_wm8753.c

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

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

At Wed, 2 Mar 2011 11:36:14 +0000,
Mark Brown wrote:
> 
> The following changes since commit 61a142b7e4b5c4cce1b4ea52a829984959120089:
> 
>   ASoC: Staticise non-exported symbols in SGTL5000 (2011-02-28 14:33:01 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (3):
>       ASoC: WM8994: Don't disable the AIF[1|2]CLK_ENA unconditionaly
>       ASoC: WM8994: Ensure late enable events are processed for the ADCs
>       ASoC: WM8994: Ensure MICBIAS is provided with a clock
> 
> Javier Martin (1):
>       ASoC: Fix burstsize and DSP_B format problems in imx-ssi.
> 
> Mark Brown (4):
>       ASoC: Fix WM9081 platform data initialisation
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Remove module probe announcements from CODEC drivers
>       ASoC: Add platform data for WM9081 IRQ pin configuration
> 
> Stephen Warren (1):
>       ASoC: Tegra: Fix error handling in DMA channel alloc
> 
>  include/sound/wm9081.h      |    9 ++++--
>  sound/soc/codecs/ak4104.c   |    1 -
>  sound/soc/codecs/cs4270.c   |    2 -
>  sound/soc/codecs/wm8994.c   |   64 +++++++++++++++++++++++++++++++++++++------
>  sound/soc/codecs/wm9081.c   |   30 +++++++++++++++-----
>  sound/soc/imx/imx-ssi.c     |    5 +++-
>  sound/soc/tegra/tegra_pcm.c |    4 +-
>  7 files changed, 89 insertions(+), 26 deletions(-)
> 

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

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

The following changes since commit 61a142b7e4b5c4cce1b4ea52a829984959120089:

  ASoC: Staticise non-exported symbols in SGTL5000 (2011-02-28 14:33:01 +0000)

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

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

Javier Martin (1):
      ASoC: Fix burstsize and DSP_B format problems in imx-ssi.

Mark Brown (4):
      ASoC: Fix WM9081 platform data initialisation
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Remove module probe announcements from CODEC drivers
      ASoC: Add platform data for WM9081 IRQ pin configuration

Stephen Warren (1):
      ASoC: Tegra: Fix error handling in DMA channel alloc

 include/sound/wm9081.h      |    9 ++++--
 sound/soc/codecs/ak4104.c   |    1 -
 sound/soc/codecs/cs4270.c   |    2 -
 sound/soc/codecs/wm8994.c   |   64 +++++++++++++++++++++++++++++++++++++------
 sound/soc/codecs/wm9081.c   |   30 +++++++++++++++-----
 sound/soc/imx/imx-ssi.c     |    5 +++-
 sound/soc/tegra/tegra_pcm.c |    4 +-
 7 files changed, 89 insertions(+), 26 deletions(-)

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

* Re: ASoC updates for 2.6.39
  2011-02-28 15:09 Mark Brown
@ 2011-02-28 15:22 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-02-28 15:22 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 28 Feb 2011 15:09:15 +0000,
Mark Brown wrote:
> 
> The following changes since commit 9b34e6cc3bc2bf826c078c93c81b46f6c08da25f:
> 
>   ASoC: Add Freescale SGTL5000 codec support (2011-02-25 12:09:33 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi

> Eric Bénard (2):
>       eukrea-tlv320: fix platform_name
>       ASoC: eukrea-tlv320: add MBIMXSD51 support
> 
> Mark Brown (3):
>       ASoC: Move WM2000 to dev_pm_ops
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Staticise non-exported symbols in SGTL5000
> 
> Zeng Zhaoming (1):
>       ASoC: remove unnecessary header including in SGTL5000 codec driver
> 
>  sound/soc/codecs/sgtl5000.c   |    7 +++----
>  sound/soc/codecs/sgtl5000.h   |    2 --
>  sound/soc/codecs/wm2000.c     |   14 +++++++-------
>  sound/soc/imx/Kconfig         |    3 ++-
>  sound/soc/imx/eukrea-tlv320.c |    5 +++--
>  5 files changed, 15 insertions(+), 16 deletions(-)
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* ASoC updates for 2.6.39
@ 2011-02-28 15:09 Mark Brown
  2011-02-28 15:22 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-02-28 15:09 UTC (permalink / raw)
  To: Taksahi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit 9b34e6cc3bc2bf826c078c93c81b46f6c08da25f:

  ASoC: Add Freescale SGTL5000 codec support (2011-02-25 12:09:33 +0000)

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

Eric Bénard (2):
      eukrea-tlv320: fix platform_name
      ASoC: eukrea-tlv320: add MBIMXSD51 support

Mark Brown (3):
      ASoC: Move WM2000 to dev_pm_ops
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Staticise non-exported symbols in SGTL5000

Zeng Zhaoming (1):
      ASoC: remove unnecessary header including in SGTL5000 codec driver

 sound/soc/codecs/sgtl5000.c   |    7 +++----
 sound/soc/codecs/sgtl5000.h   |    2 --
 sound/soc/codecs/wm2000.c     |   14 +++++++-------
 sound/soc/imx/Kconfig         |    3 ++-
 sound/soc/imx/eukrea-tlv320.c |    5 +++--
 5 files changed, 15 insertions(+), 16 deletions(-)

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

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

At Fri, 25 Feb 2011 12:48:23 +0000,
Mark Brown wrote:
> 
> The following changes since commit fadddc8753ccfab26ee57f3205d6926fe4be1350:
> 
>   ASoC: Add kerneldoc for jack_status_check callback (2011-02-18 09:14:24 -0800)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (1):
>       ASoC: soc-dapm: Include quotes around contents in debugfs entries
> 
> Dmitry Eremin-Solenikov (1):
>       ASoC: correct pxa AC97 DAI names
> 
> Justin P. Mattock (1):
>       ASoC: remove one to many l's in the word
> 
> Mark Brown (15):
>       ASoC: Mark WM8958 microphone detection registers readable
>       ASoC: Hook wm_hubs micbiases up to CLK_SYS
>       ASoC: Fix WM8958 default microphone detection argument ordering
>       ASoC: Correct definition of WM8903_VMID_RES_5K
>       ASoC: Hook wm_hubs micbiases up to CLK_SYS
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Remove card from snd_soc_dapm_set_bias_level()
>       ASoC: Run bias level changes for all DAPM contexts in parallel
>       ASoC: Mark WM8958 microphone bias registers as readable
>       ASoC: Support WM8958 direct microphone detection IRQ
>       ASoC: Support configuration of WM8958 microphone bias analogue parameters
>       ASoC: Simplify default WM8958 jack detection code
>       ASoC: Pass the jack to jack notifiers
>       ASoC: Remove -codec suffix from WM9081 driver
>       Merge branch 'for-2.6.38' into for-2.6.39
> 
> Stephen Warren (1):
>       ASoC: Tegra: Move utilities to separate module
> 
> Zeng Zhaoming (1):
>       ASoC: Add Freescale SGTL5000 codec support
> 
>  include/linux/mfd/wm8994/pdata.h     |   12 +-
>  include/linux/mfd/wm8994/registers.h |    2 +
>  sound/soc/codecs/Kconfig             |    5 +
>  sound/soc/codecs/Makefile            |    2 +
>  sound/soc/codecs/sgtl5000.c          | 1512 ++++++++++++++++++++++++++++++++++
>  sound/soc/codecs/sgtl5000.h          |  402 +++++++++
>  sound/soc/codecs/wm8903.h            |    2 +-
>  sound/soc/codecs/wm8994-tables.c     |   10 +-
>  sound/soc/codecs/wm8994.c            |  105 ++--
>  sound/soc/codecs/wm9081.c            |    2 +-
>  sound/soc/codecs/wm_hubs.c           |    3 +
>  sound/soc/pxa/e740_wm9705.c          |    4 +-
>  sound/soc/pxa/e750_wm9705.c          |    4 +-
>  sound/soc/pxa/e800_wm9712.c          |    4 +-
>  sound/soc/pxa/em-x270.c              |    4 +-
>  sound/soc/pxa/mioa701_wm9713.c       |    4 +-
>  sound/soc/pxa/palm27x.c              |    4 +-
>  sound/soc/pxa/tosa.c                 |    4 +-
>  sound/soc/pxa/zylonite.c             |    4 +-
>  sound/soc/samsung/dma.c              |    2 +-
>  sound/soc/soc-dapm.c                 |  134 ++--
>  sound/soc/soc-jack.c                 |    2 +-
>  sound/soc/tegra/Makefile             |    3 +-
>  sound/soc/tegra/tegra_asoc_utils.c   |    6 +
>  24 files changed, 2091 insertions(+), 145 deletions(-)
>  create mode 100644 sound/soc/codecs/sgtl5000.c
>  create mode 100644 sound/soc/codecs/sgtl5000.h
> 

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

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

The following changes since commit fadddc8753ccfab26ee57f3205d6926fe4be1350:

  ASoC: Add kerneldoc for jack_status_check callback (2011-02-18 09:14:24 -0800)

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

Dimitris Papastamos (1):
      ASoC: soc-dapm: Include quotes around contents in debugfs entries

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

Justin P. Mattock (1):
      ASoC: remove one to many l's in the word

Mark Brown (15):
      ASoC: Mark WM8958 microphone detection registers readable
      ASoC: Hook wm_hubs micbiases up to CLK_SYS
      ASoC: Fix WM8958 default microphone detection argument ordering
      ASoC: Correct definition of WM8903_VMID_RES_5K
      ASoC: Hook wm_hubs micbiases up to CLK_SYS
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Remove card from snd_soc_dapm_set_bias_level()
      ASoC: Run bias level changes for all DAPM contexts in parallel
      ASoC: Mark WM8958 microphone bias registers as readable
      ASoC: Support WM8958 direct microphone detection IRQ
      ASoC: Support configuration of WM8958 microphone bias analogue parameters
      ASoC: Simplify default WM8958 jack detection code
      ASoC: Pass the jack to jack notifiers
      ASoC: Remove -codec suffix from WM9081 driver
      Merge branch 'for-2.6.38' into for-2.6.39

Stephen Warren (1):
      ASoC: Tegra: Move utilities to separate module

Zeng Zhaoming (1):
      ASoC: Add Freescale SGTL5000 codec support

 include/linux/mfd/wm8994/pdata.h     |   12 +-
 include/linux/mfd/wm8994/registers.h |    2 +
 sound/soc/codecs/Kconfig             |    5 +
 sound/soc/codecs/Makefile            |    2 +
 sound/soc/codecs/sgtl5000.c          | 1512 ++++++++++++++++++++++++++++++++++
 sound/soc/codecs/sgtl5000.h          |  402 +++++++++
 sound/soc/codecs/wm8903.h            |    2 +-
 sound/soc/codecs/wm8994-tables.c     |   10 +-
 sound/soc/codecs/wm8994.c            |  105 ++--
 sound/soc/codecs/wm9081.c            |    2 +-
 sound/soc/codecs/wm_hubs.c           |    3 +
 sound/soc/pxa/e740_wm9705.c          |    4 +-
 sound/soc/pxa/e750_wm9705.c          |    4 +-
 sound/soc/pxa/e800_wm9712.c          |    4 +-
 sound/soc/pxa/em-x270.c              |    4 +-
 sound/soc/pxa/mioa701_wm9713.c       |    4 +-
 sound/soc/pxa/palm27x.c              |    4 +-
 sound/soc/pxa/tosa.c                 |    4 +-
 sound/soc/pxa/zylonite.c             |    4 +-
 sound/soc/samsung/dma.c              |    2 +-
 sound/soc/soc-dapm.c                 |  134 ++--
 sound/soc/soc-jack.c                 |    2 +-
 sound/soc/tegra/Makefile             |    3 +-
 sound/soc/tegra/tegra_asoc_utils.c   |    6 +
 24 files changed, 2091 insertions(+), 145 deletions(-)
 create mode 100644 sound/soc/codecs/sgtl5000.c
 create mode 100644 sound/soc/codecs/sgtl5000.h

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

* Re: ASoC updates for 2.6.39
  2011-02-18 22:18 Mark Brown
@ 2011-02-19 15:19 ` Takashi Iwai
  0 siblings, 0 replies; 36+ messages in thread
From: Takashi Iwai @ 2011-02-19 15:19 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Fri, 18 Feb 2011 14:18:56 -0800,
Mark Brown wrote:
> 
> The following changes since commit 46fdaa3bec1bcaa36759b1f5e5e27245ae465b8f:
> 
>   ASoC: soc-cache: dereferencing before checking (2011-02-08 11:27:45 +0000)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi


> Dimitris Papastamos (2):
>       ASoC: WM8994: Improve robustness in some use cases
>       ASoC: WM8994: Improve playback robustness
> 
> Janusz Krzysztofik (1):
>       ASoC: CX20442: fix wrong reg_cache_default content
> 
> Jarkko Nikula (1):
>       ASoC: Allow use sleeping gpio in soc-jack
> 
> Mark Brown (21):
>       ASoC: Remove redundant -codec from WM8903 driver name
>       ASoC: Display WM8903 chip revision alphabetically
>       ASoC: Add support for AIF channel muxing on WM8903
>       ASoC: Convert WM8903 to use PGA_S for output stage enables
>       ASoC: Dynamically manage CLK_SYS in WM8903
>       ASoC: Fix WM8903 DAC mute default
>       ASoC: Sync initial widget state with hardware
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Actively manage WM8903 DC servo configuration
>       ASoC: Convert WM8903 bias management to use snd_soc_update_bits()
>       ASoC: Don't use write sequencer to power up WM8903
>       ASoC: Use explicit sequence for WM8903 bias off
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Ensure supplies are maintained for force enabled widgets
>       ASoC: Warn if WM8903 platform data is used to enable microphone IRQ
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Fix missing space in WM8994
>       ASoC: Remove export of snd_soc_dapm_stream_event()
>       ASoC: Log wm_hubs DC servo operation code when reporting a timeout
>       ASoC: Allow GPIO jack detection to be configured as a wake source
>       ASoC: Add kerneldoc for jack_status_check callback
> 
> Stephen Warren (8):
>       ASoC: Tegra: Harmony: Add headphone jack detection
>       ASoC: Tegra: Harmony: Add switch control for speaker
>       ASoC: WM8903: Fix mic detection register definitions
>       ASoC: WM8903: Fix mic detection enable logic
>       ASoC: Tegra: Harmony: Implement mic detection
>       ASoC: Harmony: Call snd_soc_dapm_nc_pin
>       ASoC: Tegra: Harmony: Explicitly set mic enables
>       ASoC: Tegra: Add MODULE_ALIAS
> 
> Vaibhav Bedia (3):
>       ASoC: Davinci: Use resource_size() helper function
>       ASoC: Davinci: Call clk_disable() and clk_put() in case of error
>       ASoC: Davinci: Replace usage of IO_ADDRESS with ioremap()
> 
> Vinod Koul (10):
>       ASoC: sn95031: Add jack support in the codec
>       ASoC: mfld_machine: Add support for jack detection
>       ASoC: sn95031: Add support for reading mic bias
>       ASoC: add support for multiple jack types
>       ASoC: mid-x86: Use the soc-jack apis for jack type detection
>       ASoC: sn95031: make playback rails depend on actual pins they control
>       ASoC: sn95031: fix the DMIC path routing
>       ASoC: sn95031: fix the amic tlv scale
>       ASoC: mfld_machine: make use of soc_register_card API
>       ASoC: sst_platform: fix the pulseaudio error
> 
>  include/sound/soc.h               |   29 ++
>  include/sound/wm8903.h            |   10 +-
>  sound/soc/codecs/cx20442.c        |    2 +-
>  sound/soc/codecs/sn95031.c        |  239 +++++++++++++++---
>  sound/soc/codecs/sn95031.h        |   33 +++
>  sound/soc/codecs/wm8903.c         |  514 ++++++++++++++++++++++++-------------
>  sound/soc/codecs/wm8903.h         |    8 +
>  sound/soc/codecs/wm8994.c         |  199 +++++++++++++-
>  sound/soc/codecs/wm_hubs.c        |    3 +-
>  sound/soc/davinci/davinci-i2s.c   |   28 ++-
>  sound/soc/davinci/davinci-mcasp.c |   29 ++-
>  sound/soc/mid-x86/mfld_machine.c  |  209 +++++++++++++--
>  sound/soc/mid-x86/sst_platform.c  |    9 +
>  sound/soc/soc-dapm.c              |   24 ++-
>  sound/soc/soc-jack.c              |   56 ++++-
>  sound/soc/tegra/harmony.c         |  103 +++++++-
>  sound/soc/tegra/tegra_das.c       |    1 +
>  sound/soc/tegra/tegra_i2s.c       |    1 +
>  sound/soc/tegra/tegra_pcm.c       |    5 +-
>  19 files changed, 1207 insertions(+), 295 deletions(-)
> 

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

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

The following changes since commit 46fdaa3bec1bcaa36759b1f5e5e27245ae465b8f:

  ASoC: soc-cache: dereferencing before checking (2011-02-08 11:27:45 +0000)

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

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

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

Jarkko Nikula (1):
      ASoC: Allow use sleeping gpio in soc-jack

Mark Brown (21):
      ASoC: Remove redundant -codec from WM8903 driver name
      ASoC: Display WM8903 chip revision alphabetically
      ASoC: Add support for AIF channel muxing on WM8903
      ASoC: Convert WM8903 to use PGA_S for output stage enables
      ASoC: Dynamically manage CLK_SYS in WM8903
      ASoC: Fix WM8903 DAC mute default
      ASoC: Sync initial widget state with hardware
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Actively manage WM8903 DC servo configuration
      ASoC: Convert WM8903 bias management to use snd_soc_update_bits()
      ASoC: Don't use write sequencer to power up WM8903
      ASoC: Use explicit sequence for WM8903 bias off
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Ensure supplies are maintained for force enabled widgets
      ASoC: Warn if WM8903 platform data is used to enable microphone IRQ
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Fix missing space in WM8994
      ASoC: Remove export of snd_soc_dapm_stream_event()
      ASoC: Log wm_hubs DC servo operation code when reporting a timeout
      ASoC: Allow GPIO jack detection to be configured as a wake source
      ASoC: Add kerneldoc for jack_status_check callback

Stephen Warren (8):
      ASoC: Tegra: Harmony: Add headphone jack detection
      ASoC: Tegra: Harmony: Add switch control for speaker
      ASoC: WM8903: Fix mic detection register definitions
      ASoC: WM8903: Fix mic detection enable logic
      ASoC: Tegra: Harmony: Implement mic detection
      ASoC: Harmony: Call snd_soc_dapm_nc_pin
      ASoC: Tegra: Harmony: Explicitly set mic enables
      ASoC: Tegra: Add MODULE_ALIAS

Vaibhav Bedia (3):
      ASoC: Davinci: Use resource_size() helper function
      ASoC: Davinci: Call clk_disable() and clk_put() in case of error
      ASoC: Davinci: Replace usage of IO_ADDRESS with ioremap()

Vinod Koul (10):
      ASoC: sn95031: Add jack support in the codec
      ASoC: mfld_machine: Add support for jack detection
      ASoC: sn95031: Add support for reading mic bias
      ASoC: add support for multiple jack types
      ASoC: mid-x86: Use the soc-jack apis for jack type detection
      ASoC: sn95031: make playback rails depend on actual pins they control
      ASoC: sn95031: fix the DMIC path routing
      ASoC: sn95031: fix the amic tlv scale
      ASoC: mfld_machine: make use of soc_register_card API
      ASoC: sst_platform: fix the pulseaudio error

 include/sound/soc.h               |   29 ++
 include/sound/wm8903.h            |   10 +-
 sound/soc/codecs/cx20442.c        |    2 +-
 sound/soc/codecs/sn95031.c        |  239 +++++++++++++++---
 sound/soc/codecs/sn95031.h        |   33 +++
 sound/soc/codecs/wm8903.c         |  514 ++++++++++++++++++++++++-------------
 sound/soc/codecs/wm8903.h         |    8 +
 sound/soc/codecs/wm8994.c         |  199 +++++++++++++-
 sound/soc/codecs/wm_hubs.c        |    3 +-
 sound/soc/davinci/davinci-i2s.c   |   28 ++-
 sound/soc/davinci/davinci-mcasp.c |   29 ++-
 sound/soc/mid-x86/mfld_machine.c  |  209 +++++++++++++--
 sound/soc/mid-x86/sst_platform.c  |    9 +
 sound/soc/soc-dapm.c              |   24 ++-
 sound/soc/soc-jack.c              |   56 ++++-
 sound/soc/tegra/harmony.c         |  103 +++++++-
 sound/soc/tegra/tegra_das.c       |    1 +
 sound/soc/tegra/tegra_i2s.c       |    1 +
 sound/soc/tegra/tegra_pcm.c       |    5 +-
 19 files changed, 1207 insertions(+), 295 deletions(-)

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

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

At Tue, 8 Feb 2011 12:45:45 +0000,
Mark Brown wrote:
> 
> The following changes since commit 273de37655369e57919f19e157fafb2b4b1e4472:
> 
>   Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into for-2.6.39 (2011-02-01 14:55:10 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Pulled now.  Thanks.


Takashi

> Alexander Sverdlin (1):
>       ASoC: CS4271: Move Chip Select control out of the CODEC code.
> 
> Dan Carpenter (1):
>       ASoC: soc-cache: dereferencing before checking
> 
> Dimitris Papastamos (1):
>       ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytes
> 
> Janusz Krzysztofik (1):
>       ASoC: fill in snd_soc_pcm_runtime.card before calling snd_soc_dai_link.init()
> 
> Lars-Peter Clausen (1):
>       ASoC: codecs: wm8753: Fix DAI mode switching
> 
> Mark Brown (6):
>       ASoC: Update PM ifdefs for exported suspend/resume
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Sort ALC5623 in Kconfig and Makefile
>       ASoC: Create an AIF1ADCDAT signal widget to match AIF2
>       ASoC: Improve WM8994 digital power sequencing
>       Merge branch 'for-2.6.38' into for-2.6.39
> 
> Mika Westerberg (1):
>       ASoC: ep93xx-ac97: remove extra empty line
> 
> Sven Neumann (1):
>       ASoC: PXA: formatting
> 
> Vaibhav Bedia (1):
>       asoc: davinci: da830/omap-l137: correct cpu_dai_name
> 
> Vinod Koul (1):
>       ASoC: mid-x86: Fix dependency on intel_sst driver
> 
>  include/sound/cs4271.h          |    1 -
>  sound/soc/codecs/Makefile       |    2 +-
>  sound/soc/codecs/cs4271.c       |   22 +---
>  sound/soc/codecs/wm8753.c       |  296 ++++++++++++++++-----------------------
>  sound/soc/codecs/wm8994.c       |   26 +++-
>  sound/soc/davinci/davinci-evm.c |   18 ++-
>  sound/soc/ep93xx/ep93xx-ac97.c  |    1 -
>  sound/soc/mid-x86/Kconfig       |    2 +-
>  sound/soc/pxa/raumfeld.c        |   16 +-
>  sound/soc/soc-cache.c           |   25 ++--
>  sound/soc/soc-core.c            |  114 ++++++++++-----
>  11 files changed, 258 insertions(+), 265 deletions(-)
> 

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

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

The following changes since commit 273de37655369e57919f19e157fafb2b4b1e4472:

  Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into for-2.6.39 (2011-02-01 14:55:10 +0000)

are available in the git repository at:

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

Alexander Sverdlin (1):
      ASoC: CS4271: Move Chip Select control out of the CODEC code.

Dan Carpenter (1):
      ASoC: soc-cache: dereferencing before checking

Dimitris Papastamos (1):
      ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytes

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

Lars-Peter Clausen (1):
      ASoC: codecs: wm8753: Fix DAI mode switching

Mark Brown (6):
      ASoC: Update PM ifdefs for exported suspend/resume
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Sort ALC5623 in Kconfig and Makefile
      ASoC: Create an AIF1ADCDAT signal widget to match AIF2
      ASoC: Improve WM8994 digital power sequencing
      Merge branch 'for-2.6.38' into for-2.6.39

Mika Westerberg (1):
      ASoC: ep93xx-ac97: remove extra empty line

Sven Neumann (1):
      ASoC: PXA: formatting

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

Vinod Koul (1):
      ASoC: mid-x86: Fix dependency on intel_sst driver

 include/sound/cs4271.h          |    1 -
 sound/soc/codecs/Makefile       |    2 +-
 sound/soc/codecs/cs4271.c       |   22 +---
 sound/soc/codecs/wm8753.c       |  296 ++++++++++++++++-----------------------
 sound/soc/codecs/wm8994.c       |   26 +++-
 sound/soc/davinci/davinci-evm.c |   18 ++-
 sound/soc/ep93xx/ep93xx-ac97.c  |    1 -
 sound/soc/mid-x86/Kconfig       |    2 +-
 sound/soc/pxa/raumfeld.c        |   16 +-
 sound/soc/soc-cache.c           |   25 ++--
 sound/soc/soc-core.c            |  114 ++++++++++-----
 11 files changed, 258 insertions(+), 265 deletions(-)

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

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

At Thu, 20 Jan 2011 11:31:18 +0000,
Mark Brown wrote:
> 
> On Thu, Jan 20, 2011 at 07:50:01AM +0100, Takashi Iwai wrote:
> 
> > It's merged to master, but not to linux-next yet for a while.
> 
> FWIW they're in -next today via my tree without any apparent merge
> issues.

OK, thanks for note.
I'll check my tree internally today.  Maybe will enable in linux-next
tomorrow or in the next week.


Takashi

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

* Re: ASoC updates for 2.6.39
  2011-01-20  6:50 ` Takashi Iwai
@ 2011-01-20 11:31   ` Mark Brown
  2011-01-20 11:35     ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-01-20 11:31 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

On Thu, Jan 20, 2011 at 07:50:01AM +0100, Takashi Iwai wrote:

> It's merged to master, but not to linux-next yet for a while.

FWIW they're in -next today via my tree without any apparent merge
issues.

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

* Re: ASoC updates for 2.6.39
  2011-01-19 12:33 Mark Brown
@ 2011-01-20  6:50 ` Takashi Iwai
  2011-01-20 11:31   ` Mark Brown
  0 siblings, 1 reply; 36+ messages in thread
From: Takashi Iwai @ 2011-01-20  6:50 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Wed, 19 Jan 2011 12:33:20 +0000,
Mark Brown wrote:
> 
> The following changes since commit c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470:
> 
>   Linux 2.6.38-rc1 (2011-01-18 15:14:02 -0800)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39

Thanks, pulled to topic/asoc branch now.
It's merged to master, but not to linux-next yet for a while.


Takashi

> Barry Song (2):
>       ASoC: Blackfin TDM: use external frame syncs
>       ASoC: Blackfin: fix DAI/SPORT config dependency issues
> 
> Dimitris Papastamos (11):
>       ASoC: soc-core: Add support for NULL default register caches
>       ASoC: WM8995: Remember to flush the cache on resume
>       ASoC: soc-cache: Clean up the cache manipulation code
>       ASoC: soc-core: Simplify compress_type overriding functionality
>       ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache
>       ASoC: soc-cache: Add reg_size as a member to snd_soc_codec
>       ASoC: soc-cache: Add support for default readable()/volatile() functions
>       ASoC: Update users of readable_register()/volatile_register()
>       ASoC: Automatically assign the default readable()/volatile() functions
>       ASoC: WM8991: Add initial WM8991 driver
>       ASoC: WM8995: Add regulator handling code
> 
> Harsha Priya (2):
>       ASoC: sst_platform created helper functions
>       ASoC: sst_platform porting sst dsp driver interface as per latest in Greg's staging tree
> 
> Kuninori Morimoto (1):
>       ASoC: sh: fsi-ak4642: fixup platform device id
> 
> Mark Brown (8):
>       ASoC: Taint the kernel if debugfs is used to write directly to CODECs
>       ASoC: Update name of debugfs root symbol to snd_soc_
>       ASoC: Fix indentation in soc_remove()
>       Merge branch 'for-2.6.38' into for-2.6.39
>       ASoC: Avoid direct register cache access when setting defaults
>       Merge branch 'for-2.6.38' into for-2.6.39
>       Merge branch 'for-2.6.38' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.38
>       Merge branch 'for-2.6.38' into for-2.6.39
> 
> Mike Frysinger (2):
>       ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
>       ASoC: Blackfin AC97: fix build error after multi-component update
> 
> Peter Ujfalusi (1):
>       ASoC: core: Remove dapm_sync call from soc_post_component_init
> 
> Seungwhan Youn (6):
>       ASoC: SAMSUNG: Remove AC97 header file
>       ASoC: SAMSUNG: Clean-up DMA header file
>       ASoC: SAMSUNG: Move PCM specific definitions into pcm.c
>       ASoC: SAMSUNG: Clean-up header includes
>       ASoC: documentation updates
>       ASoC: documentation updates
> 
> Stephen Warren (10):
>       ASoC: Export debugfs root dentry
>       ASoC: tegra: Add tegra-das driver
>       ASoC: tegra: Add tegra-pcm driver
>       ASoC: tegra: Add tegra-i2s driver
>       ASoC: tegra: Machine utility code
>       ASoC: tegra: Harmony machine support
>       ASoC: tegra: Kconfig and Makefile
>       ASoC: tegra: s/IS_ERR_OR_NULL/IS_ERR/ for clk_get_sys
>       ASoC: tegra: Remove TEGRA_I2S_AUDIO from Kconfig
>       ASoC: tegra: Add DAPM widgets/routes for Harmony
> 
> Timur Tabi (1):
>       ASoC: let snd_soc_update_bits() return an error code
> 
> Vasily Khoruzhick (2):
>       ASoC: PXA: Fix jack detection on Zipit Z2
>       ASoC: PXA: Fix codec address on Zipit Z2
> 
> Vinod Koul (12):
>       ASoC: sst v2: Add sn95031 codec driver
>       ASoC: sst v2: Add mid platform driver
>       ASoC sst v2: Add medfield machine driver
>       ASoC: sst v2: Add makefiles and kconfigs changes
>       ASoC: sn95031 fix the code style and format inconsistencies
>       ASoC: sst platform - fix the style inconsistency
>       ASoC: mid-x86 - remove the flag in makefile
>       ASoC: soc core move card cleanup from soc_remove()
>       ASoC: soc core move the card debugfs initialization
>       ASoC: soc core add inline to handle card list initialzation
>       ASoC: soc core allow machine driver to register the card
>       ASoC: Add dependency on INTEL_SCU_IPC for Intel MID drivers
> 
>  Documentation/sound/alsa/soc/codec.txt         |   45 +-
>  Documentation/sound/alsa/soc/machine.txt       |   38 +-
>  Documentation/sound/alsa/soc/platform.txt      |   12 +-
>  include/sound/soc.h                            |   45 +-
>  sound/soc/Kconfig                              |    2 +
>  sound/soc/Makefile                             |    2 +
>  sound/soc/blackfin/Kconfig                     |   11 +-
>  sound/soc/blackfin/bf5xx-ac97.c                |    4 +-
>  sound/soc/blackfin/bf5xx-tdm.c                 |   10 +-
>  sound/soc/codecs/Kconfig                       |    8 +
>  sound/soc/codecs/Makefile                      |    4 +
>  sound/soc/codecs/cs4270.c                      |    4 +-
>  sound/soc/codecs/max98088.c                    |    2 +-
>  sound/soc/codecs/sn95031.c                     |  495 ++++++++
>  sound/soc/codecs/sn95031.h                     |   99 ++
>  sound/soc/codecs/wm8523.c                      |    8 +-
>  sound/soc/codecs/wm8741.c                      |   13 +-
>  sound/soc/codecs/wm8804.c                      |    2 +-
>  sound/soc/codecs/wm8900.c                      |    2 +-
>  sound/soc/codecs/wm8903.c                      |    2 +-
>  sound/soc/codecs/wm8904.c                      |   43 +-
>  sound/soc/codecs/wm8955.c                      |   27 +-
>  sound/soc/codecs/wm8961.c                      |    2 +-
>  sound/soc/codecs/wm8962.c                      |   34 +-
>  sound/soc/codecs/wm8978.c                      |    2 +-
>  sound/soc/codecs/wm8991.c                      | 1427 ++++++++++++++++++++++++
>  sound/soc/codecs/wm8991.h                      |  833 ++++++++++++++
>  sound/soc/codecs/wm8993.c                      |    2 +-
>  sound/soc/codecs/wm8994.c                      |   10 +-
>  sound/soc/codecs/wm8995.c                      |  103 ++-
>  sound/soc/codecs/wm9081.c                      |    2 +-
>  sound/soc/codecs/wm9090.c                      |   45 +-
>  sound/soc/mid-x86/Kconfig                      |   14 +
>  sound/soc/mid-x86/Makefile                     |    5 +
>  sound/soc/mid-x86/mfld_machine.c               |  296 +++++
>  sound/soc/mid-x86/sst_platform.c               |  459 ++++++++
>  sound/soc/mid-x86/sst_platform.h               |   63 ++
>  sound/soc/pxa/z2.c                             |    3 +-
>  sound/soc/samsung/ac97.c                       |    8 +-
>  sound/soc/samsung/ac97.h                       |   21 -
>  sound/soc/samsung/dma.c                        |   11 +-
>  sound/soc/samsung/dma.h                        |    8 -
>  sound/soc/samsung/goni_wm8994.c                |   10 +-
>  sound/soc/samsung/h1940_uda1380.c              |    9 -
>  sound/soc/samsung/i2s.c                        |    3 +-
>  sound/soc/samsung/jive_wm8750.c                |   11 -
>  sound/soc/samsung/ln2440sbc_alc650.c           |    7 -
>  sound/soc/samsung/neo1973_gta02_wm8753.c       |   14 +-
>  sound/soc/samsung/pcm.c                        |  118 ++-
>  sound/soc/samsung/pcm.h                        |  107 --
>  sound/soc/samsung/rx1950_uda1380.c             |   11 -
>  sound/soc/samsung/s3c-i2s-v2.c                 |    3 +-
>  sound/soc/samsung/s3c2412-i2s.c                |   12 +-
>  sound/soc/samsung/s3c24xx-i2s.c                |   14 +-
>  sound/soc/samsung/s3c24xx_simtec.c             |    7 -
>  sound/soc/samsung/s3c24xx_simtec_hermes.c      |   10 -
>  sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c |   12 -
>  sound/soc/samsung/s3c24xx_uda134x.c            |    9 +-
>  sound/soc/samsung/smartq_wm8987.c              |    6 -
>  sound/soc/samsung/smdk2443_wm9710.c            |    7 -
>  sound/soc/samsung/smdk_spdif.c                 |    5 -
>  sound/soc/samsung/smdk_wm8580.c                |    7 +-
>  sound/soc/samsung/smdk_wm9713.c                |    5 -
>  sound/soc/samsung/spdif.c                      |    3 +-
>  sound/soc/sh/fsi-ak4642.c                      |   11 +-
>  sound/soc/soc-cache.c                          |  317 +++---
>  sound/soc/soc-core.c                           |  165 ++--
>  sound/soc/tegra/Kconfig                        |   26 +
>  sound/soc/tegra/Makefile                       |   14 +
>  sound/soc/tegra/harmony.c                      |  210 ++++
>  sound/soc/tegra/tegra_asoc_utils.c             |  152 +++
>  sound/soc/tegra/tegra_asoc_utils.h             |   31 +
>  sound/soc/tegra/tegra_das.c                    |  264 +++++
>  sound/soc/tegra/tegra_das.h                    |  135 +++
>  sound/soc/tegra/tegra_i2s.c                    |  502 +++++++++
>  sound/soc/tegra/tegra_i2s.h                    |  165 +++
>  sound/soc/tegra/tegra_pcm.c                    |  401 +++++++
>  sound/soc/tegra/tegra_pcm.h                    |   55 +
>  78 files changed, 6347 insertions(+), 717 deletions(-)
>  create mode 100644 sound/soc/codecs/sn95031.c
>  create mode 100644 sound/soc/codecs/sn95031.h
>  create mode 100644 sound/soc/codecs/wm8991.c
>  create mode 100644 sound/soc/codecs/wm8991.h
>  create mode 100644 sound/soc/mid-x86/Kconfig
>  create mode 100644 sound/soc/mid-x86/Makefile
>  create mode 100644 sound/soc/mid-x86/mfld_machine.c
>  create mode 100644 sound/soc/mid-x86/sst_platform.c
>  create mode 100644 sound/soc/mid-x86/sst_platform.h
>  delete mode 100644 sound/soc/samsung/ac97.h
>  create mode 100644 sound/soc/tegra/Kconfig
>  create mode 100644 sound/soc/tegra/Makefile
>  create mode 100644 sound/soc/tegra/harmony.c
>  create mode 100644 sound/soc/tegra/tegra_asoc_utils.c
>  create mode 100644 sound/soc/tegra/tegra_asoc_utils.h
>  create mode 100644 sound/soc/tegra/tegra_das.c
>  create mode 100644 sound/soc/tegra/tegra_das.h
>  create mode 100644 sound/soc/tegra/tegra_i2s.c
>  create mode 100644 sound/soc/tegra/tegra_i2s.h
>  create mode 100644 sound/soc/tegra/tegra_pcm.c
>  create mode 100644 sound/soc/tegra/tegra_pcm.h
> 

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

* ASoC updates for 2.6.39
@ 2011-01-19 12:33 Mark Brown
  2011-01-20  6:50 ` Takashi Iwai
  0 siblings, 1 reply; 36+ messages in thread
From: Mark Brown @ 2011-01-19 12:33 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood

The following changes since commit c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470:

  Linux 2.6.38-rc1 (2011-01-18 15:14:02 -0800)

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

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

Dimitris Papastamos (11):
      ASoC: soc-core: Add support for NULL default register caches
      ASoC: WM8995: Remember to flush the cache on resume
      ASoC: soc-cache: Clean up the cache manipulation code
      ASoC: soc-core: Simplify compress_type overriding functionality
      ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache
      ASoC: soc-cache: Add reg_size as a member to snd_soc_codec
      ASoC: soc-cache: Add support for default readable()/volatile() functions
      ASoC: Update users of readable_register()/volatile_register()
      ASoC: Automatically assign the default readable()/volatile() functions
      ASoC: WM8991: Add initial WM8991 driver
      ASoC: WM8995: Add regulator handling code

Harsha Priya (2):
      ASoC: sst_platform created helper functions
      ASoC: sst_platform porting sst dsp driver interface as per latest in Greg's staging tree

Kuninori Morimoto (1):
      ASoC: sh: fsi-ak4642: fixup platform device id

Mark Brown (8):
      ASoC: Taint the kernel if debugfs is used to write directly to CODECs
      ASoC: Update name of debugfs root symbol to snd_soc_
      ASoC: Fix indentation in soc_remove()
      Merge branch 'for-2.6.38' into for-2.6.39
      ASoC: Avoid direct register cache access when setting defaults
      Merge branch 'for-2.6.38' into for-2.6.39
      Merge branch 'for-2.6.38' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.38
      Merge branch 'for-2.6.38' into for-2.6.39

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

Peter Ujfalusi (1):
      ASoC: core: Remove dapm_sync call from soc_post_component_init

Seungwhan Youn (6):
      ASoC: SAMSUNG: Remove AC97 header file
      ASoC: SAMSUNG: Clean-up DMA header file
      ASoC: SAMSUNG: Move PCM specific definitions into pcm.c
      ASoC: SAMSUNG: Clean-up header includes
      ASoC: documentation updates
      ASoC: documentation updates

Stephen Warren (10):
      ASoC: Export debugfs root dentry
      ASoC: tegra: Add tegra-das driver
      ASoC: tegra: Add tegra-pcm driver
      ASoC: tegra: Add tegra-i2s driver
      ASoC: tegra: Machine utility code
      ASoC: tegra: Harmony machine support
      ASoC: tegra: Kconfig and Makefile
      ASoC: tegra: s/IS_ERR_OR_NULL/IS_ERR/ for clk_get_sys
      ASoC: tegra: Remove TEGRA_I2S_AUDIO from Kconfig
      ASoC: tegra: Add DAPM widgets/routes for Harmony

Timur Tabi (1):
      ASoC: let snd_soc_update_bits() return an error code

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

Vinod Koul (12):
      ASoC: sst v2: Add sn95031 codec driver
      ASoC: sst v2: Add mid platform driver
      ASoC sst v2: Add medfield machine driver
      ASoC: sst v2: Add makefiles and kconfigs changes
      ASoC: sn95031 fix the code style and format inconsistencies
      ASoC: sst platform - fix the style inconsistency
      ASoC: mid-x86 - remove the flag in makefile
      ASoC: soc core move card cleanup from soc_remove()
      ASoC: soc core move the card debugfs initialization
      ASoC: soc core add inline to handle card list initialzation
      ASoC: soc core allow machine driver to register the card
      ASoC: Add dependency on INTEL_SCU_IPC for Intel MID drivers

 Documentation/sound/alsa/soc/codec.txt         |   45 +-
 Documentation/sound/alsa/soc/machine.txt       |   38 +-
 Documentation/sound/alsa/soc/platform.txt      |   12 +-
 include/sound/soc.h                            |   45 +-
 sound/soc/Kconfig                              |    2 +
 sound/soc/Makefile                             |    2 +
 sound/soc/blackfin/Kconfig                     |   11 +-
 sound/soc/blackfin/bf5xx-ac97.c                |    4 +-
 sound/soc/blackfin/bf5xx-tdm.c                 |   10 +-
 sound/soc/codecs/Kconfig                       |    8 +
 sound/soc/codecs/Makefile                      |    4 +
 sound/soc/codecs/cs4270.c                      |    4 +-
 sound/soc/codecs/max98088.c                    |    2 +-
 sound/soc/codecs/sn95031.c                     |  495 ++++++++
 sound/soc/codecs/sn95031.h                     |   99 ++
 sound/soc/codecs/wm8523.c                      |    8 +-
 sound/soc/codecs/wm8741.c                      |   13 +-
 sound/soc/codecs/wm8804.c                      |    2 +-
 sound/soc/codecs/wm8900.c                      |    2 +-
 sound/soc/codecs/wm8903.c                      |    2 +-
 sound/soc/codecs/wm8904.c                      |   43 +-
 sound/soc/codecs/wm8955.c                      |   27 +-
 sound/soc/codecs/wm8961.c                      |    2 +-
 sound/soc/codecs/wm8962.c                      |   34 +-
 sound/soc/codecs/wm8978.c                      |    2 +-
 sound/soc/codecs/wm8991.c                      | 1427 ++++++++++++++++++++++++
 sound/soc/codecs/wm8991.h                      |  833 ++++++++++++++
 sound/soc/codecs/wm8993.c                      |    2 +-
 sound/soc/codecs/wm8994.c                      |   10 +-
 sound/soc/codecs/wm8995.c                      |  103 ++-
 sound/soc/codecs/wm9081.c                      |    2 +-
 sound/soc/codecs/wm9090.c                      |   45 +-
 sound/soc/mid-x86/Kconfig                      |   14 +
 sound/soc/mid-x86/Makefile                     |    5 +
 sound/soc/mid-x86/mfld_machine.c               |  296 +++++
 sound/soc/mid-x86/sst_platform.c               |  459 ++++++++
 sound/soc/mid-x86/sst_platform.h               |   63 ++
 sound/soc/pxa/z2.c                             |    3 +-
 sound/soc/samsung/ac97.c                       |    8 +-
 sound/soc/samsung/ac97.h                       |   21 -
 sound/soc/samsung/dma.c                        |   11 +-
 sound/soc/samsung/dma.h                        |    8 -
 sound/soc/samsung/goni_wm8994.c                |   10 +-
 sound/soc/samsung/h1940_uda1380.c              |    9 -
 sound/soc/samsung/i2s.c                        |    3 +-
 sound/soc/samsung/jive_wm8750.c                |   11 -
 sound/soc/samsung/ln2440sbc_alc650.c           |    7 -
 sound/soc/samsung/neo1973_gta02_wm8753.c       |   14 +-
 sound/soc/samsung/pcm.c                        |  118 ++-
 sound/soc/samsung/pcm.h                        |  107 --
 sound/soc/samsung/rx1950_uda1380.c             |   11 -
 sound/soc/samsung/s3c-i2s-v2.c                 |    3 +-
 sound/soc/samsung/s3c2412-i2s.c                |   12 +-
 sound/soc/samsung/s3c24xx-i2s.c                |   14 +-
 sound/soc/samsung/s3c24xx_simtec.c             |    7 -
 sound/soc/samsung/s3c24xx_simtec_hermes.c      |   10 -
 sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c |   12 -
 sound/soc/samsung/s3c24xx_uda134x.c            |    9 +-
 sound/soc/samsung/smartq_wm8987.c              |    6 -
 sound/soc/samsung/smdk2443_wm9710.c            |    7 -
 sound/soc/samsung/smdk_spdif.c                 |    5 -
 sound/soc/samsung/smdk_wm8580.c                |    7 +-
 sound/soc/samsung/smdk_wm9713.c                |    5 -
 sound/soc/samsung/spdif.c                      |    3 +-
 sound/soc/sh/fsi-ak4642.c                      |   11 +-
 sound/soc/soc-cache.c                          |  317 +++---
 sound/soc/soc-core.c                           |  165 ++--
 sound/soc/tegra/Kconfig                        |   26 +
 sound/soc/tegra/Makefile                       |   14 +
 sound/soc/tegra/harmony.c                      |  210 ++++
 sound/soc/tegra/tegra_asoc_utils.c             |  152 +++
 sound/soc/tegra/tegra_asoc_utils.h             |   31 +
 sound/soc/tegra/tegra_das.c                    |  264 +++++
 sound/soc/tegra/tegra_das.h                    |  135 +++
 sound/soc/tegra/tegra_i2s.c                    |  502 +++++++++
 sound/soc/tegra/tegra_i2s.h                    |  165 +++
 sound/soc/tegra/tegra_pcm.c                    |  401 +++++++
 sound/soc/tegra/tegra_pcm.h                    |   55 +
 78 files changed, 6347 insertions(+), 717 deletions(-)
 create mode 100644 sound/soc/codecs/sn95031.c
 create mode 100644 sound/soc/codecs/sn95031.h
 create mode 100644 sound/soc/codecs/wm8991.c
 create mode 100644 sound/soc/codecs/wm8991.h
 create mode 100644 sound/soc/mid-x86/Kconfig
 create mode 100644 sound/soc/mid-x86/Makefile
 create mode 100644 sound/soc/mid-x86/mfld_machine.c
 create mode 100644 sound/soc/mid-x86/sst_platform.c
 create mode 100644 sound/soc/mid-x86/sst_platform.h
 delete mode 100644 sound/soc/samsung/ac97.h
 create mode 100644 sound/soc/tegra/Kconfig
 create mode 100644 sound/soc/tegra/Makefile
 create mode 100644 sound/soc/tegra/harmony.c
 create mode 100644 sound/soc/tegra/tegra_asoc_utils.c
 create mode 100644 sound/soc/tegra/tegra_asoc_utils.h
 create mode 100644 sound/soc/tegra/tegra_das.c
 create mode 100644 sound/soc/tegra/tegra_das.h
 create mode 100644 sound/soc/tegra/tegra_i2s.c
 create mode 100644 sound/soc/tegra/tegra_i2s.h
 create mode 100644 sound/soc/tegra/tegra_pcm.c
 create mode 100644 sound/soc/tegra/tegra_pcm.h

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

end of thread, other threads:[~2011-05-10  7:37 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01 15:30 ASoC updates for 2.6.39 Mark Brown
2011-02-01 21:26 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-05-09 20:17 Mark Brown
2011-05-10  7:37 ` Takashi Iwai
2011-05-03 10:24 Mark Brown
2011-05-03 10:54 ` Takashi Iwai
2011-04-18 20:37 Mark Brown
2011-04-19  6:44 ` Takashi Iwai
2011-04-04 23:33 Mark Brown
2011-04-05  7:27 ` Takashi Iwai
2011-03-28 10:37 Mark Brown
2011-03-28 11:32 ` Takashi Iwai
2011-03-23 10:57 Mark Brown
2011-03-23 11:27 ` Takashi Iwai
2011-03-15 13:18 Mark Brown
2011-03-15 16:43 ` Takashi Iwai
2011-03-15 19:31   ` Mark Brown
2011-03-16  9:44     ` Liam Girdwood
2011-03-10 14:41 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-08 14:04 Mark Brown
2011-03-08 17:18 ` Takashi Iwai
2011-03-02 11:36 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-28 15:09 Mark Brown
2011-02-28 15:22 ` Takashi Iwai
2011-02-25 12:48 Mark Brown
2011-02-25 15:55 ` Takashi Iwai
2011-02-18 22:18 Mark Brown
2011-02-19 15:19 ` Takashi Iwai
2011-02-08 12:45 Mark Brown
2011-02-08 16:32 ` Takashi Iwai
2011-01-19 12:33 Mark Brown
2011-01-20  6:50 ` Takashi Iwai
2011-01-20 11:31   ` Mark Brown
2011-01-20 11:35     ` 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.