From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@ti.com>
Subject: ASoC updates for 3.1
Date: Mon, 18 Jul 2011 19:43:41 +0900 [thread overview]
Message-ID: <20110718104340.GB7775@opensource.wolfsonmicro.com> (raw)
The following changes since commit e320bc42be746b8f006d163b6e340e5fb79ce7b2:
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2011-07-09 11:43:04 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
Axel Lin (1):
ASoC: wm8900: fix a memory leak if wm8900_set_fll fails
Dimitris Papastamos (1):
ASoC: WM8983: Initial driver
Giridhar Maruthy (1):
ASoC: SAMSUNG: 24-bit audio playback on Exynos4210
Jarkko Nikula (2):
ASoC: tlv320aic3x: Don't sync first two registers from register cache
ASoC: tlv320aic3x: Do soft reset to codec when going to bias off state
Johannes Stezenbach (2):
ASoC: STA32x: Add mixer controls for biquad coefficients
ASoC: STA32x: Preserve reserved register bits
Kuninori Morimoto (3):
ASoC: sh: fsi-ak4642: fixup snd_soc_card name
ASoC: sh: fsi-da7210: fixup snd_soc_card name
ASoC: sh: fsi-hdmi: fixup snd_soc_card name
Mark Brown (19):
Merge branch 'for-3.0' into for-3.1
Merge branch 'for-3.0' into for-3.1
Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-3.1
ASoC: Conditionalize the enable of WM8994 ADC TDM mode
ASoC: Use late enable handling for direct voice, speaker and headphone
ASoC: Implement DC servo completion IRQ handling for wm_hubs devices
ASoC: Hook up DC servo completion IRQ for WM8994 and WM8958
ASoC: Use WM8994 FLL lock interrupt
ASoC: Don't warn on low WM8994/58 AIFnCLKs
ASoC: Log WM8994 FIFO errors from the interrupt
ASoC: Fix shift in WM8958 accessory detection default implementation
Merge branch 'for-3.0' into for-3.1
ASoC: Handle spurious wm_hubs DC servo done interrupts
ASoC: Handle failed WM8994 FLL lock waits
ASoC: Report an error for unknown adav80x formats
ASoC: Reduce power consumption for idle DAIs in WM8994
ASoC: Don't use -1 to boostrap subseq so it can be used by drivers
ASoC: Correct WM8994 MICBIAS supply widget hookup
Merge branch 'for-3.0' into for-3.1
Michael Williamson (1):
audio: tlv320aic26: fix PLL register configuration
Takashi Iwai (4):
Merge branch 'for-3.0' of git://git.kernel.org/.../lrg/asoc-2.6 into fix/asoc
Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
ASoC: Don't set invalid name string to snd_card->driver field
Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/adav80x.c | 4 +-
sound/soc/codecs/sta32x.c | 140 +++++
sound/soc/codecs/tlv320aic26.c | 14 +-
sound/soc/codecs/tlv320aic3x.c | 9 +-
sound/soc/codecs/wm8900.c | 1 +
sound/soc/codecs/wm8983.c | 1203 +++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8983.h | 1029 +++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8993.c | 2 +-
sound/soc/codecs/wm8994.c | 156 +++++-
sound/soc/codecs/wm8994.h | 3 +
sound/soc/codecs/wm_hubs.c | 33 +-
sound/soc/codecs/wm_hubs.h | 8 +
sound/soc/samsung/smdk_wm8994.c | 5 +-
sound/soc/sh/fsi-ak4642.c | 16 +-
sound/soc/sh/fsi-da7210.c | 2 +-
sound/soc/sh/fsi-hdmi.c | 4 +-
sound/soc/soc-core.c | 5 +-
sound/soc/soc-dapm.c | 2 +-
20 files changed, 2593 insertions(+), 49 deletions(-)
create mode 100644 sound/soc/codecs/wm8983.c
create mode 100644 sound/soc/codecs/wm8983.h
next reply other threads:[~2011-07-18 10:43 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-18 10:43 Mark Brown [this message]
2011-07-18 11:12 ` ASoC updates for 3.1 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2011-10-04 13:47 Mark Brown
2011-10-04 14:11 ` Takashi Iwai
2011-10-04 14:23 ` Mark Brown
2011-10-04 14:38 ` Takashi Iwai
2011-09-27 12:31 Mark Brown
2011-09-27 12:44 ` Takashi Iwai
2011-09-22 17:17 Mark Brown
2011-09-22 18:02 ` Takashi Iwai
2011-09-26 5:27 ` Scott Jiang
2011-09-26 12:36 ` Mark Brown
2011-09-08 18:22 Mark Brown
2011-08-25 11:07 Mark Brown
2011-08-25 12:08 ` Takashi Iwai
2011-08-21 12:08 Mark Brown
2011-08-21 13:47 ` Takashi Iwai
2011-08-21 16:00 ` Mark Brown
2011-08-21 16:25 ` Takashi Iwai
2011-08-21 16:46 ` Mark Brown
2011-08-12 16:11 Mark Brown
2011-08-12 16:26 ` Takashi Iwai
2011-08-04 4:11 Mark Brown
2011-08-04 14:21 ` Takashi Iwai
2011-07-25 7:05 Mark Brown
2011-07-25 7:42 ` Takashi Iwai
2011-07-13 23:58 Mark Brown
2011-07-09 9:20 Mark Brown
2011-07-05 6:16 Mark Brown
2011-07-05 6:22 ` Takashi Iwai
2011-06-24 10:36 Mark Brown
2011-06-24 10:59 ` Takashi Iwai
2011-06-10 12:03 Mark Brown
2011-06-10 12:04 ` Mark Brown
2011-06-10 12:23 ` Takashi Iwai
2011-05-30 3:20 Mark Brown
2011-06-02 17:54 ` 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=20110718104340.GB7775@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=lrg@ti.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).