[GIT PULL] sound updates for 3.12-rc1

From: Takashi Iwai
Date: Wed Sep 04 2013 - 12:39:51 EST


Linus,

please pull sound updates for v3.12-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.12

The topmost commit is b054087dbacee30a9dddaef2c9a96312146be04e

----------------------------------------------------------------

sound updates for 3.12-rc1

Changes are seen in a wide range of codes, mainly due to ASoC
DAPM requirements; HD-audio shows a high peak in diffstat, it's just a
removal of bunch of old static quirks.

Some highlights:

- HDPM: Updates for AIO/RayDAT support, TCO/sync support

- RME96: Add PCM sync support

- HD-audio:
* A few HDMI/DP audio updates (CA assignment fix, stream switching
fix, Intel DP device list support)
* Device specific fixes (ASUS/CXT HP mic support, Thinkpad mic
improvements, Chromebook fixes, STAC9228 Dell fixes)
* Replace the all static quirks for AD codecs with the generic
parser
* WAKEEN support for handling irqs in the power saving mode

- USB-audio: Clean up implicit fb handling and related codes

- DAPM is now mandatory for ASoC CODEC drivers; all existing drivers
have had some level of DAPM support added. In addition, a lot of
cleanups and improvements in DAPM.

- Support for ASoC cross-platform compile test

- New drivers and support for Analog Devices ADAU1702 and ADAU1401(a),
Asahi Kasei Microdevices AK4554, Atmel AT91ASM9x5 and WM8904 based
machines, Freescale S/PDIF and SSI AC'97, Renesas R-Car SoCs, Samsung
Exynos5420 SoCs, Texas Instruments PCM1681 and PCM1792A and Wolfson
Microelectronics WM8997

- DT bindings for kirkwood and i.MX S/PDIF

- Clean up and bug fixes: ssm2602, rt5640 and sgtl5000.

- Core helpers for bitbanged AC'97 reset

----------------------------------------------------------------

Adrian Knoth (33):
ALSA: hdspm - Add missing defines for RME AIO and RayDAT
ALSA: hdspm - Introduce hdspm_is_raydat_or_aio()
ALSA: hdspm - Augment HDSPM_TOGGLE_SETTING for AIO/RayDAT
ALSA: hdspm - Drop duplicate code in hdspm_set_system_clock_mode()
ALSA: hdspm - Add S/PDIF and WCK48 controls for RME RayDAT
ALSA: hdspm - Add S/PDIF, XLR, WCK48 and ADAT-in controls for RME AIO cards
ALSA: hdspm - Refactor ENUMERATED_CTL_INFO into function
ALSA: hdspm - Introduce generic AIO tristate control
ALSA: hdspm - Enable AD/DA/PH gains and S/PDIF-Input select on AIO
ALSA: hdspm - Add support for AEBs on RME AIO
ALSA: hdspm - Fix S/PDIF Sync status and frequency on RME AIO
ALSA: hdspm - Create TCO readout function
ALSA: hdspm - AES32: Fix TCO sync check reporting
ALSA: hdspm - Cosmetics, no real change
ALSA: hdspm - AIO: Drop superfluous HDSPM_AUTOSYNC_REF
ALSA: hdspm - AES32: Add TCO and Sync-In text entries
ALSA: hdspm - Introduce hdspm_get_aes_sample_rate()
ALSA: hdspm - Add prototype declarations
ALSA: hdspm - Enable AES32 in hdspm_get_wc_sample_rate
ALSA: hdspm - Enable AES32 in hdspm_get_tco_sample_rate
ALSA: hdspm - AES32: Ignore float/int format bit
ALSA: hdspm - AES32: Enable TCO input in hdspm_external_sample_rate()
ALSA: hdspm - AES32: Enable TCO/Sync-In in snd_hdspm_put_sync_ref()
ALSA: hdspm - AES32: Include TCO and Sync-In in proc output
ALSA: hdspm - Introduce hdspm_external_rate_to_enum() helper function
ALSA: hdspm - AES32: Report external sample rate to userspace
ALSA: hdspm - AES32: Enable TCO support
ALSA: hdspm - Use snd_ctl_enum_info for most text arrays
ALSA: hdspm - Use snd_ctl_enum_info() for texts_autosync
ALSA: hdspm - Use snd_ctl_enum_info() in snd_hdspm_info_autosync_ref
ALSA: hdspm - Fix default value in SNDRV_HDSPM_IOCTL_GET_LTC
ALSA: hdspm - Use enums in hdspm_tco_ltc_frames()
ALSA: hdspm - Fix SNDRV_HDSPM_IOCTL_GET_LTC

Andy Shevchenko (1):
ALSA: don't push static constants on stack for %*ph

Anssi Hannula (1):
ALSA: hda - hdmi: Fallback to ALSA allocation when selecting CA

Axel Lin (1):
ASoC: adav80x: Add module device table for adav801

Bard Liao (2):
ASoC: rt5640: remove unused mux
ASoC: rt5640: change widget sequence for depop

Bo Shen (7):
ASoC: atmel_ssc_dai: move set dma data to startup callback
ASoC: atmel_ssc_dai: add error mask define
ASoC: atmel-pcm-dma: move prepare for dma to dai prepare
ARM: atmel-ssc: change phybase type to dma_addr_t
ASoC: atmel-pcm: use generic dmaengine framework
ASoC: wm8904: fix the typo error for LINER Mux
ASoC: atmel: add wm8904 based audio machine driver

Charles Keepax (6):
mfd: arizona: Add GPIO control register bit definitions
ASoC: arizona: Add signal activity output for DRC
ASoC: arizona: Add default case to silence build warning
ASoC: wm5110: Correct input OSR bits for wm5110
ASoC: arizona: Add widget<->mux route into mux route macro
ASoC: wm8997: Initial CODEC driver

Chih-Chung Chang (1):
ALSA: hda - Fix jack gating when auto_{mute,mic} is suppressed.

Dan Carpenter (4):
ASoC: adau1701: type bug with ADAU1707_CLKDIV_UNSET
ALSA: usx2y: remove an unneeded check
ASoC: dapm: using freed pointer in dapm_kcontrol_add_widget()
sound: oss/dmabuf: remove an unneeded temporary variable

Daniel Mack (11):
ARM: pxa: ssp: remove unnecessary warning on kzalloc() failure
ARM: pxa: ssp: add shortcut for &pdev->dev
ARM: pxa: ssp: add DT bindings
ARM: pxa: ssp: use devm_ functions
ARM: pxa: ssp: add pxa_ssp_request_of()
ALSA: move dmaengine implementation from ASoC to ALSA core
ASoC: pxa: pxa-ssp: add DT bindings
ASoC: pxa: use snd_dmaengine_dai_dma_data
ASoC: pxa: pxa-ssp: set dma filter data from startup hook
ASoC: pxa: add DT bindings for pxa2xx-pcm
ALSA: core: allow SND_DMAENGINE_PCM use from modules

David Henningsson (5):
ALSA: hda - Headphone mic support for an Asus/Conexant device
ALSA: hda - Fix internal mic boost on three Thinkpad machines
ALSA: hda - Fix the order of a quirk table (janitorial)
ALSA: hda - Limit internal mic boost for a few more Thinkpad machines
ALSA: hda - Try to allow haswell HDMI audio even without powerwell

Dimitris Papastamos (4):
ASoC: core: Add snd_soc_card_get_kcontrol()
ASoC: wm_adsp: Simplify kcontrol handling
ASoC: wm0010: Use DMA-safe memory for SPI transfers
ASoC: wm_adsp: Sanitize parameter passing

Eldad Zack (9):
ALSA: usb-audio: remove disabled debug code in set_format
ALSA: usb-audio: remove assignment from if condition
ALSA: usb-audio: separate sync endpoint setting from set_format
ALSA: usb-audio: move implicit fb quirks to separate function
ALSA: usb-audio: reverse condition logic in set_sync_endpoint
ALSA: usb-audio: do not initialize and check implicit_fb
ALSA: usb-audio: remove is_playback from implicit feedback quirks
ALSA: usb-audio: remove implicit_fb from quirk
ALSA: usb-audio: WARN_ON when alts is passed as NULL

Fabio Estevam (20):
ASoC: sglt5000: Provide the reg_stride field
ASoC: fsl: fsl_ssi: Use devm_ functions
ASoC: fsl: fsl_ssi: Check the return value from clk_prepare_enable()
ASoC: fsl: imx-wm8962: Fix error path
ASoC: wm8962: Do not call configure_bclk() inside wm8962_set_dai_sysclk()
ASoC: fsl: fsl_ssi: Add MODULE_ALIAS
ASoC: fsl: imx-audmux: Check the return value from clk_prepare_enable()
ASoC: fsl: Fix module build
ASoC: imx-mc13783: Make SND_SOC_IMX_MC13783 visible again
ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code
ASoC: fsl: fsl_ssi: Fix the order of resources removal
ASoC: simple-card: Provide owner and MODULE_ALIAS()
ASoC: fsl_spdif: Remove unnecessary dev_set_drvdata()
ASoC: fsl_spdif: Reduce the noise on comments
ASoC: fsl_ssi: Remove unnecessary dev_set_drvdata()
ASoC: designware_i2s: Remove unnecessary dev_set_drvdata()
ASoC: ep93xx-i2s: Remove unnecessary dev_set_drvdata()
ASoC: fsl: Drop SND_SOC_FSL_UTILS from SND_SOC_IMX_SPDIF
ASoC: soc-pcm: Allow to specify unidirectional dai_link
ASoC: mxs-sgtl5000: Configure the dai_links as unidirectional

Fengguang Wu (1):
ALSA: hdspm - remove unneeded semicolon

Jean-Francois Moine (3):
ASoC: kirkwood-i2s: fix a compilation warning
ASoc: kirkwood: add DT support to the mvebu audio subsystem
ASoc: kirkwood: Use the Kirkwood audio driver in Dove boards

Jingoo Han (1):
ALSA: replace strict_strto*() with kstrto*()

Julia Lawall (5):
sound/soc/pxa/mioa701_wm9713.c: Avoid using ARRAY_AND_SIZE(e) as a function argument
ASoC: samsung-ac97: simplify use of devm_ioremap_resource
ASoC: mioa701_wm9713: Remove definition of ARRAY_AND_SIZE()
ASoC: tegra20-ac97: simplify use of devm_ioremap_resource
ASoC: omap: simplify platform_get_resource_byname/devm_ioremap_resource

Kailang Yang (3):
ALSA: hda - Fix the noise after suspend on ALC283 codec
ALSA: hda - Fix ALC283 headphone pop-noise better
ALSA: hda - Add workarounds for pop-noise on Chromebook with ALC283

Knut Petersen (3):
ALSA: rme96: Add pcm stream synchronization
ALSA: rme96: Add PM support v3
alsa/rme96: Add missing inclusion of linux/vmalloc.h

Kuninori Morimoto (14):
ASoC: add ak4554 driver
ASoC: ak4554: add DT support
ASoC: add Renesas R-Car core feature
ASoC: add Renesas R-Car module feature
ASoC: add Renesas R-Car Generation feature
ASoC: add Renesas R-Car SCU feature
ASoC: add Renesas R-Car ADG feature
ASoC: add Renesas R-Car SSI feature
ASoC: rsnd: remove platform dai and add dai_id on platform setting
ASoC: rsnd: add common DMAEngine method
ASoC: rsnd: SSI supports DMA transfer
ASoC: rsnd: SSI supports DMA transfer via BUSIF
ASoC: rsnd: scu: cleanup empty functions
ASoC: fsi: reserve prefetch period on DMA transferring

Lars-Peter Clausen (41):
ASoC: Remove unused dapm_get_snd_card() and dapm_get_soc_card()
ASoC: Build adau1701 when SND_SOC_ALL_CODECS is selected
ASoC: adau1701: Add adau1702 and adau1401(a) device ids
ASoC: dapm: Pass snd_soc_card directly to soc_dpcm_runtime_update()
ASoC: dapm: Run widget updates for shared controls at the same time
ASoC: dapm: Add a update parameter to snd_soc_dapm_{mux,mixer}_update_power
ASoC: tlv320aic3x: Use snd_soc_dapm_mixer_update_power
ASoC: lm4857: Use table based setup for DAPM and controls
ASoC: lm4857: Convert to regmap
ASoC: dapm: Move snd_soc_dapm_update from dapm context to card
ASoC: dapm: Pass card instead of dapm context to dapm_power_widgets()
ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrol
ASoC: dapm: Wrap kcontrol widget list access
ASoC: dapm: Move 'value' field from widget to control
ASoC: dapm: Keep a list of paths per kcontrol
ASoC: dapm: Make widget power register settings more flexible
ASoC: dapm: Add snd_soc_dapm_add_path() helper function
ASoC: dapm: Delay w->power update until the changes are written
ASoC: bf5xx-ac97: Remove unused extern declaration
ASoC: dapm: Check return value of snd_soc_cnew()
ASoC: dapm: Fix kcontrol path list corruption
ASoC: dapm: Implement mixer input auto-disable
ASoC: tlv320aic26: Fix keyclick feature
ASoC: mc13783: Remove embedded snd_soc_codec structs from private data structs
ASoC: twl4030: Remove embedded snd_soc_codec structs from private data structs
ASoC: Remove unused soc_pm_waitq
ASoC: Remove unused snd_soc_info_volsw_ext()
ASoC: Use snd_soc_info_enum_double() for SOC_ENUM_EXT controls
ASoC: dmic: Convert table based DAPM setup
ASoC: dapm: Fix marking widgets dirty when a route is added
ASoC: tlv320aic32x4: Convert table based control and DAPM setup
ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets()
ASoC: jack: Remove unnecessary call to snd_soc_dapm_new_widgets()
ASoC: Call snd_soc_dapm_new_widgets() only once during card initialization
ASoC: Move call to snd_soc_dapm_new_widgets() after snd_soc_dapm_auto_nc_codec_pins()
ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets()
ASoC: dapm: Fix auto-disable for inverted controls
ASoC: Remove unused control_type field from snd_soc_codec struct
ASoC: Remove unused debugfs_dapm field from snd_soc_{platform,codec} struct
ASoC: Remove unused sysfs_registered field from snd_soc_codec struct
ASoC: ssm2602: Fix cache sync

Lothar WaÃmann (1):
ASoC: mxs: add some error messages to help identifying problems

Ma Haijun (1):
ASoC: wm8960: Fix ADC volume bits

Marek Belisko (1):
ASoC: Add PCM1681 codec driver.

Mark Brown (97):
ASoC: codecs: Make ALL_CODECS depend on COMPILE_TEST
ASoC: pcm3008: Remove noisy version print
ASoC: pcm3008: Move gpio allocation to probe
ASoC: pcm3008: Check for platform data
ASoC: pcm3008: Convert to devm_gpio_request_one()
ASoC: wm8994: Move runtime PM init to platform device init
ASoC: kirkwood: Remove unused headers
ASoC: kirkwood: Enable build on non-Kirkwood platforms
ASoC: kirkwood-i2s: Use devm_clk_get() for extclk
ASoC: kirkwood-i2s: Remove empty remove()
ASoC: kirkwood-i2s: Inline KIRKWOOD_I2S_RATES
ASoC: tlv320aic3x: Add compatible strings for specific devices
ASoC: tlv320aic3x: List tlv320aic3106 as a supported device
ASoC: imx: Enable COMPILE_TEST builds
ASoC: samsung-spdif: Convert to devm_clk_get()
ASoC: omap: Enable COMPILE_TEST build for DT platforms
ASoC: tegra: Remove unneeded mach-type.h incldues
ASoC: tegra: Add GPIOLIB dependencies
ASoC: tegra: Always use the generic dmaengine helper library
ASoC: tegra: Enable COMPILE_TEST builds
ASoC: imx-mc13783: Depend on ARCH_ARM
ASoC: pcm: Use the power efficient workqueue for delayed powerdown
ASoC: jack: Use power efficient workqueue
ASoC: mxs: Enable COMPILE_TEST builds
ASoC: max98090: Use power efficient workqueue
ASoC: sta32x: Use power efficient workqueue
ASoC: twl6040: Use power efficient workqueue
ASoC: wm8350: Use power efficient workqueue
ASoC: wm8753: Use power efficient workqueue
ASoC: wm8994: Use power efficient workqueue
ASoC: fsl_ssi: Provide register I/O functions by default
ASoC: twl6040: Use power efficient workqueue
ASoC: mxs: Remove unneeded mach-types.h inclusions
ASoC: wm8962: Use power efficient workqueue
ASoC: mxs: Depends on COMMON_CLK
ASoC: dapm: Use generic power check for everything except DAIs
ASoC: wm8994: Add clock bindings to the device tree
ASoC: smdk_wm8994: Make driver name more unique
ASoC: smdk_wm8994: Configure DAI format at init time
ASoC: smdk_wm8994: Configure the MCLK1 rate based on the board
ASoC: samsung: Make secondary I2S DAI device a child of primary
ASoC: pcm1792a: Fix build with !OF
ASoC: wm8994: Fix class W controls
ASoC: ad1980: Provide stub DAPM support
ASoC: ads711x: Add DAPM support
ASoC: dt: Move WM8903 pin list from Tegra board binding to CODEC binding
ASoC: pcm1681: Staticise DAI driver
ASoC: ad73311: Add DAPM support
ASoC: ad73311: Add to list of of Analog Devices supported CODECs
ALSA: Add MAINTAINERS entry for compressed audio API
ASoC: max9768: Add DAPM support
ASoC: cs4271: Convert to table based control init
ASoC: cs4271: Add DAPM support
ASoC: doc: Add documentation to MAINTAINERS patterns
ASoC: compress: Use power efficient workqueue
ASoC: adau1701: Use gpio_set_value_cansleep()
ASoC: ak4104: Add stub DAPM support
ASoC: ak4104: Manage TXE using DAPM
ASoC: ak5386: Add DAPM support
ASoC: dapm: Don't create routes when creating kcontrols
ASoC: dapm: Ensure kcontrol list is initialised
ASoC: dt: Move WM8753 pin list from Tegra board binding to CODEC binding
ASoC: dt: Move RT5640 pin list from Tegra board binding to CODEC binding
ASoC: dt: Move ALC5632 pin list from Tegra board binding to CODEC binding
ASoC: wm8753: Fix typo in DT binding example
ASoC: ak4554: Add DAPM support
ASoC: max9877: Convert to use regmap API
ASoC: max9877: Convert to standard CODEC driver
ASoC: max9877: Add basic DAPM support
ASoC: pcm1792a: Remove empty capture DAI stub
ASoC: pcm1792a: Add DAPM support
ASoC: pcm1681: Add DAPM support
ASoC: samsung: Fix DTS breakage from missing dependencies
ASoC: tlv320aic26: Remove direct use of internal I/O functions
ASoC: tlv320aic26: Remove noisy print
ASoC: tlv320aic26: Add basic DAPM support
ASoC: si476x: Add DAPM support
ASoC: pcm3008: Use gpio_set_value_cansleep()
ASoC: pcm3008: Add DAPM support
ASoC: pcm3008: Manage DAC and ADC power with DAPM
ASoC: wl1273: Add stub DAPM support
ASoC: cs4270: Add DAPM support
ASoC: wm8727: Add DAPM support
ASoC: wm8782: Add DAPM support
ASoC: wm5102: Add inputs for noise and mic mixers
ASoC: wm5110: Add inputs for noise and mic mixers
ASoC: wm8997: Add inputs for noise and mic mixers
ASoC: ac97: Provide stub DAPM integration
ASoC: hdmi: Provide stub DAPM integration
ASoC: bt-sco: Add generic compatible string
ASoC: bt-sco: Provide stub DAPM integration
ASoC: spdif: Add stub DAPM widgets for Rx
ASoC: spdif: Remove duplicate const
ASoC: imx: Add MODULE_LICENSE to DMA drivers
ASoC: samsung: Check to see if we managed to allocate a channel
ASoC: samsung: Rename DMA platform registration functions
ASoC: fsl_spdif: Staticse non-exported symbols

Markus Pargmann (10):
ASoC: imx-pcm-dma: DT support
ASoC: imx-pcm-fiq: Introduce pcm-fiq-params
ASoC: fsl: Move fsl-ssi binding doc to sound/
ASoC: imx-audmux: Read default configuration from devicetree
ASoC: fsl-ssi: Add support for imx-pcm-fiq
ASoC: fsl-ssi: Use generic DMA bindings if possible
ASoC: imx-audmux: default configuration parser fixups
ASoC: imx-audmux: Move definitions to dt-bindings
ASoC: core: Generic ac97 link reset functions
ASoC: fsl-ssi: ac97-slave support

Martin Dausel (1):
ALSA: hdspm - Added some comments and control register documentation

Mengdong Lin (4):
ALSA: hda - add flags and routines to get devices selection info for DP1.2 MST
ALSA: hda - add device list & select info of display pins to codec proc file
ALSA: hda - Haswell codec exposes device list/select info on pins
ALSA: hda - add device entry and inactive flag to unsolicited response

Michael Grzeschik (2):
ASoC: fsl-ssi: imx-pcm-fiq bugfix
ASoC: fsl: disable ssi irq for imx

Michael Trimarchi (2):
ASoC: omap-mcbsp: Support SND_SOC_DAIFMT_CBM_CFS for omap3/4
ASoC: Add PCM1792A spi mode codec support

Mike Dyer (1):
ASoC: wm8960: Fix PLL register writes

Nicolas Ferre (1):
ASoC: atmel: machine driver for at91sam9x5-wm8731 boards

Nicolin Chen (7):
ASoC: fsl: Disable SSI in trigger() if RE/TE are both cleared
ASoC: fsl: Set sdma peripheral type directly
ASoC: spdif: Add S20_3LE and S24_LE support for dummy codec drivers
ASoC: fsl: Add S/PDIF CPU DAI driver
ASoC: fsl: Add S/PDIF machine driver
ASoC: fsl: Add wrapping for dev_dbg() in fsl_spdif.c
ASoC: fsl: Add one blank space after ':=' in Makefile

Oskar Schirmer (1):
ASoC: sgtl5000: fix codec clock source transition to avoid clockless moment

Padmavathi Venna (6):
ASoC: Samsung: I2S: Modify driver to give more flexibility
ASoC: Samsung: I2S: Add quirks as driver data in I2S
ASoC: Samsung: I2S: Modify the I2S driver to support I2S on Exynos5420
ARM: dts: exynos5250: move common i2s properties to exynos5 dtsi
ARM: dts: Change i2s compatible string on exynos5250
ARM: dts: Change i2s compatible string on exynos5250

Peter Ujfalusi (1):
ASoC: omap-abe-twl6040: Remove support for pdata (legacy boot)

Richard Fitzgerald (1):
ASoC: core: init delayed_work for codec-codec links

Richard Genoud (2):
ASoC: wm8731: add rates constraints
ASoC: atmel: update atmel SSC with DMA binding

Rongjun Ying (1):
ASoC: hdmi-codec: let the driver support HDMI sink

Russell King (8):
ASoC: uda134x: fix codec driver by converting to DAPM
ASoC: spdif_transceiver: add output pin widget
ASoC: kirkwood: merge struct kirkwood_dma_priv with struct kirkwood_dma_data
ASoC: kirkwood: Free external clock if it is a duplicate of internal
ASoC: avoid duplicated DAI routes
ASoC: kirkwood: provide KIRKWOOD_PLAYCTL_ENABLE_MASK
ASoC: kirkwood: combine kirkwood-i2s and kirkwood-dma drivers
ASoC: kirkwood: move calculation of max buffer size to kirkwood.h

Sachin Kamat (2):
ASoC: s6105-ipcam: Fix incorrect placement of __initdata
ASoC: pxa: Remove duplicate inclusion of dmaengine.h

Steffen Trumtrar (1):
ASoC: fsl-ssi: add SSIEN errata work around

Stephen Warren (2):
ASoC: tegra: fix compile warning in AC'97 driver
ASoC: tegra: support a Mic Jack in the Tegra+RT5640 machine driver

Takashi Iwai (22):
ALSA: hda - Add GPIO control to AD1884 HP fixup
ALSA: hda - Add fixup for Lenovo Thinkpad with AD1984 codec
ALSA: hda - Add fixup for HP TouchSmart with AD1984A codec
ALSA: hda - Remove static quirks for AD1882
ALSA: hda - Remove static quirks for AD1884/1984 & variants
ALSA: hda - Remove static quirks for AD1981 and AD1983 codecs
ALSA: hda - Remove static quirks for AD1988 codecs
ALSA: hda - Convert the static quirk for Samsung Q1 Ultra
ALSA: hda - Convert static quirks for AD1986A Samsung laptops
ALSA: hda - Drop static quirks for other AD1986A Samsung machines
ALSA: hda - Drop static quirk for Toshiba Satellite L40-10Q
ALSA: hda - Drop a few other static quirks for AD1986A
ALSA: hda - Remove static quirks for AD1986A codec
ALSA: hda - Add snd_hda_jack_detect_state() helper function
ALSA: hda/realtek - Selectively call snd_hda_shutup_pins()
ALSA: hda - Remove analog mic pin override from STAC9228 dell-bios quirk
ALSA: hda - Fix invalid multi-io creation on VAIO-Z laptops
ALSA: hda - Allow auto_mute_via_amp on bind mute controls
ALSA: hda - Mute the right widget in auto_mute_via_amp mode
ALSA: rme96: Check the return value of pci_enable_device() in resume callback
ALSA: hda - Simplify CONFIG_SND_HDA_I915 condition
ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switches

Takashi Sakamoto (1):
ALSA: firewire-speakers: remove not-reused member from structure

Tim Gardner (2):
ALSA: pcm: Add snd_printd_ratelimit()
ALSA: pcm: Use snd_printd_ratelimit()

Tomasz Figa (1):
ASoC: Samsung: Do not queue cyclic buffers multiple times

Tushar Behera (1):
ASoC: samsung: Fix build error with dma function rename

Vinod Koul (2):
ASoC: compress: use soc_xxx handlers for metadata
ALSA: compress: update the MAINTAINER entry

Wang Xingchao (4):
ALSA: hda - use azx_writew() for 16-bit length register
ALSA: hda - Clearing jackpoll_interval avoid pending work
ALSA: hda - jack poll once if jackpoll_interval==0
ALSA: hda - WAKEEN feature enabling for runtime pm

Wei Yongjun (8):
ASoC: db1200: add .owner to struct snd_soc_card
ASoC: imx_mc13783: add .owner to struct snd_soc_card
ASoC: brownstone: add .owner to struct snd_soc_card
ASoC: ttc_dkb: add .owner to struct snd_soc_card
ASoC: mop500: add .owner to struct snd_soc_card
ASoC: imx-sgtl5000: fix error return code in imx_sgtl5000_probe()
ASoC: rcar: fix return value check in rsnd_gen1_probe()
ASoC: fsl_spdif: remove redundant dev_err call in fsl_spdif_probe()

Wolfram Sang (5):
ASoC: au1x: don't check resource with devm_ioremap_resource
ASoC: ep93xx: don't check resource with devm_ioremap_resource
ASoC: nuc900: don't check resource with devm_ioremap_resource
ASoC: pxa: don't check resource with devm_ioremap_resource
ASoC: txx9: don't check resource with devm_ioremap_resource

---
.../devicetree/bindings/misc/atmel-ssc.txt | 23 +-
.../devicetree/bindings/serial/mrvl,pxa-ssp.txt | 65 +
Documentation/devicetree/bindings/sound/ak4554.c | 11 +
.../devicetree/bindings/sound/alc5632.txt | 19 +
.../bindings/sound/atmel-sam9x5-wm8731-audio.txt | 35 +
.../devicetree/bindings/sound/atmel-wm8904.txt | 55 +
.../devicetree/bindings/sound/fsl,spdif.txt | 54 +
.../{powerpc/fsl/ssi.txt => sound/fsl,ssi.txt} | 12 +
.../devicetree/bindings/sound/imx-audio-spdif.txt | 34 +
.../devicetree/bindings/sound/imx-audmux.txt | 9 +
.../devicetree/bindings/sound/mrvl,pxa-ssp.txt | 28 +
.../devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt | 15 +
.../devicetree/bindings/sound/mvebu-audio.txt | 29 +
.../bindings/sound/nvidia,tegra-audio-alc5632.txt | 24 +-
.../bindings/sound/nvidia,tegra-audio-rt5640.txt | 26 +-
.../bindings/sound/nvidia,tegra-audio-wm8753.txt | 27 +-
.../bindings/sound/nvidia,tegra-audio-wm8903.txt | 24 +-
.../devicetree/bindings/sound/pcm1792a.txt | 18 +
Documentation/devicetree/bindings/sound/rt5640.txt | 20 +
.../devicetree/bindings/sound/samsung-i2s.txt | 22 +-
.../devicetree/bindings/sound/soc-ac97link.txt | 28 +
.../devicetree/bindings/sound/ti,pcm1681.txt | 15 +
.../devicetree/bindings/sound/tlv320aic3x.txt | 9 +-
Documentation/devicetree/bindings/sound/wm8731.txt | 9 +
Documentation/devicetree/bindings/sound/wm8753.txt | 24 +-
Documentation/devicetree/bindings/sound/wm8903.txt | 19 +
Documentation/devicetree/bindings/sound/wm8994.txt | 4 +
Documentation/sound/alsa/HD-Audio-Models.txt | 1 +
Documentation/sound/alsa/HD-Audio.txt | 2 +
MAINTAINERS | 13 +
arch/arm/boot/dts/exynos5250.dtsi | 9 +-
arch/arm/mach-dove/common.c | 4 +-
arch/arm/mach-kirkwood/common.c | 24 +-
arch/arm/plat-pxa/ssp.c | 171 +-
arch/arm/plat-samsung/s3c-dma-ops.c | 13 +-
include/dt-bindings/sound/fsl-imx-audmux.h | 56 +
include/linux/atmel-ssc.h | 2 +-
include/linux/mfd/arizona/gpio.h | 96 +
include/linux/platform_data/asoc-s3c.h | 1 +
include/linux/platform_data/omap-abe-twl6040.h | 49 -
include/linux/pxa2xx_ssp.h | 11 +
include/sound/core.h | 8 +
include/sound/pxa2xx-lib.h | 7 -
include/sound/rcar_snd.h | 84 +
include/sound/soc-dapm.h | 201 +-
include/sound/soc-dpcm.h | 2 +-
include/sound/soc.h | 47 +-
include/uapi/sound/hdspm.h | 2 +-
sound/arm/pxa2xx-ac97.c | 26 +-
sound/arm/pxa2xx-pcm-lib.c | 52 +-
sound/arm/pxa2xx-pcm.c | 5 +-
sound/arm/pxa2xx-pcm.h | 6 +-
sound/core/Kconfig | 3 +
sound/core/Makefile | 3 +
.../soc-dmaengine-pcm.c => core/pcm_dmaengine.c} | 0
sound/core/pcm_lib.c | 4 +-
sound/drivers/dummy.c | 2 +-
sound/firewire/speakers.c | 4 +-
sound/isa/gus/interwave.c | 3 +-
sound/oss/dmabuf.c | 3 +-
sound/pci/hda/Kconfig | 9 +-
sound/pci/hda/hda_codec.c | 64 +-
sound/pci/hda/hda_codec.h | 21 +
sound/pci/hda/hda_generic.c | 79 +-
sound/pci/hda/hda_generic.h | 1 +
sound/pci/hda/hda_hwdep.c | 6 +-
sound/pci/hda/hda_intel.c | 34 +-
sound/pci/hda/hda_jack.c | 22 +-
sound/pci/hda/hda_jack.h | 13 +-
sound/pci/hda/hda_proc.c | 33 +
sound/pci/hda/patch_analog.c | 4662 +-------------------
sound/pci/hda/patch_conexant.c | 79 +-
sound/pci/hda/patch_hdmi.c | 61 +-
sound/pci/hda/patch_realtek.c | 190 +-
sound/pci/hda/patch_sigmatel.c | 14 +-
sound/pci/hda/patch_via.c | 2 +-
sound/pci/rme96.c | 307 +-
sound/pci/rme9652/hdspm.c | 779 +++-
sound/soc/Kconfig | 5 +-
sound/soc/Makefile | 4 -
sound/soc/atmel/Kconfig | 21 +
sound/soc/atmel/Makefile | 4 +
sound/soc/atmel/atmel-pcm-dma.c | 118 +-
sound/soc/atmel/atmel_ssc_dai.c | 36 +-
sound/soc/atmel/atmel_wm8904.c | 254 ++
sound/soc/atmel/sam9x5_wm8731.c | 208 +
sound/soc/au1x/db1200.c | 4 +
sound/soc/au1x/psc-ac97.c | 3 -
sound/soc/blackfin/bf5xx-ac97.h | 1 -
sound/soc/cirrus/ep93xx-ac97.c | 3 -
sound/soc/cirrus/ep93xx-i2s.c | 5 -
sound/soc/codecs/Kconfig | 19 +
sound/soc/codecs/Makefile | 8 +
sound/soc/codecs/ac97.c | 15 +
sound/soc/codecs/ad1980.c | 43 +
sound/soc/codecs/ad73311.c | 22 +-
sound/soc/codecs/adau1701.c | 25 +-
sound/soc/codecs/adav80x.c | 13 +-
sound/soc/codecs/ads117x.c | 29 +-
sound/soc/codecs/ak4104.c | 34 +-
sound/soc/codecs/ak4554.c | 106 +
sound/soc/codecs/ak5386.c | 17 +-
sound/soc/codecs/arizona.c | 69 +-
sound/soc/codecs/arizona.h | 5 +-
sound/soc/codecs/bt-sco.c | 22 +-
sound/soc/codecs/cs4270.c | 20 +
sound/soc/codecs/cs4271.c | 30 +-
sound/soc/codecs/dmic.c | 17 +-
sound/soc/codecs/hdmi.c | 30 +-
sound/soc/codecs/lm4857.c | 107 +-
sound/soc/codecs/max9768.c | 16 +
sound/soc/codecs/max98090.c | 10 +-
sound/soc/codecs/max9877.c | 294 +-
sound/soc/codecs/mc13783.c | 1 -
sound/soc/codecs/pcm1681.c | 339 ++
sound/soc/codecs/pcm1792a.c | 257 ++
sound/soc/codecs/pcm1792a.h | 26 +
sound/soc/codecs/pcm3008.c | 150 +-
sound/soc/codecs/rt5640.c | 235 +-
sound/soc/codecs/rt5640.h | 12 +
sound/soc/codecs/sgtl5000.c | 10 +-
sound/soc/codecs/si476x.c | 14 +
sound/soc/codecs/spdif_receiver.c | 17 +-
sound/soc/codecs/spdif_transmitter.c | 18 +-
sound/soc/codecs/ssm2602.c | 3 +-
sound/soc/codecs/sta32x.c | 10 +-
sound/soc/codecs/tlv320aic26.c | 51 +-
sound/soc/codecs/tlv320aic32x4.c | 22 +-
sound/soc/codecs/tlv320aic3x.c | 56 +-
sound/soc/codecs/twl4030.c | 2 -
sound/soc/codecs/twl6040.c | 7 +-
sound/soc/codecs/uda134x.c | 88 +-
sound/soc/codecs/wl1273.c | 17 +
sound/soc/codecs/wm0010.c | 12 +-
sound/soc/codecs/wm5102.c | 53 +-
sound/soc/codecs/wm5110.c | 35 +-
sound/soc/codecs/wm8350.c | 6 +-
sound/soc/codecs/wm8727.c | 17 +-
sound/soc/codecs/wm8731.c | 60 +-
sound/soc/codecs/wm8753.c | 5 +-
sound/soc/codecs/wm8782.c | 17 +-
sound/soc/codecs/wm8903.c | 4 +-
sound/soc/codecs/wm8904.c | 3 +-
sound/soc/codecs/wm8960.c | 10 +-
sound/soc/codecs/wm8962.c | 9 +-
sound/soc/codecs/wm8994.c | 39 +-
sound/soc/codecs/wm8995.c | 5 +-
sound/soc/codecs/wm8997.c | 1175 +++++
sound/soc/codecs/wm8997.h | 23 +
sound/soc/codecs/wm_adsp.c | 124 +-
sound/soc/codecs/wm_adsp.h | 3 +-
sound/soc/codecs/wm_hubs.c | 8 +-
sound/soc/dwc/designware_i2s.c | 5 +-
sound/soc/fsl/Kconfig | 23 +-
sound/soc/fsl/Makefile | 4 +
sound/soc/fsl/fsl_spdif.c | 1225 +++++
sound/soc/fsl/fsl_spdif.h | 191 +
sound/soc/fsl/fsl_ssi.c | 501 ++-
sound/soc/fsl/imx-audmux.c | 78 +-
sound/soc/fsl/imx-audmux.h | 52 +-
sound/soc/fsl/imx-mc13783.c | 1 +
sound/soc/fsl/imx-pcm-dma.c | 4 +-
sound/soc/fsl/imx-pcm-fiq.c | 20 +-
sound/soc/fsl/imx-pcm.h | 26 +-
sound/soc/fsl/imx-sgtl5000.c | 4 +-
sound/soc/fsl/imx-spdif.c | 148 +
sound/soc/fsl/imx-ssi.c | 11 +-
sound/soc/fsl/imx-ssi.h | 1 +
sound/soc/fsl/imx-wm8962.c | 3 +-
sound/soc/generic/simple-card.c | 2 +
sound/soc/kirkwood/Kconfig | 13 +-
sound/soc/kirkwood/Makefile | 4 +-
sound/soc/kirkwood/kirkwood-dma.c | 108 +-
sound/soc/kirkwood/kirkwood-i2s.c | 93 +-
sound/soc/kirkwood/kirkwood-openrd.c | 6 +-
sound/soc/kirkwood/kirkwood-t5325.c | 6 +-
sound/soc/kirkwood/kirkwood.h | 11 +-
sound/soc/mxs/Kconfig | 3 +-
sound/soc/mxs/mxs-saif.c | 1 -
sound/soc/mxs/mxs-sgtl5000.c | 32 +-
sound/soc/nuc900/nuc900-ac97.c | 3 -
sound/soc/omap/Kconfig | 8 +-
sound/soc/omap/mcbsp.c | 2 +-
sound/soc/omap/omap-abe-twl6040.c | 133 +-
sound/soc/omap/omap-dmic.c | 9 +-
sound/soc/omap/omap-mcbsp.c | 5 +
sound/soc/omap/omap-mcpdm.c | 3 -
sound/soc/pxa/Kconfig | 2 +-
sound/soc/pxa/brownstone.c | 1 +
sound/soc/pxa/mioa701_wm9713.c | 7 +-
sound/soc/pxa/mmp-pcm.c | 7 +-
sound/soc/pxa/mmp-sspa.c | 15 +-
sound/soc/pxa/pxa-ssp.c | 76 +-
sound/soc/pxa/pxa2xx-ac97.c | 67 +-
sound/soc/pxa/pxa2xx-i2s.c | 28 +-
sound/soc/pxa/pxa2xx-pcm.c | 21 +-
sound/soc/pxa/ttc-dkb.c | 1 +
sound/soc/s6000/s6105-ipcam.c | 2 +-
sound/soc/samsung/ac97.c | 11 +-
sound/soc/samsung/dma.c | 19 +-
sound/soc/samsung/dma.h | 4 +-
sound/soc/samsung/i2s-regs.h | 51 +-
sound/soc/samsung/i2s.c | 193 +-
sound/soc/samsung/pcm.c | 4 +-
sound/soc/samsung/s3c2412-i2s.c | 4 +-
sound/soc/samsung/s3c24xx-i2s.c | 4 +-
sound/soc/samsung/smdk_wm8994.c | 58 +-
sound/soc/samsung/spdif.c | 12 +-
sound/soc/sh/Kconfig | 7 +
sound/soc/sh/Makefile | 3 +
sound/soc/sh/fsi.c | 51 +-
sound/soc/sh/rcar/Makefile | 2 +
sound/soc/sh/rcar/adg.c | 234 +
sound/soc/sh/rcar/core.c | 861 ++++
sound/soc/sh/rcar/gen.c | 280 ++
sound/soc/sh/rcar/rsnd.h | 302 ++
sound/soc/sh/rcar/scu.c | 236 +
sound/soc/sh/rcar/ssi.c | 728 +++
sound/soc/soc-compress.c | 13 +-
sound/soc/soc-core.c | 253 +-
sound/soc/soc-dapm.c | 819 ++--
sound/soc/soc-jack.c | 4 +-
sound/soc/soc-pcm.c | 25 +-
sound/soc/spear/Kconfig | 2 +-
sound/soc/tegra/Kconfig | 14 +-
sound/soc/tegra/tegra20_ac97.c | 8 -
sound/soc/tegra/tegra_alc5632.c | 2 -
sound/soc/tegra/tegra_rt5640.c | 1 +
sound/soc/tegra/tegra_wm8753.c | 2 -
sound/soc/tegra/trimslice.c | 2 -
sound/soc/txx9/txx9aclc-ac97.c | 3 -
sound/soc/ux500/mop500.c | 1 +
sound/usb/6fire/firmware.c | 4 +-
sound/usb/endpoint.c | 3 +
sound/usb/pcm.c | 243 +-
sound/usb/usx2y/usbusx2y.c | 8 +-
236 files changed, 12525 insertions(+), 7420 deletions(-)
create mode 100644 Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt
create mode 100644 Documentation/devicetree/bindings/sound/ak4554.c
create mode 100644 Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
create mode 100644 Documentation/devicetree/bindings/sound/atmel-wm8904.txt
create mode 100644 Documentation/devicetree/bindings/sound/fsl,spdif.txt
rename Documentation/devicetree/bindings/{powerpc/fsl/ssi.txt => sound/fsl,ssi.txt} (87%)
create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
create mode 100644 Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
create mode 100644 Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt
create mode 100644 Documentation/devicetree/bindings/sound/mvebu-audio.txt
create mode 100644 Documentation/devicetree/bindings/sound/pcm1792a.txt
create mode 100644 Documentation/devicetree/bindings/sound/soc-ac97link.txt
create mode 100644 Documentation/devicetree/bindings/sound/ti,pcm1681.txt
create mode 100644 include/dt-bindings/sound/fsl-imx-audmux.h
create mode 100644 include/linux/mfd/arizona/gpio.h
delete mode 100644 include/linux/platform_data/omap-abe-twl6040.h
create mode 100644 include/sound/rcar_snd.h
rename sound/{soc/soc-dmaengine-pcm.c => core/pcm_dmaengine.c} (100%)
create mode 100644 sound/soc/atmel/atmel_wm8904.c
create mode 100644 sound/soc/atmel/sam9x5_wm8731.c
create mode 100644 sound/soc/codecs/ak4554.c
create mode 100644 sound/soc/codecs/pcm1681.c
create mode 100644 sound/soc/codecs/pcm1792a.c
create mode 100644 sound/soc/codecs/pcm1792a.h
create mode 100644 sound/soc/codecs/wm8997.c
create mode 100644 sound/soc/codecs/wm8997.h
create mode 100644 sound/soc/fsl/fsl_spdif.c
create mode 100644 sound/soc/fsl/fsl_spdif.h
create mode 100644 sound/soc/fsl/imx-spdif.c
create mode 100644 sound/soc/sh/rcar/Makefile
create mode 100644 sound/soc/sh/rcar/adg.c
create mode 100644 sound/soc/sh/rcar/core.c
create mode 100644 sound/soc/sh/rcar/gen.c
create mode 100644 sound/soc/sh/rcar/rsnd.h
create mode 100644 sound/soc/sh/rcar/scu.c
create mode 100644 sound/soc/sh/rcar/ssi.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/