The following changes since commit 0a742681e6072a71f30cfe6312f758f1cd185c21:
ASoC: Add missed free_irq in wm5100_remove and wm5100_probe error path (2011-09-23 11:54:24 +0100)
are available in the git repository at: git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.2
Axel Lin (4): ASoC: Drop exporting sn95031_get_mic_bias ASoC: Drop exporting ad1980_dai ASoC: Remove unused fields in struct mfld_mc_private ASoC: Staticise sst_platform_dai
Lars-Peter Clausen (3): ASoC: ssm2602: Re-enable oscillator after suspend ASoC: ssm2602: Set initial bias level to standby ASoC: ssm2602: Support setting the oscillator and the clock output state
Mark Brown (9): ASoC: Support a wider range of sample rates on Speyside WM8962 ASoC: Rename WM8962 DMIC widget to DMIC_ENA ASoC: Convert WM8962 MICBIAS to a supply widget ASoC: Add support for on-board analogue microphones on Speyside WM8962 ASoC: Add DMIC control to Speyside WM8962 board ASoC: Don't force bias on ground referenced devices ASoC: Add platform data for WM1250 EV1 GPIOs ASoC: Set idle_bias_off for WM1250 EV1 Merge branch 'for-3.1' into for-3.2
Peter Ujfalusi (11): ASoC: omap-mcbsp: Fix compile time warning about ambiguous ‘else’ ASoC: twl6040: Read the TRIM values from the chip ASoC: twl6040: Function to fetch the TRIM values ASoC: omap-mcpdm: API to configure offset cancellation ASoC: sdp4430: Configure McPDM offset cancellation ASoC: twl6040: Rename pga_event to out_drv_event ASoC: twl6040: Combine the custom volsw get, and put functions ASoC: twl6040: Move delayed_work struct inside twl6040_output for HS/HF ASoC: twl6040: Move the delayed_work for HS detection under twl6040_jack_data ASoC: twl6040: No need to change delay during HS ramp ASoC: twl6040: No need to change delay during HF ramp
include/sound/wm1250-ev1.h | 27 ++++++ sound/soc/codecs/ad1980.c | 1 - sound/soc/codecs/sn95031.c | 1 - sound/soc/codecs/ssm2602.c | 73 +++++++++++++---- sound/soc/codecs/ssm2602.h | 6 +- sound/soc/codecs/twl6040.c | 155 ++++++++++++----------------------- sound/soc/codecs/twl6040.h | 13 +++ sound/soc/codecs/wm1250-ev1.c | 122 +++++++++++++++++++++++++++- sound/soc/codecs/wm8962.c | 10 +- sound/soc/mid-x86/mfld_machine.c | 2 - sound/soc/mid-x86/sst_platform.c | 2 +- sound/soc/omap/omap-mcbsp.c | 3 +- sound/soc/omap/omap-mcpdm.c | 25 ++++++ sound/soc/omap/omap-mcpdm.h | 12 +++ sound/soc/omap/sdp4430.c | 10 ++- sound/soc/samsung/speyside_wm8962.c | 24 ++++-- sound/soc/soc-dapm.c | 7 +- 17 files changed, 350 insertions(+), 143 deletions(-) create mode 100644 include/sound/wm1250-ev1.h