All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.39
Date: Wed, 19 Jan 2011 12:33:20 +0000	[thread overview]
Message-ID: <20110119123320.GA31791@opensource.wolfsonmicro.com> (raw)

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

             reply	other threads:[~2011-01-19 12:33 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110119123320.GA31791@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.