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.38
Date: Tue, 14 Dec 2010 18:38:22 +0000	[thread overview]
Message-ID: <20101214183822.GE13644@rakim.wolfsonmicro.main> (raw)

The following changes since commit fdea0571ddca8e3f22448f66d72a034575abea28:

  ASoC: Fix merge errors with flush_scheduled_work() removal (2010-12-13 12:58:59 +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.38

Dimitris Papastamos (1):
      ASoC: soc-cache: A few minor stylistic changes

Jarkko Nikula (2):
      ASoC: Fix bias power down of non-DAPM codec
      ASoC: Fix build error caused by merging a fix for 2.6.37 into 2.6.38

Mario Becroft (1):
      ASoC: Optimise WM9081 FLL performance

Mark Brown (11):
      ASoC: Implement WM8994/58 DAC and ADC oversampling control
      ASoC: Implement WM8903 high pass filter support
      ASoC: Implement WM8903 oversampling rate controls
      ASoC: Remove open coded symmetry implementation from WM8903
      ASoC: Automatically manage WM8903 deemphasis rate
      ASoC: Fix widgets for WM8994/58 AIF2 source control
      Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.38
      Merge branch 'for-2.6.37' into for-2.6.38
      ASoC: Fix AC'97 registration unwind
      regulator: Update LDO2 for WM8958
      ASoC: Explicitly clear WM8993 ramp controls on power down

Olaya, Margarita (1):
      ASoC: dapm: Add output driver widget

Vasily Khoruzhick (1):
      ASoC: Add HP iPAQ H1940 support

 drivers/regulator/wm8994-regulator.c |   23 +++-
 include/sound/soc-dapm.h             |   10 ++
 sound/soc/codecs/wm8903.c            |  182 +++++++++++----------
 sound/soc/codecs/wm8993.c            |    6 +
 sound/soc/codecs/wm8994.c            |   21 ++-
 sound/soc/codecs/wm9081.c            |    4 +
 sound/soc/samsung/Kconfig            |    8 +
 sound/soc/samsung/Makefile           |    2 +
 sound/soc/samsung/h1940_uda1380.c    |  296 ++++++++++++++++++++++++++++++++++
 sound/soc/soc-cache.c                |   14 +-
 sound/soc/soc-core.c                 |    2 +-
 sound/soc/soc-dapm.c                 |    9 +
 12 files changed, 477 insertions(+), 100 deletions(-)
 create mode 100644 sound/soc/samsung/h1940_uda1380.c

             reply	other threads:[~2010-12-14 18:38 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-14 18:38 Mark Brown [this message]
2010-12-14 19:05 ` ASoC updates for 2.6.38 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 14:20 Mark Brown
2011-03-10 15:45 ` Takashi Iwai
2011-03-02 11:34 Mark Brown
2011-03-02 14:48 ` Takashi Iwai
2011-02-25 11:51 Mark Brown
2011-02-25 11:59 ` Takashi Iwai
2011-02-18  4:19 Mark Brown
2011-02-22  4:49 ` Mark Brown
2011-02-22  7:24   ` Takashi Iwai
2011-02-08 11:34 Mark Brown
2011-02-08 16:31 ` Takashi Iwai
2011-02-01 14:56 Mark Brown
2011-02-01 21:25 ` Takashi Iwai
2011-01-26 11:34 Mark Brown
2011-01-26 13:40 ` Takashi Iwai
2011-01-24 15:17 Mark Brown
2011-01-24 16:44 ` Takashi Iwai
2011-01-19 10:22 Mark Brown
2011-01-19 11:29 ` Takashi Iwai
2011-01-19 11:35   ` Mark Brown
2011-01-18 13:03 Mark Brown
2011-01-18 13:06 ` Takashi Iwai
2011-01-12 11:17 Mark Brown
2011-01-12 11:44 ` Takashi Iwai
2011-01-05 12:50 Mark Brown
2011-01-08 12:06 ` Takashi Iwai
2010-12-27 17:51 Mark Brown
2010-12-27 17:43 Mark Brown
2010-12-23 12:05 Mark Brown
2010-12-23 14:11 ` Takashi Iwai
2010-12-22 11:03 Mark Brown
2010-12-22 11:59 ` Takashi Iwai
2010-12-09 16:17 Mark Brown
2010-12-09 17:21 ` Takashi Iwai
2010-12-06 14:35 Mark Brown
2010-12-06 14:39 ` Takashi Iwai
2010-12-03 17:46 Mark Brown
2010-12-04  7:59 ` Takashi Iwai
2010-11-29 19:08 Mark Brown
2010-11-30  7:21 ` Takashi Iwai
2010-11-24 13:16 Mark Brown
2010-11-24 13:41 ` Takashi Iwai
2010-11-22 11:14 Mark Brown
2010-11-22 12:16 ` Takashi Iwai
2010-11-02 14:54 Mark Brown
2010-11-02 15:17 ` 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=20101214183822.GE13644@rakim.wolfsonmicro.main \
    --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.