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.35
Date: Wed, 10 Mar 2010 15:35:58 +0000 [thread overview]
Message-ID: <20100310153558.GE24422@rakim.wolfsonmicro.main> (raw)
The following changes since commit 57d54889cd00db2752994b389ba714138652e60c:
Linus Torvalds (1):
Linux 2.6.34-rc1
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.35
Nothing terribly exciting in here yet, driver updates and minor things.
The biggest block is the updats to the Samsung CPU drivers.
Build testing has been limited by the fact that several of the machines
I usually use fail to build with mainline at the minute (I have posted
fixes) but the changes are fairly non-invasive.
Barry Song (1):
ASoC: bf5xx-sport: use common SPORT code for MMR info
Chaithrika U S (1):
ASoC: DaVinci: Add hw_param callback for S/PDIF DIT link
Cliff Cai (1):
ASoC: SSM2602: add SND control for mic boost2 and default it to off
Jassi Brar (7):
ASoC: Allow mulitple usage count of codec and cpu dai
ASoC: S3C: I2Sv2: Add missing semicolon
ASoC: S3C: I2Sv2: Unify clock source IDs
ASoC: s3c-i2s-v2 remove unnecessary headers
ASoC: s3c64xx-i2s remove unncessary headers
ASoC: S3C64XX: I2S: Move RATE and FMT defines to header
ASoC: S3C: I2Sv2: Reject immidiate register value
Kuninori Morimoto (1):
ASoC: da7210: Add 8/12/16/24/32/48/96 kHz rate support
Mark Brown (9):
ASoC: Wolfson Microelectronics 1133-EV1 audio support
ASoC: Prettify wm8960 logging
ASoC: Move WM8960 platform data into include/sound
ASoC: Add support for WM8960 capless mode
ASoC: Add delay information for Samsung IISv2 DAIs
ASoC: Add 16/16 registers to soc-cache
ASoC: Remove unused pmdown_time flag
ASoC: Improve DAPM pop_wait delays
Merge commit 'v2.6.34-rc1' into for-2.6.35
Peter Ujfalusi (3):
ASoC: core: fix tailing whitespace in soc_pcm_apply_symmetry
ASoC: core: soc level wrapper for pcm_pointer callback
ASoC: core: Add delay operation to snd_soc_dai_ops
jassi brar (3):
ASoC: Pass dai_link as argument to platform suspend and resume
ASoC: Change how suspend and resume obtain the PCM runtime
ASoC: Remove runtime field from DAI
include/sound/soc-dai.h | 7 +-
include/sound/soc-dapm.h | 1 -
include/sound/soc.h | 14 ++-
include/sound/wm8960.h | 24 +++
sound/soc/atmel/atmel-pcm.c | 14 ++-
sound/soc/blackfin/bf5xx-sport.h | 28 +----
sound/soc/codecs/da7210.c | 67 ++++++---
sound/soc/codecs/ssm2602.c | 4 +-
sound/soc/codecs/wm8960.c | 209 +++++++++++++++++++++++----
sound/soc/codecs/wm8960.h | 10 --
sound/soc/davinci/davinci-evm.c | 16 ++-
sound/soc/imx/Kconfig | 8 +
sound/soc/imx/Makefile | 3 +
sound/soc/imx/wm1133-ev1.c | 291 ++++++++++++++++++++++++++++++++++++++
sound/soc/s3c24xx/s3c-i2s-v2.c | 93 +++++++------
sound/soc/s3c24xx/s3c-i2s-v2.h | 4 +
sound/soc/s3c24xx/s3c2412-i2s.h | 4 +-
sound/soc/s3c24xx/s3c64xx-i2s.c | 12 --
sound/soc/s3c24xx/s3c64xx-i2s.h | 15 ++-
sound/soc/soc-cache.c | 83 +++++++++++
sound/soc/soc-core.c | 76 ++++++++---
sound/soc/soc-dapm.c | 4 +-
22 files changed, 807 insertions(+), 180 deletions(-)
create mode 100644 include/sound/wm8960.h
create mode 100644 sound/soc/imx/wm1133-ev1.c
next reply other threads:[~2010-03-10 15:36 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-10 15:35 Mark Brown [this message]
2010-03-10 19:05 ` ASoC updates for 2.6.35 Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-03-12 18:08 Mark Brown
2010-03-13 16:11 ` Takashi Iwai
2010-03-16 16:15 Mark Brown
2010-03-16 17:34 ` Takashi Iwai
2010-03-17 13:42 ` Takashi Iwai
2010-03-17 13:44 ` Mark Brown
2010-03-17 13:46 ` Takashi Iwai
2010-03-17 14:26 Mark Brown
2010-03-17 14:31 ` Takashi Iwai
2010-03-18 15:57 Mark Brown
2010-03-18 16:46 ` Takashi Iwai
2010-03-19 15:30 Mark Brown
2010-03-19 20:35 ` Takashi Iwai
2010-03-22 21:23 Mark Brown
2010-03-23 7:02 ` Takashi Iwai
2010-03-23 15:52 Mark Brown
2010-03-23 16:31 ` Takashi Iwai
2010-03-29 20:13 Mark Brown
2010-03-30 6:08 ` Takashi Iwai
2010-04-05 18:44 Mark Brown
2010-04-05 19:29 ` Takashi Iwai
2010-04-13 8:53 Mark Brown
2010-04-13 10:03 ` Takashi Iwai
2010-04-20 0:58 Mark Brown
2010-04-20 6:32 ` Takashi Iwai
2010-04-20 16:36 ` Mark Brown
2010-04-22 0:16 Mark Brown
2010-04-22 7:13 ` Takashi Iwai
2010-04-26 15:16 Mark Brown
2010-04-26 15:35 ` Takashi Iwai
2010-04-30 15:35 Mark Brown
2010-05-05 8:04 ` Takashi Iwai
2010-05-07 16:46 Mark Brown
2010-05-08 9:45 ` Takashi Iwai
2010-05-10 17:15 Mark Brown
2010-05-11 8:00 ` Takashi Iwai
2010-05-11 13:38 Mark Brown
2010-05-11 13:47 ` Takashi Iwai
2010-05-26 15:50 Mark Brown
2010-05-27 8:09 ` Takashi Iwai
2010-06-02 10:46 Mark Brown
2010-06-02 12:20 ` Takashi Iwai
2010-07-13 11:43 Mark Brown
2010-07-13 15:09 ` 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=20100310153558.GE24422@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.