From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: ASoC updates for 2.6.33
Date: Fri, 30 Oct 2009 10:49:12 +0000 [thread overview]
Message-ID: <20091030104912.GC5345@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <20091030104720.GB5345@rakim.wolfsonmicro.main>
The following changes since commit 3da8e6885ec2dea67321c904d721be90e00cd748:
Mark Brown (1):
Merge branch 'for-2.6.32' into for-2.6.33
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.33
This is a random collection of different updates, the largest set being
Peter's twl4030 work.
Anuj Aggarwal (3):
ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal
ASoC: Adding OMAP3517 / AM3517 EVM support in ASOC
ASoC: Modifying Kconfig/Makefile for AM3517 EVM
Barry Song (1):
ASoC: Fix possible codec_dai->ops NULL pointer problems
Daniel Mack (1):
ASoC: CS4270: export de-emphasis filter as ALSA control
Janusz Krzysztofik (3):
ASoC: Amstrad Delta minor cleanups
ASoC: OMAP: Don't try to set unsupported OMAP_DMA_DATA_BURST_16 on OMAP1
ASoC: Amstrad Delta: add info about the line discipline requirement to Kconfig help text
Jari Vanhala (1):
ASoC: TWL4030: Vibra motor stop fix when it is driven with audio
Julia Lawall (1):
ASoC: Move dereference after NULL test
Kuninori Morimoto (2):
ASoC: sh: FSI: Remove DMA support
ASoC: sh: FSI: Add capture support
Manuel Lauss (2):
ASoC: au1x: psc-ac97: verify correct codec register was read
ASoC: au1x: psc-ac97: reorganize timeouts
Mark Brown (4):
Merge branch 'for-2.6.32' into for-2.6.33
ASoC: Add regulator support for WM8731
ASoC: Minor SMDK64xx WM8580 cleanups
Merge branch 'for-2.6.32' into for-2.6.33
Peter Ujfalusi (10):
ASoC: TWL4030: Only update the needed bits in *set_dai_sysclk
ASoC: tlv320dac33: typo fix in the header
MFD: twl4030: add twl4030_codec MFD as a new child to the core
OMAP: Platform support for twl4030_codec MFD
ASoC: TWL4030: use the twl4030-codec.h for register descriptions
ASoC: TWL4030: Driver registration via twl4030_codec MFD
ASoC: TWL4030: Remove bypass tracking
ASoC: TWL4030: Change codec_muted to apll_enabled
ASoC: TWL4030: Change APLL powering sequence
ASoC: TWL4030: Add APLL supply for the capture path
arch/arm/mach-omap2/board-3430sdp.c | 9 +
arch/arm/mach-omap2/board-omap3beagle.c | 9 +
arch/arm/mach-omap2/board-omap3evm.c | 9 +
arch/arm/mach-omap2/board-omap3pandora.c | 9 +
arch/arm/mach-omap2/board-overo.c | 9 +
arch/arm/mach-omap2/board-zoom2.c | 9 +
drivers/mfd/Kconfig | 6 +
drivers/mfd/Makefile | 1 +
drivers/mfd/twl4030-codec.c | 241 ++++++++++++++++++
drivers/mfd/twl4030-core.c | 14 +
include/linux/i2c/twl4030.h | 18 ++
include/linux/mfd/twl4030-codec.h | 271 ++++++++++++++++++++
sound/soc/au1x/psc-ac97.c | 49 +++--
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/cs4270.c | 1 +
sound/soc/codecs/tlv320dac33.h | 2 +-
sound/soc/codecs/twl4030.c | 404 ++++++++++++++++--------------
sound/soc/codecs/twl4030.h | 242 +-----------------
sound/soc/codecs/wm8731.c | 51 ++++-
sound/soc/omap/Kconfig | 22 ++-
sound/soc/omap/Makefile | 2 +
sound/soc/omap/am3517evm.c | 202 +++++++++++++++
sound/soc/omap/ams-delta.c | 4 +-
sound/soc/omap/omap-pcm.c | 8 +-
sound/soc/omap/omap3evm.c | 7 +
sound/soc/s3c24xx/smdk64xx_wm8580.c | 15 +-
sound/soc/sh/Kconfig | 1 -
sound/soc/sh/fsi.c | 234 ++++++++----------
sound/soc/soc-core.c | 11 +-
sound/soc/soc-jack.c | 3 +-
30 files changed, 1266 insertions(+), 598 deletions(-)
create mode 100644 drivers/mfd/twl4030-codec.c
create mode 100644 include/linux/mfd/twl4030-codec.h
create mode 100644 sound/soc/omap/am3517evm.c
next prev parent reply other threads:[~2009-10-30 10:49 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 10:47 ASoC updates for 2.6.32 Mark Brown
2009-10-30 10:49 ` Mark Brown [this message]
2009-10-30 10:58 ` ASoC updates for 2.6.33 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-01-29 16:32 Mark Brown
2010-01-29 16:51 ` Takashi Iwai
2010-01-25 14:49 Mark Brown
2010-01-25 15:36 ` Takashi Iwai
2010-01-25 15:41 ` Mark Brown
2010-01-25 15:43 ` Takashi Iwai
2010-01-12 12:58 Mark Brown
2010-01-12 13:18 ` Takashi Iwai
2010-01-12 13:24 ` Mark Brown
2010-01-12 13:26 ` Takashi Iwai
2010-01-04 22:35 Mark Brown
2009-12-29 12:35 Mark Brown
2009-12-29 19:58 ` Takashi Iwai
2009-12-22 13:33 Mark Brown
2009-12-22 16:52 ` Takashi Iwai
2009-12-18 13:16 Mark Brown
2009-12-18 13:21 ` Takashi Iwai
2009-12-18 13:39 ` Mark Brown
2009-12-19 11:26 ` Mark Brown
2009-12-03 11:05 Mark Brown
2009-12-03 13:14 ` Takashi Iwai
2009-12-04 11:00 ` Mark Brown
2009-12-04 16:15 ` Takashi Iwai
2009-11-30 15:50 Mark Brown
2009-11-30 17:48 ` Takashi Iwai
2009-12-03 10:13 ` Mark Brown
2009-12-03 10:23 ` Takashi Iwai
2009-12-03 10:35 ` Mark Brown
2009-12-03 10:56 ` Peter Ujfalusi
2009-11-26 16:04 Mark Brown
2009-11-26 16:54 ` Takashi Iwai
2009-11-23 12:17 Mark Brown
2009-11-23 14:56 ` Takashi Iwai
2009-11-18 14:32 Mark Brown
2009-11-18 17:10 ` Takashi Iwai
2009-11-12 16:55 Mark Brown
2009-11-12 17:05 ` Takashi Iwai
2009-11-11 10:05 Mark Brown
2009-11-11 10:20 ` Takashi Iwai
2009-11-06 15:59 Mark Brown
2009-11-07 9:24 ` Takashi Iwai
2009-10-26 13:02 [PATCH] alsa: Add support for timberdale I2S block Richard Röjfors
2009-10-26 13:09 ` Mark Brown
2009-10-30 11:53 ` Takashi Iwai
2009-11-02 18:26 ` ASoC updates for 2.6.33 Mark Brown
2009-11-03 7:02 ` Takashi Iwai
2009-10-15 14:40 Mark Brown
2009-10-20 15:13 ` Barry Song
2009-10-20 15:17 ` Mark Brown
2009-10-21 5:00 ` Barry Song
2009-10-21 5:20 ` Joonyoung Shim
2009-11-11 0:08 ` Barry Song
2009-10-09 19:38 Mark Brown
2009-10-10 8:56 ` Takashi Iwai
2009-10-06 16:09 Mark Brown
2009-10-06 16:23 ` Takashi Iwai
2009-10-01 15:20 Mark Brown
2009-10-01 15:34 ` Takashi Iwai
2009-09-23 18:11 Mark Brown
2009-09-19 8:11 Mark Brown
2009-09-20 16:22 ` 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=20091030104912.GC5345@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--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