lkml.org 
[lkml]   [2015]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] sound updates for 4.2-rc1
Linus,

please pull sound updates for v4.2-rc1 from:

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

The topmost commit is 60b93030b44a8c2cd015cebe5624fd7552ec67ec

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

sound updates for 4.2-rc1

It was a busy development cycle at this time, as you can see a wide
range of changes in diffstat. There are no big changes but many
refactoring and improvements. Here we go some highlights:

* ALSA core:
- Procfs codes were cleaned up to use seq_file
- Procfs can be opt out via Kconfig (only for EXPERT)
- Two types of jack API were unified finally; now both kctl and input
jack devs are handled via a single function call.

* HD-audio
- Continued code restructuring for the future ASoC driver; now HDA
controller driver is split to a core helper module.
- Preliminary codes for Skylake audio support in HDA core.
- Proper i915 gfx power well management for SKL & co
- Enabled runtime PM as default for Intel HDMI/DP codecs
- Newer Tegra chip supports
- More quirks for Dell headsets, Alienware (with CA0132), etc.
- A couple of DRM ELD helper API functions

* ASoC
- Support for loading ASoC topology maps from firmware, intended to be
used to allow self-describing DSP firmware images to be built which
can map controls added by the DSP to userspace without the kernel
needing to know about individual DSP firmwares
- Lots of refactoring to avoid direct access to snd_soc_codec where
it's not needed supporting future refactoring
- Big refactoring, cleanup and enhancement for the Wolfson ADSP driver
- Cleanup series for TI TAS2552 and R-CAR drivers
- Fixes and improvements on RT56xx codecs
- Support for TI TAS571x power amplifiers
- Support for Qualcomm APQ8016 and ZTE ZX296702 SoCs
- Support for x86 systems with RT5650 and Qualcomm Storm
- Support for Mediatek AFE (Audio Front End) unit
- Other various small fixes to ASoC codec drivers

* Firewire
- Enhanced to allow non-blocking streams to use timestamp
synchronization
- Improve support for DM1500 and BeBoBv3

* Misc
- Cleanup of old pci API functions over all PCI sound drivers
- Fix long-standing regression of the old powermac i2c setup

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

Alexander Stein (2):
ASoC: sgtl5000: Use specific variable for lo_vag
ASoC: sgtl5000: Calculate Lineout Channel Output Level

Alexandre Belloni (4):
ASoC: atmel: simplify Kconfig
ASoC: atmel: compile pcm driver in snd-soc-atmel_ssc_dai
ASoC: atmel: Revert previous fix for Kconfig limations
ASoC: atmel: properly select dma driver state

Anatol Pomozov (1):
ASoC: rt5677: Add reset-gpio dts option

Antonio Ospite (1):
ASoC: adau1977: fix typo s/Substraction/Subtraction/

Arnaud Pouliquen (1):
ASoC: simple card: Add mclk-fs property in dai-link

Arnd Bergmann (3):
ASoC: omap: fix up SND_OMAP_SOC_OMAP_ABE_TWL6040 dependency, again
ASoC: qcom: remove incorrect dependencies
ASoC: qcom: fix STORM board Kconfig

Axel Lin (11):
ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI
ASoC: sta32x: Use devm_gpiod_get_optional at appropriate place
ASoC: sta350: Use devm_gpiod_get_optional at appropriate place
ASoC: wm8737: Fixup setting VMID Impedance control register
ASoC: wm8903: Fix define for WM8903_VMID_RES_250K
ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits
ASoC: max98925: Fix mask for setting DAI invert mode
ASoC: tas2552: Use devm_gpiod_get_optional for enable-gpio
ASoC: rt5645: Use devm_gpiod_get_optional for hp-detect
ASoC: ml26124: Remove duplicate code
ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case

Bard Liao (10):
ASoC: rt5645: Adds push button support for rt5650
ASoC: rt5677: add i2s asrc clk src selection
ASoC: rt5645: fix implicit declaration error
ASoC: rt5645: fix wrong mask for button report
ASoC: rt5645: remove RT5645_I2S_BCLK_MS1 control
ASoC: rt5645: fix PLL source register definitions
ASoC: rt5645: add TDM slot control into dapm route
ASoC: rt5645: make volume TLV closer to reality
ASoC: rt5645: fix add missing widget
ASoC: rt5645: remove unused field in pdata

Charles Keepax (22):
ASoC: wm_adsp: Split out adsp1 & 2 setup algorithms
ASoC: wm_adsp: Improve variable naming
ASoC: wm_adsp: Remove len field from wm_adsp_alg_region
ASoC: wm_adsp: Limit firmware control name to ALSA control name size
ASoC: wm_adsp: Move temporary control name to the stack
ASoC: wm_adsp: Clean up low level control read/write functions
ASoC: wm_adsp: Factor out creation of alg_regions
ASoC: wm_adsp: Remove private field from wm_coeff_ctl
ASoC: wm_adsp: Group all the ALSA control functions together
ASoC: wm_adsp: Add basic support for rev 1 firmware file format
ASoC: wm_adsp: Add support for rev 2 firmware file format
ASoC: wm_adsp: Warn that firmware file format 0 is depreciated
ASoC: wm_adsp: Use __leXX for little endian data
ASoC: wm_adsp: Add support for DSP control flags
ASoC: dapm: Remove local OOM error message
ASoC: Correct typo in SOC_VALUE_ENUM_SINGLE macro
ASoC: dapm: Append "Autodisable" to autodisable widget names
ASoC: dapm: Add support for autodisable mux controls
ASoC: arizona: Use auto disable muxes for routing
ASoC: dapm: Add missing mutex unlock
ASoC: dapm: Break out of widget search when source and sink are located
ASoC: dapm: Add cache to speed up adding of routes

Dan Carpenter (2):
ASoC: wm8741: check for error returns from wm8741_set_pdata()
ASoC: imx-wm8962: Add a missing error check

David Henningsson (1):
ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c

Dylan Reid (2):
ASoC: Add jack types to dt-bindings
ASoC: jack - add_gpiods accepts filled descriptors

Fabian Frederick (2):
ALSA: gus: use swap() in snd_ics_put_double()
sound: oss/sb_audio: use swap() in sb_audio_close()

Fabio Estevam (8):
ASoC: fsl_ssi: No need call of_device_is_available()
ASoC: fsl: fsl_dma: Use true/false for boolean init
ASoC: fsl: imx-mc13783: Simplify trivial if-return sequence
ASoC: wm8996: Pass the IRQF_ONESHOT flag
ASoC: wm5100: Pass the IRQF_ONESHOT flag
ASoC: wm8994: Pass the IRQF_ONESHOT flag
ASoC: twl6040: Pass the IRQF_ONESHOT flag
ASoC: max98095: Pass the IRQF_ONESHOT flag

Fang, Yang A (13):
ASoC: Intel: Add support rt5650 in sst driver
ASoC: rt5645: set platform data base on DMI
ASoC: rt5645: fixed kbuild err
ASoC: Intel: Add support max98090 in sst driver
ASoC: Intel: Add Cherrytrail & Braswell machine driver cht_bsw_max98090_ti
ASoC: Intel: Support rt5650 codec for Cherrytrail & Braswell
ASoC: Intel: Fixed kbuild warnings
ASoC: Intel: Enabled button jack for BSW platform with rt5650 codec
ASoC: max98090: read micbias from device property
ASoC: ts3a227e: use device property api
ASoC: Intel: Fixed incorrect sst pcm_delay
ASoC: Intel: Added I2C dependency to two BSW machine drivers
ASoC: Intel: fixed TI button detection

Gabriele Martino (1):
ALSA: hda/ca0132: support for Alienware 15 Creative Sound Core3D-EX

Geert Uytterhoeven (2):
ASoC: rsnd: Use generic names for device nodes
ASoC: rsnd: Document r8a7778-specific binding

Jeeja KP (6):
ALSA: hda - moved alloc/free stream pages function to controller library
ALSA: hda - add generic functions to set hdac stream params
ALSA: hda - add new HDA registers
ALSA: hdac_ext: add extended HDA bus
ALSA: hdac_ext: add hdac extended controller
ALSA: hdac_ext: add extended stream capabilities

Jie Yang (17):
ALSA: jack: implement kctl creating for jack devices
ALSA: Jack: handle jack embedded kcontrol creating within ctljack
ALSA: jack: extend snd_jack_new to support phantom jack
ALSA: hda - Update to use the new jack kctls method
ASoC: jack: create kctls according to jack pins info
ALSA: jack: remove exporting ctljack functions
ALSA: Docs: Add documentation for Jack kcontrols
ALSA: jack: don't report input event for phantom jack
ALSA: jack: fix a randconfig build issue
ALSA: Kconfig: add config item SND_PROC_FS for expert
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
ASoC: Intel: remove unused function hsw_pcm_free_modules()
ASoC: Intel: don't need compress offload for broadwell
ASoC: intel: Revert "ASoC: Intel: remove unused function hsw_pcm_free_modules()"
ASoC: intel: Revert "ASoC: Intel: fix broadwell module removing failed issue"
ASoC: Intel: check and clear runtime module pointer
ASoC: Intel: handle haswell pcm suspend including runtime modules freeing

Jin Yao (1):
ASoC: Intel: Remove invalid kfree of devm allocated data

Johan Rastén (1):
ALSA: usb-audio: Set correct type for some UAC2 mixer controls.

John Lin (5):
ASoC: rt5645: improve headphone depop function
ASoC: rt5645: remove unnecessary power in JD function
ASoC: rt5645: fix IRQ error in jack detection
ASoC: rt5645: fix jack type detect error
ASoC: rt5645: fix kernel hang when call rt5645_set_jack_detect()

Julian Scheel (1):
ASoC: wm8523: Set bclk ratio for master mode

Jun Nie (5):
ASoC: simple-card: support platform in dts parse
ASoC: zx: Add zx296702 SPDIF support
ASoC: zx: Add ZTE zx296702 I2S DAI driver
dt: Add documentation for the ZTE SPDIF controller
dt: Add documentation for the ZTE I2S controller

Jyri Sarha (5):
ASoC: davinci-mcasp: Calculate BCLK using TDM slots and remove channels rule
ASoC: davinci-mcasp: Channel count constraints for multi-serializer case
ASoC: davinci-macsp: Optimize implicit BLCK sample-rate rule
ASoC: core: If component doesn't have of_node use parent's node instead
ASoC: davinci-mcasp: Choose PCM driver based on configured DMA controller

Kailang Yang (2):
ALSA: hda/realtek - Support headset mode for ALC298
ALSA: hda/realtek - Support Dell headset mode for ALC298

Kevin Cernekee (4):
ASoC: tas571x: Add DT binding document
ASoC: tas571x: New driver for TI TAS571x power amplifiers
MAINTAINERS: Add entry for tas571x ASoC codec driver
ASoC: tas571x: Eliminate redundant dev->of_node NULL check

Koro Chen (3):
ASoC: mediatek: Add AFE platform driver
ASoC: mediatek: Add machine driver for MAX98090 codec
ASoC: mediatek: Add machine driver for rt5650 rt5676 codec

Krzysztof Kozlowski (4):
ASoC: au1x: Constify platform_device_id
ASoC: bt-sco: Constify platform_device_id
ASoC: fsl: Constify platform_device_id
ASoC: samsung: Constify platform_device_id

Kuninori Morimoto (35):
ASoC: rsnd: add rsnd_dai_to_priv() macro
ASoC: rsnd: make sure it uses lock when it calls rsnd_dai_call
ASoC: rsnd: tidyup SSI parent related function/macro names
ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.
ASoC: rsnd: care snd_kcontrol's index
ASoC: soc.h: tidyup struct snd_soc_dai_link definition order
ASoC: rsnd: revert lock for calls to rsnd_dai_call
ASoC: rsnd: indicate unknown HW start
ASoC: rsnd: add rsnd_dai_stream_quit()
ASoC: soc-pcm: DPCM cares BE format
ASoC: rsnd: rsrc-card uses FE/BE merged format when DPCM
dmaengine: rcar-dmac: fixup spinlock in rcar-dmac
ASoC: rsnd: spin lock for interrupt handler
ASoC: rsnd: don't care under/over run error when PIO
ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lock
ASoC: rsrc-card: used "fe.xxx"/"be.xxx" name for dai_link
ASoC: rsrc-card: tidyup priv->snd_card setup timing
ASoC: rsrc-card: enable multi cpu/codec for DPCM
ASoC: rsrc-card: remove unused name
ASoC: rsnd-card: tidyup rsrc_priv_to_()
ASoC: rsrc-card: move rsrc_card_parse_daifmt() to upper side
ASoC: rsrc-card: tidyup return value of clock error
ASoC: rsrc-card: cleanup for DPCM
ASoC: rsnd: count each mod (SSI/SRC/DVC)
ASoC: rsnd: rsnd_mod has rsnd_priv
ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter
ASoC: rsnd: add common interrupt handler for SSI/SRC/DMA
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx()
ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrol
ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()
ASoC: rsnd: remove io from rsnd_mod
ASoC: rsrc-card: remove unused ret

Lars-Peter Clausen (117):
ALSA: Close holes in struct snd_pcm_hw_rule
ALSA: Close holes in struct snd_pcm_constraint_list
ASoC: at91sam9g20ek: Automatically disconnect non-connected pins
ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internal
ASoC: Add helper function getting CODEC's DAPM context
ASoC: Add helper functions bias level management
ASoC: Route all bias level updates through the core
ASoC: Move bias level update to the core
ASoC: samsung: wolfson: Improve compile test coverage
ASoC: lowland: Use card DAPM context to access widgets
ASoC: smdk_wm8994: Use card DAPM context to access widgets
ASoC: smartq: Remove unnecessary snd_soc_dapm_disable_pin()
ASoC: smartq: Use card DAPM context to access widgets
ASoC: speyside: Use snd_soc_codec_get_dapm()
ASoC: ad1836: Replace direct snd_soc_codec dapm field access
ASoC: adau17x1: Replace direct snd_soc_codec dapm field access
ASoC: adau1977: Replace direct snd_soc_codec dapm field access
ASoC: adav80x: Replace direct snd_soc_codec dapm field access
ASoC: ssm2518: Replace direct snd_soc_codec dapm field access
ASoC: ssm2602: Replace direct snd_soc_codec dapm field access
ASoC: ssm4567: Replace direct snd_soc_codec dapm field access
ASoC: dapm: Add new widgets to the end of the widget list
ASoC: dapm: Add new widgets to the end of the widget list
ASoC: dapm: Add demux support
ASoC: lm4857: Use DAPM demux
ASoC: lm4857: Convert to component
ASoC: omap-twl4030: Use card DAPM context to access widgets
ASoC: brownstone: Automatically disconnect non-connected pins
ASoC: poodle: Automatically disconnect non-connected pins
ASoC: tosa: Automatically disconnect non-connected pins
ASoC: z2: Automatically disconnect non-connected pins
ASoC: 88pm860x: Replace direct snd_soc_codec dapm field access
ASoC: ab8500: Replace direct snd_soc_codec dapm field access
ASoC: ak4641: Replace direct snd_soc_codec dapm field access
ASoC: cx20442: Replace direct snd_soc_codec dapm field access
ASoC: es8328: Replace direct snd_soc_codec dapm field access
ASoC: jz4740: Replace direct snd_soc_codec dapm field access
ASoC: ml26124: Replace direct snd_soc_codec dapm field access
ASoC: uda134x: Replace direct snd_soc_codec dapm field access
ASoC: uda1380: Replace direct snd_soc_codec dapm field access
ASoC: sgtl5000: Replace direct snd_soc_codec dapm field access
ASoC: sirf-audio-codec: Replace direct snd_soc_codec dapm field access
ASoC: sn95031: Replace direct snd_soc_codec dapm field access
ASoC: lm49453: Replace direct snd_soc_codec dapm field access
ASoC: pcm512x: Replace direct snd_soc_codec dapm field access
ASoC: tlv320aix31xx: Replace direct snd_soc_codec dapm field access
ASoC: tlv320aic3x: Replace direct snd_soc_codec dapm field access
ASoC: tlv320dac33: Replace direct snd_soc_codec dapm field access
ASoC: twl4030: Replace direct snd_soc_codec dapm field access
ASoC: twl6040: Replace direct snd_soc_codec dapm field access
ASoC: Drop unnecessary bias level check on resume
ASoC: sta32x: Replace direct snd_soc_codec dapm field access
ASoC: sta350: Replace direct snd_soc_codec dapm field access
ASoC: sta529: Replace direct snd_soc_codec dapm field access
ASoC: da7213: Replace direct snd_soc_codec dapm field access
ASoC: da732x: Replace direct snd_soc_codec dapm field access
ASoC: da9055: Replace direct snd_soc_codec dapm field access
ASoC: max98088: Replace direct snd_soc_codec dapm field access
ASoC: max98090: Remove unnecessary snd_soc_dapm_sync()
ASoC: max98090: Replace direct snd_soc_codec dapm field access
ASoC: max98095: Replace direct snd_soc_codec dapm field access
ASoC: max9850: Replace direct snd_soc_codec dapm field access
ASoC: alc5623: Replace direct snd_soc_codec dapm field access
ASoC: rt286: Replace direct snd_soc_codec dapm field access
ASoC: rt5631: Replace direct snd_soc_codec dapm field access
ASoC: rt5640: Replace direct snd_soc_codec dapm field access
ASoC: rt5651: Replace direct snd_soc_codec dapm field access
ASoC: rt5670: Replace direct snd_soc_codec dapm field access
ASoC: rt5677: Replace direct snd_soc_codec dapm field access
ASoC: cs42l52: Replace direct snd_soc_codec dapm field access
ASoC: cs42l56: Replace direct snd_soc_codec dapm field access
ASoC: cs42l73: Replace direct snd_soc_codec dapm field access
ASoC: cs42xx8: Replace direct snd_soc_codec dapm field access
ASoC: arizona: Replace direct snd_soc_codec dapm field access
ASoC: wm0010: Replace direct snd_soc_codec dapm field access
ASoC: wm5100: Replace direct snd_soc_codec dapm field access
ASoC: wm5102: Replace direct snd_soc_codec dapm field access
ASoC: wm5110: Replace direct snd_soc_codec dapm field access
ASoC: wm8350: Replace direct snd_soc_codec dapm field access
ASoC: wm8400: Replace direct snd_soc_codec dapm field access
ASoC: wm8510: Replace direct snd_soc_codec dapm field access
ASoC: wm8523: Replace direct snd_soc_codec dapm field access
ASoC: wm8580: Replace direct snd_soc_codec dapm field access
ASoC: wm8711: Replace direct snd_soc_codec dapm field access
ASoC: wm8728: Replace direct snd_soc_codec dapm field access
ASoC: wm8731: Replace direct snd_soc_codec dapm field access
ASoC: wm8737: Replace direct snd_soc_codec dapm field access
ASoC: wm8750: Replace direct snd_soc_codec dapm field access
ASoC: wm8753: Replace direct snd_soc_codec dapm field access
ASoC: wm8770: Replace direct snd_soc_codec dapm field access
ASoC: wm8776: Replace direct snd_soc_codec dapm field access
ASoC: wm8804: Replace direct snd_soc_codec dapm field access
ASoC: wm8900: Replace direct snd_soc_codec dapm field access
ASoC: wm8903: Replace direct snd_soc_codec dapm field access
ASoC: wm8904: Replace direct snd_soc_codec dapm field access
ASoC: wm8940: Replace direct snd_soc_codec dapm field access
ASoC: wm8955: Replace direct snd_soc_codec dapm field access
ASoC: wm8960: Replace direct snd_soc_codec dapm field access
ASoC: wm8961: Replace direct snd_soc_codec dapm field access
ASoC: wm8962: Replace direct snd_soc_codec dapm field access
ASoC: wm8971: Replace direct snd_soc_codec dapm field access
ASoC: wm8974: Replace direct snd_soc_codec dapm field access
ASoC: wm8978: Replace direct snd_soc_codec dapm field access
ASoC: wm8983: Replace direct snd_soc_codec dapm field access
ASoC: wm8985: Replace direct snd_soc_codec dapm field access
ASoC: wm8988: Replace direct snd_soc_codec dapm field access
ASoC: wm8990: Replace direct snd_soc_codec dapm field access
ASoC: wm8991: Replace direct snd_soc_codec dapm field access
ASoC: wm8993: Replace direct snd_soc_codec dapm field access
ASoC: wm8994: Replace direct snd_soc_codec dapm field access
ASoC: wm8995: Replace direct snd_soc_codec dapm field access
ASoC: wm8996: Replace direct snd_soc_codec dapm field access
ASoC: wm8997: Replace direct snd_soc_codec dapm field access
ASoC: wm9081: Replace direct snd_soc_codec dapm field access
ASoC: wm9090: Replace direct snd_soc_codec dapm field access
ASoC: wm_hubs: Replace direct snd_soc_codec dapm field access
ASoC: rx51: Automatically disconnect non-connected pins

Liam Girdwood (6):
ASoC: Intel: fix broadwell module removing failed issue
ASoC: DAPM: Add APIs to create individual DAPM controls.
ASoC: topology: Add topology UAPI header
ASoC: topology: Add topology core
ALSA: topology: Export ID types for TLV controls.
ASoC: dapm: fix build errors for missing snd_soc_dapm_new_control symbol

Libin Yang (4):
ALSA: hda - add hdac stream trace
ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.h
ALSA: hda - add hda_intel_trace.h
ALSA: hda - remove controller dependency on i915 power well for SKL

Lu, Han (3):
drm/i915/audio: add codec wakeup override enabled/disable callback
ALSA: hda - reset display codec when power on
ALSA: hda: Intel: enable automatic runtime pm for HDMI codecs by default

Maciej S. Szmigiero (3):
ASoC: ac97: Remove rate constraints
ASoC: ac97: make selectable in config
ASoC: codecs: use SNDRV_PCM_FMTBIT_* for format bitmask

Marek Belisko (2):
ASoC: gtm601: Document GTM601 bindings
ASoC: bt-sco: Add devicetree support for bt-sco codec

Mark Brown (2):
ASoC: tas751x: Factor setting of new bias level into the core
ASoC: zte: Fix missing dev in devm operation

Masanari Iida (1):
Doc: sound:oss: Fix typo in sound/oss

Mathias Krause (4):
ASoC: rt5640: Constify ACPI device ids and register defaults
ASoC: max98090: Constify ACPI device ids and register defaults
ASoC: rt5670: Constify ACPI device ids and register defaults
ASoC: intel: Constify ACPI device ids

Matt Ranostay (2):
ALSA: hda-beep: Update authors dead email address
ALSA: hda-beep: Update authors dead email address

Mengdong Lin (6):
ALSA: hda - implement a refcount for i915 power well switch
ALSA: hda - allow a codec to control the link power
ALSA: hda - implement link_power ops for i915 display power control
ALSA: hda - divide controller and codec dependency on i915 gfx power well
ALSA: hda - remove controller dependency on i915 power well for Baytrail/Braswell
ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hda

Michele Curti (1):
ASoC: rt5645: move RT5650 muxes to rt5650_specific_dapm_widgets

Misael Lopez Cruz (1):
ASoC: davinci-mcasp: Logic low for inactive output slots

Nicholas Mc Guire (1):
sound/oss: use schedule_timeout_interruptible()

Nicolas Boichat (3):
ASoC: rt5645: Rename HP control to Headphone
ASoC: rt5645: Init jack_detect_work before registering irq
ASoC: rt5645: Lock mutex in rt5645_enable_push_button_irq

Nicolin Chen (1):
ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

Oder Chiou (6):
ASoC: rt5677: Add DMIC ASRC detect function
ASoC: rt5645: make RT5650_TDM_CTRL_4 readable
ASoC: rt5645: add device tree support
ASoC: rt5645: change gpio to gpiod APIs
ASoC: rt286: Add RL6347A class device shared support for RT286
ASoC: rt5645: Add the device tree parser

Pascal Huerst (1):
ASoC: adau1701: add regulator consumer support

Peter Ujfalusi (27):
ASoC: tas2552: Make the enable-gpio really optional
ASoC: tas2552: Fix kernel crash when the codec is loaded but not part of a card
ASoC: tas2552: Fix kernel crash caused by wrong kcontrol entry
ASoC: tas2552: Correct PDM configuration register bit definitions
ASoC: tas2552: Correct CFG1 register bit definitions
ASoC: tas2552: Simplify the tas2552_mute function
ASoC: tas2552: Simplify and reverse the functionality of tas2552_sw_shutdown
ASoC: tas2552: Rename mclk parameter to pll_clkin to match with the datasheet
ASoC: tas2552: bindings header file for tas2552 codec
ASoC: tas2552: Add support for pll and pdm source clock selection
ASoC: tas2552: Correct dai format support
ASoC: tas2552: Correct and clean up data format and BCLK/WCLK direction
ASoC: tas2552: Add TDM support
ASoC: tas2552: Clean up the Digital - Analog DAPM route definition
ASoC: tas2552: Correct the Speaker Driver Playback Volume (PGA_GAIN)
ASoC: tas2552: Implement startup/stop sequence as per TRM
ASoC: tas2552: Add support for word length configuration
ASoC: tas2552: Configure the WCLK frequency based on the stream
ASoC: tas2552: Correct the PLL configuration
ASoC: tas2552: Add control for selecting DIN source
ASoC: tas2552: Correct Output Data register usage
ASoC: tas2552: Correct Boost Auto-Pass Through Control register usage
ASoC: tas2552: Code, define alignment changes for uniformity
ASoC: tas2552: Call pm_runtime_disable when the module is removed
ASoC: tas2552: Remove unneeded semicolon
ASoC: tas2552: Use consistent name for 'struct tas2552_data'
ASoC: tas2552: Update DT binding document regarding clock configuration

Quentin Lambert (2):
ALSA: remove deprecated use of pci api
ALSA: aoa: convert bus code to use dev_groups

Rajan Vaja (1):
ASoC: mop500_ab8500: Add a NULL pointer check in mop500_ab8500_machine_init()

Ramesh Babu (1):
ALSA: hda - add ASoC device type for hda core

Rasmus Villemoes (1):
ASoC: Intel: mrfld: simplify sst_fill_widget_module_info

Richard Fitzgerald (10):
ASoC: arizona: Fix noise generator gain TLV
ASoC: wm_adsp: Dump scratch registers on DSP shutdown
ASoC: arizona: Export functions to control subsystem DVFS
ASoC: wm_adsp: Move DVFS control into codec driver
ASoC: arizona: Add DVFS handling for sample rate control
regulator: arizona-ldo1: Do not control DVFS clocking from regulator
ASoC: wm_adsp: Add codec_probe and codec_remove stubs
ASoC: wm_adsp: create ALSA controls from wm_adsp driver
ASoC: wm_adsp: Add basic debugfs entries
ASoC: wm_adsp: Move DSP Rate controls into the codec

Russell King (2):
ALSA: pcm: add DRM ELD helper
ALSA: pcm: add IEC958 channel status helper

Sebastian Andrzej Siewior (1):
ASoC: Intel: sst: use ; instead of , at the of a C statement

Sergej Sawazki (2):
ASoC: wm8741: Add differential mono mode support
ASoC: wm8741: Allow master clock switching

Srinivas Kandagatla (17):
ASoC: qcom: Remove redundant error check.
ASoC: qcom: remove unnecessary header files
ASoC: qcom: move ipq806x specific bits out of lpass driver.
ASoC: qcom: remove hardcoded i2s port number
ASoC: qcom: remove hardcoded dma channel
ASoC: skip legacy dai naming if dai driver has all the information
ASoC: qcom: support bitclk and osrclk per i2s port
ASoC: qcom: make osr clock optional
ASoC: qcom: add dma channel control offset to variant data
ASoC: qcom: Add ability to handle interrupts per dma channel
ASoC: qcom: add bit map to track static dma channel allocations
ASoC: qcom: Document apq8016 bindings.
ASoC: qcom: Add apq8016 lpass driver support
ASoC: qcom: storm: allocate snd_soc_card struct dynamically.
ASoC: qcom: storm: remove special casing EPROBE_DEFER
ASoC: qcom: document apq8016 sbc machine driver bindings
ASoC: qcom: add apq8016 sound card support

Subhransu S. Prusty (8):
ASoC: Intel: Create an ops to check for DSP busy
ASoC: Intel: Move the busy check to ops for Baytrail
ASoC: Intel: Move the busy check to ops for HSW
ASoC: Intel: Remove the direct register reference from common ipc
ASoC: Intel: Allow to configure max size for mailbox data
ASoC: Intel: Initialize max mailbox size for baytrail
ASoC: Intel: Initialize max mailbox size for haswell
ASoC: Intel: Allocate for the mailbox with max size

Sudip Mukherjee (2):
ASoC: rt5645: fixed section mismatch
sound: oss: fix build warning

Takashi Iwai (60):
ALSA: hda - Handle error from get_response bus ops directly
ALSA: hda - Add the controller helper codes to hda-core module
ALSA: hda - Add DSP loader to core library code
ALSA: hda - Merge codec and controller helpers
ALSA: hda - Move send_cmd / get_response to hdac_bus_ops
ALSA: hda - Pass bus io_ops directly from the top-level driver
ALSA: hda - Migrate hdac_stream into legacy driver
ALSA: hda - Migrate more hdac_stream codes
ALSA: hda - Embed bus into controller object
ALSA: hda - Minor refactoring
ALSA: hda - Move PCM format and rate handling code to core library
ALSA: hda - Add missing inclusion of <linux/clocksource.h>
ALSA: hda - Reenable tracepoints for controller
ALSA: hda/tegra - Fix build error and warning
ALSA: hda - Drop azx_sd_read*/write*() macros
ALSA: hda - Replace hda_bus_ops with static binding
ALSA: hda - Move prepared flag into struct hdac_stream
ALSA: hda - Replace open codes with snd_hdac_stream_set_params()
ALSA: core: Use seq_file for text proc file reads
ALSA: core: Fix possible memory leaks at error path in info.c
ALSA: core: Remove child proc file elements recursively
ALSA: core: Manage asound root directory with snd_info_entry
ALSA: core: Remove superfluous exit calls for proc entries
ALSA: core: Don't ignore errors at creating proc files
ALSA: core: Build conditionally and remove superfluous ifdefs
ALSA: core: Clean up OSS proc file management
ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915
ALSA: jack: Fix another NULL dereference due to empty input jack
ALSA: info: Fix leaks of child entries at snd_info_free_entry()
ALSA: info: Register proc entries recursively, too
ALSA: info: Move list addition to snd_info_create_entry()
ALSA: info: Drop kerneldoc comment from snd_info_create_entry()
ALSA: hda - Add headset-mode* model options for ALC269 & co
ALSA: hda - Sync HD-Audio-Models.txt for Realtek codecs
ALSA: hda - Fix NULL dereference from CA0132 DSP loader
ALSA: jack: Remove MODULE_*() macros
ALSA: dummy: make local data static
ALSA: lx6464es: Fix duplicated SSID entries
ALSA: lx6464es: Use NULL for pointers
ALSA: bcd2000: Make local data static
sound: sound_firmware: Fix invalid use of vfs_read()
ASoC: Simplify format_register_str() without stack usages
ALSA: hda - Drop unused fields from struct hda_codec_preset
ALSA: core: Fix randconfig build wrt CONFIG_PROC_FS
ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FS
ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FS
ALSA: ak4xxx-adda: Drop unnecessary ifdef CONFIG_PROC_FS
ALSA: ac97: Fix ifdef CONFIG_PROC_FS
ALSA: ca0106: Fix/cleanup ifdef CONFIG_PROC_FS
ALSA: cs46xx: Fix old ifdef CONFIG_PROC_FS
ALSA: emu10k1: Fix/cleanup ifdef CONFIG_PROC_FS
ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FS
ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FS
ALSA: hda - Set patch_ops before calling auto-parser
ALSA: jack: Fix the id uniqueness check
ASoC: intel: Remove unused variable hsw
ALSA: hda - Allow calling snd_hdac_i915_*() without actual binding
ALSA: hda - Fix link power unbalance at device removal
ALSA: pcm: Fix pcm_class sysfs output

Takashi Sakamoto (22):
ALSA: firewire-lib: add buffer-over-run protection at receiving more data blocks than expected
ALSA: firewire-lib: simplify function to calculate the number of data blocks
ALSA: firewire-lib: pass the number of data blocks in incoming packets to outgoing packets
ALSA: firewire-lib: set streaming error outside of packetization
ALSA: firewire-lib: remove restriction for non-blocking mode
ALSA: firewire-lib: rename local functions for code cleanup
ALSA: firewire-lib: macro arrangement for code cleanup
ALSA: firewire-lib: use dev_err() when detecting incoming streaming error
ALSA: firewire-lib: use protocol error when detecting wrong value in CIP header
ALSA: bebob: add Digidesign Mbox 2 Pro support
ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuity
ALSA: bebob: improve signal mode detection for clock source
ALSA: bebob: apply new enumerator to normalize the type of clock source
ALSA: bebob: preparation for replacing string literals by normalized representation for model-dependent structures
ALSA: bebob: use normalized representation for the type of clock source
ALSA: bebob: obsolete string literal expression for clock source
ALSA: bebob: add SYT-Match support
ALSA: bebob: add 'version' member for BeBoB protocol version
ALSA: bebob: expand timeout for DM1500 quirk
ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 quirk
ALSA: bebob: keep duplex streams always to keep internal multiplexer properly
ALSA: bebob: add support for Behringer FCA 610/1616

Thierry Reding (7):
ALSA: hda/tegra - Fix oops
ALSA: hda/tegra - Set CORBRP self-clear flag
ALSA: hda/hdmi - Implement Tegra-specific patch
ALSA: hda/tegra - Improve error reporting
ALSA: hda/hdmi - Add Tegra30 support
ALSA: hda/hdmi - Add Tegra114 support
ALSA: hda/hdmi - Add Tegra210 support

Uwe Kleine-König (3):
ASoC: sta32x: use devm_gpiod_get_optional for optional reset gpio
ASoC: max98357a: use flags argument of devm_gpiod_get to set direction
ASoC: rx51: use flags argument of devm_gpiod_get to set direction

Vinod Koul (12):
ASoC: intel - use SNDRV_CTL_ELEM_ID_NAME_MAXLEN
ASoC: Intel: add frame and data polarity to ssp config
ASoC: Intel: use local values for ssp configuration
ASoC: Intel: load hw_defaults in hw_params of ssp be
ASoC: intel: add support for specifying PCM format
ASoC: Intel: add support for configuring TDM slots for SSP
ALSA: hda - add HDA default codec match function
ALSA: HDA: remove the unused function declaration
ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to core
ALSA: hda: add hdac_ext stream creation and cleanup routines
ALSA: hda: add hda link cleanup routine
ALSA: hda: provide default bus io ops extended hdac

Vladimir Zapolskiy (1):
ASoC: dapm: fix snd_soc_dapm_new_control() implicit declaration

Wei Yongjun (1):
ASoC: cs35l32: Remove unused including <linux/version.h>

Wolfram Sang (2):
ALSA: ppc: keywest: drop using attach adapter
ALSA: ppc: keywest: check if DEQ was already instantiated

Zidan Wang (5):
ASoC: fsl_sai: add sai master mode support
ASoC: fsl_sai: add 12kHz, 24kHz, 176.4kHz and 192kHz sample rate support
ASoC: wm8960: Let wm8960 driver configure its bit clock and frame clock
ASoC: wm8960: add 32 bit word length support
ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

kbuild test robot (7):
ASoC: adau1977: fix simple_return.cocci warnings
ASoC: ssm2518: fix simple_return.cocci warnings
ASoC: qcom: ipq806x_lpass_alloc_dma_channel() can be static
ASoC: zx: zx_i2s_dai can be static
ASoC: zx: fix platform_no_drv_owner.cocci warnings
ASoC: zx: fix simple_return.cocci warnings
ASoC: zx: fix platform_no_drv_owner.cocci warnings

---
.../devicetree/bindings/sound/adi,adau1701.txt | 4 +
Documentation/devicetree/bindings/sound/bt-sco.txt | 13 +
Documentation/devicetree/bindings/sound/gtm601.txt | 13 +
.../devicetree/bindings/sound/max98090.txt | 6 +
.../devicetree/bindings/sound/mt8173-max98090.txt | 13 +
.../bindings/sound/mt8173-rt5650-rt5676.txt | 13 +
.../devicetree/bindings/sound/mtk-afe-pcm.txt | 45 +
.../devicetree/bindings/sound/qcom,apq8016-sbc.txt | 60 +
.../devicetree/bindings/sound/qcom,lpass-cpu.txt | 13 +-
.../devicetree/bindings/sound/renesas,rsnd.txt | 3 +-
Documentation/devicetree/bindings/sound/rt5645.txt | 72 +
Documentation/devicetree/bindings/sound/rt5677.txt | 2 +
.../devicetree/bindings/sound/simple-card.txt | 6 +-
.../devicetree/bindings/sound/tas2552.txt | 6 +
.../devicetree/bindings/sound/tas571x.txt | 41 +
Documentation/devicetree/bindings/sound/wm8741.txt | 11 +
.../devicetree/bindings/sound/zte,zx-i2s.txt | 44 +
.../devicetree/bindings/sound/zte,zx-spdif.txt | 28 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
Documentation/sound/alsa/HD-Audio-Models.txt | 14 +-
Documentation/sound/alsa/Jack-Controls.txt | 43 +
Documentation/sound/oss/PSS-updates | 2 +-
Documentation/sound/oss/README.OSS | 2 +-
Documentation/sound/oss/btaudio | 2 +-
MAINTAINERS | 6 +
drivers/dma/sh/rcar-dmac.c | 37 +-
drivers/gpu/drm/i915/i915_reg.h | 3 +
drivers/gpu/drm/i915/intel_audio.c | 27 +
drivers/regulator/arizona-ldo1.c | 5 -
include/drm/i915_component.h | 1 +
include/dt-bindings/sound/apq8016-lpass.h | 9 +
include/dt-bindings/sound/audio-jack-events.h | 9 +
include/dt-bindings/sound/tas2552.h | 18 +
include/sound/control.h | 2 +-
include/sound/core.h | 4 -
include/sound/dmaengine_pcm.h | 5 -
include/sound/emux_synth.h | 2 +-
include/sound/hda_i915.h | 36 +
include/sound/hda_register.h | 244 +++
include/sound/hdaudio.h | 309 +++-
include/sound/hdaudio_ext.h | 132 ++
include/sound/info.h | 37 +-
include/sound/jack.h | 13 +-
include/sound/pcm.h | 5 +-
include/sound/pcm_drm_eld.h | 6 +
include/sound/pcm_iec958.h | 9 +
include/sound/rt5645.h | 6 -
include/sound/soc-dapm.h | 49 +
include/sound/soc-topology.h | 168 ++
include/sound/soc.h | 118 +-
include/sound/tlv.h | 15 +-
include/uapi/sound/asoc.h | 388 +++++
include/uapi/sound/tlv.h | 31 +
sound/aoa/soundbus/core.c | 4 +-
sound/aoa/soundbus/soundbus.h | 2 +-
sound/aoa/soundbus/sysfs.c | 13 +-
sound/core/Kconfig | 20 +-
sound/core/Makefile | 13 +-
sound/core/ctljack.c | 41 +-
sound/core/hwdep.c | 6 +-
sound/core/info.c | 833 ++++-----
sound/core/info_oss.c | 29 +-
sound/core/init.c | 59 +-
sound/core/jack.c | 146 +-
sound/core/oss/mixer_oss.c | 6 +-
sound/core/pcm.c | 12 +-
sound/core/pcm_drm_eld.c | 99 ++
sound/core/pcm_iec958.c | 95 +
sound/core/seq/Makefile | 3 +-
sound/core/seq/oss/seq_oss.c | 6 +-
sound/core/seq/oss/seq_oss_init.c | 5 +-
sound/core/seq/oss/seq_oss_midi.c | 4 +-
sound/core/seq/oss/seq_oss_readq.c | 4 +-
sound/core/seq/oss/seq_oss_synth.c | 4 +-
sound/core/seq/seq_clientmgr.c | 4 +-
sound/core/seq/seq_device.c | 6 +-
sound/core/seq/seq_info.c | 19 +-
sound/core/seq/seq_info.h | 2 +-
sound/core/seq/seq_queue.c | 4 +-
sound/core/seq/seq_timer.c | 4 +-
sound/core/sound.c | 28 +-
sound/core/sound_oss.c | 34 +-
sound/core/timer.c | 4 +-
sound/drivers/aloop.c | 8 -
sound/drivers/dummy.c | 18 +-
sound/drivers/opl4/Makefile | 3 +-
sound/drivers/opl4/opl4_lib.c | 4 -
sound/drivers/opl4/opl4_local.h | 7 +-
sound/drivers/opl4/opl4_proc.c | 4 -
sound/firewire/Kconfig | 2 +
sound/firewire/amdtp.c | 271 +--
sound/firewire/amdtp.h | 4 +
sound/firewire/bebob/bebob.c | 17 +-
sound/firewire/bebob/bebob.h | 20 +-
sound/firewire/bebob/bebob_focusrite.c | 33 +-
sound/firewire/bebob/bebob_maudio.c | 23 +-
sound/firewire/bebob/bebob_midi.c | 8 +-
sound/firewire/bebob/bebob_pcm.c | 14 +-
sound/firewire/bebob/bebob_proc.c | 22 +-
sound/firewire/bebob/bebob_stream.c | 150 +-
sound/firewire/bebob/bebob_terratec.c | 30 +-
sound/firewire/bebob/bebob_yamaha.c | 20 +-
sound/firewire/oxfw/oxfw-stream.c | 10 +-
sound/hda/Kconfig | 26 +
sound/hda/Makefile | 8 +-
sound/hda/ext/Makefile | 3 +
sound/hda/ext/hdac_ext_bus.c | 174 ++
sound/hda/ext/hdac_ext_controller.c | 288 +++
sound/hda/ext/hdac_ext_stream.c | 452 +++++
sound/hda/hda_bus_type.c | 41 +
sound/hda/hdac_bus.c | 20 +-
sound/hda/hdac_controller.c | 507 ++++++
sound/hda/hdac_device.c | 315 ++++
sound/hda/hdac_i915.c | 196 +++
sound/hda/hdac_stream.c | 697 ++++++++
sound/hda/trace.h | 27 +
sound/i2c/other/ak4xxx-adda.c | 4 -
sound/isa/gus/gus_mixer.c | 9 +-
sound/oss/ad1848.c | 2 +
sound/oss/msnd_pinnacle.c | 3 +-
sound/oss/sb_audio.c | 8 +-
sound/pci/ac97/Makefile | 2 +-
sound/pci/ac97/ac97_local.h | 2 +-
sound/pci/ad1889.c | 4 +-
sound/pci/ak4531_codec.c | 6 -
sound/pci/ali5451/ali5451.c | 4 +-
sound/pci/als300.c | 4 +-
sound/pci/als4000.c | 4 +-
sound/pci/atiixp.c | 4 -
sound/pci/atiixp_modem.c | 4 -
sound/pci/au88x0/au88x0.c | 4 +-
sound/pci/aw2/aw2-alsa.c | 4 +-
sound/pci/azt3328.c | 4 +-
sound/pci/ca0106/Makefile | 3 +-
sound/pci/ca0106/ca0106_main.c | 6 +-
sound/pci/ca0106/ca0106_proc.c | 4 -
sound/pci/cmipci.c | 5 -
sound/pci/cs46xx/cs46xx_lib.c | 4 +-
sound/pci/cs46xx/cs46xx_lib.h | 4 +-
sound/pci/cs46xx/dsp_spos.c | 4 +-
sound/pci/cs46xx/dsp_spos_scb_lib.c | 6 +-
sound/pci/cs5535audio/cs5535audio.c | 4 +-
sound/pci/ctxfi/cthw20k1.c | 4 +-
sound/pci/ctxfi/cthw20k2.c | 4 +-
sound/pci/emu10k1/Makefile | 3 +-
sound/pci/emu10k1/emu10k1_main.c | 6 +-
sound/pci/emu10k1/emuproc.c | 2 -
sound/pci/es1938.c | 4 +-
sound/pci/es1968.c | 4 +-
sound/pci/hda/Kconfig | 31 +-
sound/pci/hda/Makefile | 9 +-
sound/pci/hda/hda_beep.c | 2 +-
sound/pci/hda/hda_beep.h | 2 +-
sound/pci/hda/hda_bind.c | 10 +-
sound/pci/hda/hda_codec.c | 425 +----
sound/pci/hda/hda_codec.h | 87 +-
sound/pci/hda/hda_controller.c | 1347 +++------------
sound/pci/hda/hda_controller.h | 272 +--
sound/pci/hda/hda_controller_trace.h | 98 ++
sound/pci/hda/hda_eld.c | 4 +-
sound/pci/hda/hda_i915.c | 196 ---
sound/pci/hda/hda_intel.c | 382 ++--
sound/pci/hda/hda_intel.h | 26 +-
sound/pci/hda/hda_intel_trace.h | 55 +-
sound/pci/hda/hda_jack.c | 90 +-
sound/pci/hda/hda_jack.h | 5 +-
sound/pci/hda/hda_local.h | 4 +-
sound/pci/hda/hda_tegra.c | 102 +-
sound/pci/hda/patch_analog.c | 3 +-
sound/pci/hda/patch_ca0110.c | 3 +-
sound/pci/hda/patch_ca0132.c | 133 +-
sound/pci/hda/patch_cirrus.c | 12 +-
sound/pci/hda/patch_cmedia.c | 4 +-
sound/pci/hda/patch_conexant.c | 3 +-
sound/pci/hda/patch_hdmi.c | 193 ++-
sound/pci/hda/patch_realtek.c | 101 +-
sound/pci/hda/patch_sigmatel.c | 22 +-
sound/pci/hda/patch_via.c | 21 +-
sound/pci/ice1712/ice1712.c | 4 +-
sound/pci/ice1712/quartet.c | 7 +-
sound/pci/intel8x0.c | 4 -
sound/pci/intel8x0m.c | 5 -
sound/pci/lx6464es/lx6464es.c | 18 +-
sound/pci/maestro3.c | 4 +-
sound/pci/mixart/mixart.c | 2 +-
sound/pci/oxygen/oxygen_lib.c | 4 -
sound/pci/oxygen/xonar_wm87x6.c | 2 +-
sound/pci/pcxhr/pcxhr.c | 2 +-
sound/pci/sis7019.c | 10 +-
sound/pci/sonicvibes.c | 4 +-
sound/pci/trident/trident_main.c | 4 +-
sound/ppc/keywest.c | 36 +-
sound/soc/Kconfig | 2 +
sound/soc/Makefile | 3 +
sound/soc/atmel/Kconfig | 37 +-
sound/soc/atmel/atmel-pcm-dma.c | 3 +-
sound/soc/atmel/sam9g20_wm8731.c | 10 +-
sound/soc/au1x/db1200.c | 2 +-
sound/soc/cirrus/ep93xx-pcm.c | 1 -
sound/soc/codecs/88pm860x-codec.c | 19 +-
sound/soc/codecs/Kconfig | 17 +-
sound/soc/codecs/Makefile | 4 +
sound/soc/codecs/ab8500-codec.c | 20 +-
sound/soc/codecs/ac97.c | 8 +-
sound/soc/codecs/ad1836.c | 2 +-
sound/soc/codecs/adau1373.c | 1 -
sound/soc/codecs/adau1701.c | 126 +-
sound/soc/codecs/adau1761.c | 27 +-
sound/soc/codecs/adau1781.c | 10 +-
sound/soc/codecs/adau17x1.c | 20 +-
sound/soc/codecs/adau1977.c | 14 +-
sound/soc/codecs/adav80x.c | 11 +-
sound/soc/codecs/ak4535.c | 1 -
sound/soc/codecs/ak4641.c | 3 +-
sound/soc/codecs/ak4642.c | 1 -
sound/soc/codecs/ak4671.c | 1 -
sound/soc/codecs/alc5623.c | 3 +-
sound/soc/codecs/alc5632.c | 1 -
sound/soc/codecs/arizona.c | 201 ++-
sound/soc/codecs/arizona.h | 19 +-
sound/soc/codecs/bt-sco.c | 11 +-
sound/soc/codecs/cq93vc.c | 1 -
sound/soc/codecs/cs35l32.c | 1 -
sound/soc/codecs/cs4265.c | 1 -
sound/soc/codecs/cs42l52.c | 5 +-
sound/soc/codecs/cs42l56.c | 5 +-
sound/soc/codecs/cs42l73.c | 3 +-
sound/soc/codecs/cs42xx8.c | 2 +-
sound/soc/codecs/cx20442.c | 6 +-
sound/soc/codecs/da7213.c | 3 +-
sound/soc/codecs/da732x.c | 4 +-
sound/soc/codecs/da9055.c | 3 +-
sound/soc/codecs/es8328.c | 3 +-
sound/soc/codecs/isabelle.c | 2 -
sound/soc/codecs/jz4740.c | 4 +-
sound/soc/codecs/lm4857.c | 114 +-
sound/soc/codecs/lm49453.c | 4 +-
sound/soc/codecs/max98088.c | 3 +-
sound/soc/codecs/max98090.c | 38 +-
sound/soc/codecs/max98095.c | 24 +-
sound/soc/codecs/max98357a.c | 3 +-
sound/soc/codecs/max9850.c | 3 +-
sound/soc/codecs/max98925.c | 2 +-
sound/soc/codecs/ml26124.c | 61 +-
sound/soc/codecs/pcm512x.c | 8 +-
sound/soc/codecs/rl6347a.c | 128 ++
sound/soc/codecs/rl6347a.h | 32 +
sound/soc/codecs/rt286.c | 130 +-
sound/soc/codecs/rt5631.c | 5 +-
sound/soc/codecs/rt5640.c | 21 +-
sound/soc/codecs/rt5645.c | 1112 +++++++++---
sound/soc/codecs/rt5645.h | 31 +-
sound/soc/codecs/rt5651.c | 5 +-
sound/soc/codecs/rt5670.c | 31 +-
sound/soc/codecs/rt5677.c | 157 +-
sound/soc/codecs/rt5677.h | 15 +
sound/soc/codecs/sgtl5000.c | 56 +-
sound/soc/codecs/sirf-audio-codec.c | 2 +-
sound/soc/codecs/sn95031.c | 12 +-
sound/soc/codecs/ssm2518.c | 9 +-
sound/soc/codecs/ssm2602.c | 5 +-
sound/soc/codecs/ssm4567.c | 9 +-
sound/soc/codecs/sta32x.c | 19 +-
sound/soc/codecs/sta350.c | 9 +-
sound/soc/codecs/sta529.c | 8 +-
sound/soc/codecs/stac9766.c | 3 +-
sound/soc/codecs/tas2552.c | 430 +++--
sound/soc/codecs/tas2552.h | 153 +-
sound/soc/codecs/tas571x.c | 514 ++++++
sound/soc/codecs/tas571x.h | 33 +
sound/soc/codecs/tlv320aic23.c | 1 -
sound/soc/codecs/tlv320aic31xx.c | 11 +-
sound/soc/codecs/tlv320aic32x4.c | 1 -
sound/soc/codecs/tlv320aic3x.c | 10 +-
sound/soc/codecs/tlv320dac33.c | 5 +-
sound/soc/codecs/ts3a227e.c | 15 +-
sound/soc/codecs/twl4030.c | 3 +-
sound/soc/codecs/twl6040.c | 9 +-
sound/soc/codecs/uda134x.c | 4 +-
sound/soc/codecs/uda1380.c | 6 +-
sound/soc/codecs/wm0010.c | 6 +-
sound/soc/codecs/wm1250-ev1.c | 2 -
sound/soc/codecs/wm2200.c | 2 +-
sound/soc/codecs/wm5100.c | 12 +-
sound/soc/codecs/wm5102.c | 73 +-
sound/soc/codecs/wm5110.c | 29 +-
sound/soc/codecs/wm8350.c | 3 +-
sound/soc/codecs/wm8400.c | 3 +-
sound/soc/codecs/wm8510.c | 3 +-
sound/soc/codecs/wm8523.c | 29 +-
sound/soc/codecs/wm8580.c | 3 +-
sound/soc/codecs/wm8711.c | 3 +-
sound/soc/codecs/wm8728.c | 3 +-
sound/soc/codecs/wm8731.c | 8 +-
sound/soc/codecs/wm8737.c | 11 +-
sound/soc/codecs/wm8741.c | 190 +-
sound/soc/codecs/wm8741.h | 10 +
sound/soc/codecs/wm8750.c | 3 +-
sound/soc/codecs/wm8753.c | 3 +-
sound/soc/codecs/wm8770.c | 3 +-
sound/soc/codecs/wm8776.c | 3 +-
sound/soc/codecs/wm8804.c | 2 +-
sound/soc/codecs/wm8900.c | 13 +-
sound/soc/codecs/wm8903.c | 4 +-
sound/soc/codecs/wm8903.h | 2 +-
sound/soc/codecs/wm8904.c | 5 +-
sound/soc/codecs/wm8940.c | 6 +-
sound/soc/codecs/wm8955.c | 7 +-
sound/soc/codecs/wm8960.c | 127 +-
sound/soc/codecs/wm8961.c | 6 +-
sound/soc/codecs/wm8962.c | 21 +-
sound/soc/codecs/wm8971.c | 3 +-
sound/soc/codecs/wm8974.c | 3 +-
sound/soc/codecs/wm8978.c | 7 +-
sound/soc/codecs/wm8983.c | 3 +-
sound/soc/codecs/wm8985.c | 3 +-
sound/soc/codecs/wm8988.c | 3 +-
sound/soc/codecs/wm8990.c | 5 +-
sound/soc/codecs/wm8991.c | 3 +-
sound/soc/codecs/wm8993.c | 12 +-
sound/soc/codecs/wm8994.c | 68 +-
sound/soc/codecs/wm8995.c | 8 +-
sound/soc/codecs/wm8996.c | 23 +-
sound/soc/codecs/wm8997.c | 18 +-
sound/soc/codecs/wm9081.c | 4 +-
sound/soc/codecs/wm9090.c | 6 +-
sound/soc/codecs/wm9712.c | 3 +-
sound/soc/codecs/wm9713.c | 7 +-
sound/soc/codecs/wm_adsp.c | 1452 ++++++++++------
sound/soc/codecs/wm_adsp.h | 35 +-
sound/soc/codecs/wm_hubs.c | 4 +-
sound/soc/codecs/wmfw.h | 44 +-
sound/soc/davinci/davinci-mcasp.c | 239 ++-
sound/soc/davinci/davinci-mcasp.h | 5 +-
sound/soc/fsl/fsl_dma.c | 4 +-
sound/soc/fsl/fsl_sai.c | 144 +-
sound/soc/fsl/fsl_sai.h | 9 +-
sound/soc/fsl/fsl_spdif.c | 10 +-
sound/soc/fsl/fsl_ssi.c | 7 -
sound/soc/fsl/imx-audmux.c | 2 +-
sound/soc/fsl/imx-mc13783.c | 6 +-
sound/soc/fsl/imx-wm8962.c | 2 +-
sound/soc/generic/simple-card.c | 34 +-
sound/soc/intel/Kconfig | 19 +-
sound/soc/intel/atom/sst-atom-controls.c | 187 +-
sound/soc/intel/atom/sst-atom-controls.h | 9 +-
sound/soc/intel/atom/sst-mfld-platform-pcm.c | 47 +-
sound/soc/intel/atom/sst-mfld-platform.h | 2 +
sound/soc/intel/atom/sst/sst.c | 4 +-
sound/soc/intel/atom/sst/sst_acpi.c | 4 +
sound/soc/intel/atom/sst/sst_drv_interface.c | 2 +-
sound/soc/intel/baytrail/sst-baytrail-ipc.c | 11 +
sound/soc/intel/boards/Makefile | 2 +
sound/soc/intel/boards/cht_bsw_max98090_ti.c | 348 ++++
sound/soc/intel/boards/cht_bsw_rt5645.c | 118 +-
sound/soc/intel/common/sst-acpi.c | 2 +-
sound/soc/intel/common/sst-ipc.c | 34 +-
sound/soc/intel/common/sst-ipc.h | 7 +-
sound/soc/intel/haswell/sst-haswell-ipc.c | 12 +
sound/soc/intel/haswell/sst-haswell-pcm.c | 32 +-
sound/soc/mediatek/Kconfig | 30 +
sound/soc/mediatek/Makefile | 5 +
sound/soc/mediatek/mt8173-max98090.c | 213 +++
sound/soc/mediatek/mt8173-rt5650-rt5676.c | 278 +++
sound/soc/mediatek/mtk-afe-common.h | 109 ++
sound/soc/mediatek/mtk-afe-pcm.c | 1233 +++++++++++++
sound/soc/omap/Kconfig | 5 +-
sound/soc/omap/omap-twl4030.c | 3 +-
sound/soc/omap/rx51.c | 40 +-
sound/soc/pxa/brownstone.c | 25 +-
sound/soc/pxa/poodle.c | 19 +-
sound/soc/pxa/tosa.c | 13 +-
sound/soc/pxa/z2.c | 9 +-
sound/soc/qcom/Kconfig | 28 +-
sound/soc/qcom/Makefile | 6 +
sound/soc/qcom/apq8016_sbc.c | 198 +++
sound/soc/qcom/lpass-apq8016.c | 242 +++
sound/soc/qcom/lpass-cpu.c | 240 +--
sound/soc/qcom/lpass-ipq806x.c | 109 ++
.../{lpass-lpaif-ipq806x.h => lpass-lpaif-reg.h} | 92 +-
sound/soc/qcom/lpass-platform.c | 202 ++-
sound/soc/qcom/lpass.h | 51 +-
sound/soc/qcom/storm.c | 26 +-
sound/soc/samsung/Kconfig | 15 +-
sound/soc/samsung/i2s.c | 2 +-
sound/soc/samsung/lowland.c | 2 +-
sound/soc/samsung/smartq_wm8987.c | 6 +-
sound/soc/samsung/smdk_wm8994.c | 3 +-
sound/soc/samsung/speyside.c | 2 +-
sound/soc/sh/rcar/core.c | 139 +-
sound/soc/sh/rcar/dma.c | 113 +-
sound/soc/sh/rcar/dvc.c | 30 +-
sound/soc/sh/rcar/rsnd.h | 113 +-
sound/soc/sh/rcar/rsrc-card.c | 439 ++---
sound/soc/sh/rcar/src.c | 130 +-
sound/soc/sh/rcar/ssi.c | 160 +-
sound/soc/soc-core.c | 67 +-
sound/soc/soc-dapm.c | 349 +++-
sound/soc/soc-generic-dmaengine-pcm.c | 25 +-
sound/soc/soc-jack.c | 12 +-
sound/soc/soc-pcm.c | 47 +-
sound/soc/soc-topology.c | 1826 ++++++++++++++++++++
sound/soc/ux500/mop500_ab8500.c | 4 +
sound/soc/ux500/ux500_pcm.c | 1 -
sound/soc/zte/Kconfig | 17 +
sound/soc/zte/Makefile | 2 +
sound/soc/zte/zx296702-i2s.c | 436 +++++
sound/soc/zte/zx296702-spdif.c | 365 ++++
sound/sound_firmware.c | 4 +-
sound/synth/emux/Makefile | 5 +-
sound/synth/emux/emux.c | 4 -
sound/synth/emux/emux_proc.c | 4 -
sound/synth/emux/emux_voice.h | 6 +-
sound/usb/bcd2000/bcd2000.c | 2 +-
sound/usb/mixer.c | 6 +-
415 files changed, 19288 insertions(+), 6679 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/bt-sco.txt
create mode 100644 Documentation/devicetree/bindings/sound/gtm601.txt
create mode 100644 Documentation/devicetree/bindings/sound/mt8173-max98090.txt
create mode 100644 Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt
create mode 100644 Documentation/devicetree/bindings/sound/mtk-afe-pcm.txt
create mode 100644 Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
create mode 100644 Documentation/devicetree/bindings/sound/rt5645.txt
create mode 100644 Documentation/devicetree/bindings/sound/tas571x.txt
create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-i2s.txt
create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-spdif.txt
create mode 100644 Documentation/sound/alsa/Jack-Controls.txt
create mode 100644 include/dt-bindings/sound/apq8016-lpass.h
create mode 100644 include/dt-bindings/sound/audio-jack-events.h
create mode 100644 include/dt-bindings/sound/tas2552.h
create mode 100644 include/sound/hda_i915.h
create mode 100644 include/sound/hda_register.h
create mode 100644 include/sound/hdaudio_ext.h
create mode 100644 include/sound/pcm_drm_eld.h
create mode 100644 include/sound/pcm_iec958.h
create mode 100644 include/sound/soc-topology.h
create mode 100644 include/uapi/sound/asoc.h
create mode 100644 include/uapi/sound/tlv.h
create mode 100644 sound/core/pcm_drm_eld.c
create mode 100644 sound/core/pcm_iec958.c
create mode 100644 sound/hda/ext/Makefile
create mode 100644 sound/hda/ext/hdac_ext_bus.c
create mode 100644 sound/hda/ext/hdac_ext_controller.c
create mode 100644 sound/hda/ext/hdac_ext_stream.c
create mode 100644 sound/hda/hdac_controller.c
create mode 100644 sound/hda/hdac_i915.c
create mode 100644 sound/hda/hdac_stream.c
create mode 100644 sound/pci/hda/hda_controller_trace.h
delete mode 100644 sound/pci/hda/hda_i915.c
create mode 100644 sound/soc/codecs/rl6347a.c
create mode 100644 sound/soc/codecs/rl6347a.h
create mode 100644 sound/soc/codecs/tas571x.c
create mode 100644 sound/soc/codecs/tas571x.h
create mode 100644 sound/soc/intel/boards/cht_bsw_max98090_ti.c
create mode 100644 sound/soc/mediatek/Kconfig
create mode 100644 sound/soc/mediatek/Makefile
create mode 100644 sound/soc/mediatek/mt8173-max98090.c
create mode 100644 sound/soc/mediatek/mt8173-rt5650-rt5676.c
create mode 100644 sound/soc/mediatek/mtk-afe-common.h
create mode 100644 sound/soc/mediatek/mtk-afe-pcm.c
create mode 100644 sound/soc/qcom/apq8016_sbc.c
create mode 100644 sound/soc/qcom/lpass-apq8016.c
create mode 100644 sound/soc/qcom/lpass-ipq806x.c
rename sound/soc/qcom/{lpass-lpaif-ipq806x.h => lpass-lpaif-reg.h} (64%)
create mode 100644 sound/soc/soc-topology.c
create mode 100644 sound/soc/zte/Kconfig
create mode 100644 sound/soc/zte/Makefile
create mode 100644 sound/soc/zte/zx296702-i2s.c
create mode 100644 sound/soc/zte/zx296702-spdif.c



\
 
 \ /
  Last update: 2015-06-25 09:41    [W:0.208 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site