Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound updates from Takashi Iwai:
"There have been some significant changes in the core side, both for
ALSA and ASoC, while lots of development have been seen in SOF, as
well as many small fixes/improvements for ASoC codecs and platforms.
Below is a highlight in this cycle:
Core:
- The unification of PCM vmalloc buffer allocation helpers into the
standard API
- Clean up of the default PCM mmap handling for vmalloc & SG-buffer
- Fix potential races at ALSA timer open
- A few new PCM API extensions; just preliminary core changes, the
actual changes in drivers will be merged in 5.6
- Continued ASoC componentization works; now almost everything is a
common ASoC component object. A lot of refactoring and
simplification have been done along with it.
ASoC:
- Many fixes to the Sound Open Firmware (SOF) code
- Wake on voice support for Chromebooks
- SPI support and trigger word detection for RT5677
- New drivers for Analog Devices ADAU7118, Intel Cannonlake systems
with RT1011 and RT5682, Texas Instruments TAS2562 and TAS2770
HD-audio:
- Improved Intel DSP configuration / probe code for SOF
- Plumbing the legacy HD-audio driver with Intel SOF HDMI
- DP-MST support for Nvidia HDMI codecs
- Realtek quirks cleanups and new additions as usual
Others:
- Lots of refactoring and cleanups for FireWire; period-size sharing,
h/w IRQ interval configuration, clock recovery improvements, etc
- USB-audio: Scarlett mixer quirks
- Cleanups of PCM calls in various drivers (including media and USB)
to adapt the core API changes"
* tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (497 commits)
ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input handling
ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLC
ALSA: aloop: Fix dependency on timer API
ASoC: DMI long name - avoid to add board name if matches with product name
ASoC: improve the DMI long card code in asoc-core
ASoC: rsnd: fix DALIGN register for SSIU
ALSA: aloop: Avoid unexpected timer event callback tasklets
ALSA: aloop: Remove redundant locking in timer open function
ASoC: component: Add sync_stop PCM ops
ASoC: pcm: Make ioctl ops optional
ALSA: hda/hdmi - Clear codec->relaxed_resume flag at unbinding
ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
ALSA: cs4236: fix error return comparison of an unsigned integer
ALSA: usb-audio: Fix NULL dereference at parsing BADD
ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop
ALSA: hda/realtek - Move some alc236 pintbls to fallback table
ALSA: hda/realtek - Move some alc256 pintbls to fallback table
ALSA: docs: Update about the new PCM sync_stop ops
ALSA: pcm: Add card sync_irq field
...
| -rw-r--r-- | Documentation/devicetree/bindings/sound/adi,adau7118.yaml | 85 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-codec.yaml | 267 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/allwinner,sun8i-a23-codec-analog.yaml | 38 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/arndale.txt | 5 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,mqs.txt | 36 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/google,cros-ec-codec.txt | 24 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/mt8183-afe-pcm.txt | 6 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/mt8183-mt6358-ts3a227-max98357.txt | 7 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,fsi.txt | 31 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,fsi.yaml | 76 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-max98090.txt | 27 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/rt1011.txt | 10 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/rt5682.txt | 6 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/samsung,odroid.txt | 54 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/samsung,odroid.yaml | 91 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/samsung-i2s.txt | 84 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/samsung-i2s.yaml | 138 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/sun4i-codec.txt | 94 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt | 17 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/tas2562.txt | 34 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/tas2770.txt | 37 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/ti,pcm3168a.txt | 8 | |
| -rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic31xx.txt | 5 | |
| -rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 | |
| -rw-r--r-- | Documentation/sound/kernel-api/writing-an-alsa-driver.rst | 222 | |
| -rw-r--r-- | MAINTAINERS | 1 | |
| -rw-r--r-- | drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 11 | |
| -rw-r--r-- | drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 41 | |
| -rw-r--r-- | drivers/media/pci/solo6x10/solo6x10-g723.c | 2 | |
| -rw-r--r-- | drivers/media/pci/tw686x/tw686x-audio.c | 2 | |
| -rw-r--r-- | drivers/media/usb/usbtv/usbtv-audio.c | 3 | |
| -rw-r--r-- | drivers/pci/pci.c | 18 | |
| -rw-r--r-- | drivers/platform/chrome/cros_ec_trace.c | 5 | |
| -rw-r--r-- | drivers/staging/most/sound/sound.c | 8 | |
| -rw-r--r-- | drivers/usb/gadget/function/u_audio.c | 2 | |
| -rw-r--r-- | include/drm/bridge/dw_hdmi.h | 4 | |
| -rw-r--r-- | include/dt-bindings/sound/samsung-i2s.h | 12 | |
| -rw-r--r-- | include/linux/pci.h | 2 | |
| -rw-r--r-- | include/linux/platform_data/cros_ec_commands.h | 285 | |
| -rw-r--r-- | include/sound/core.h | 1 | |
| -rw-r--r-- | include/sound/dmaengine_pcm.h | 5 | |
| -rw-r--r-- | include/sound/hda_codec.h | 1 | |
| -rw-r--r-- | include/sound/intel-dsp-config.h | 34 | |
| -rw-r--r-- | include/sound/memalloc.h | 2 | |
| -rw-r--r-- | include/sound/pcm.h | 20 | |
| -rw-r--r-- | include/sound/pxa2xx-lib.h | 26 | |
| -rw-r--r-- | include/sound/rt5682.h | 1 | |
| -rw-r--r-- | include/sound/simple_card_utils.h | 1 | |
| -rw-r--r-- | include/sound/soc-acpi-intel-match.h | 3 | |
| -rw-r--r-- | include/sound/soc-acpi.h | 4 | |
| -rw-r--r-- | include/sound/soc-component.h | 52 | |
| -rw-r--r-- | include/sound/soc-dpcm.h | 18 | |
| -rw-r--r-- | include/sound/soc.h | 38 | |
| -rw-r--r-- | include/sound/sof.h | 3 | |
| -rw-r--r-- | include/sound/sof/dai-imx.h | 34 | |
| -rw-r--r-- | include/sound/sof/dai.h | 2 | |
| -rw-r--r-- | include/sound/sof/header.h | 2 | |
| -rw-r--r-- | include/sound/sof/pm.h | 8 | |
| -rw-r--r-- | include/sound/sof/stream.h | 4 | |
| -rw-r--r-- | include/sound/timer.h | 6 | |
| -rw-r--r-- | include/sound/wm8904.h | 2 | |
| -rw-r--r-- | include/uapi/sound/compress_params.h | 10 | |
| -rw-r--r-- | include/uapi/sound/sof/abi.h | 2 | |
| -rw-r--r-- | include/uapi/sound/sof/tokens.h | 11 | |
| -rw-r--r-- | sound/aoa/soundbus/i2sbus/pcm.c | 2 | |
| -rw-r--r-- | sound/arm/pxa2xx-pcm-lib.c | 80 | |
| -rw-r--r-- | sound/core/Kconfig | 28 | |
| -rw-r--r-- | sound/core/init.c | 1 | |
| -rw-r--r-- | sound/core/memalloc.c | 25 | |
| -rw-r--r-- | sound/core/pcm_dmaengine.c | 83 | |
| -rw-r--r-- | sound/core/pcm_local.h | 7 | |
| -rw-r--r-- | sound/core/pcm_memory.c | 88 | |
| -rw-r--r-- | sound/core/pcm_native.c | 68 | |
| -rw-r--r-- | sound/core/seq/seq_timer.c | 18 | |
| -rw-r--r-- | sound/core/timer.c | 182 | |
| -rw-r--r-- | sound/drivers/Kconfig | 21 | |
| -rw-r--r-- | sound/drivers/aloop.c | 665 | |
| -rw-r--r-- | sound/drivers/dummy.c | 2 | |
| -rw-r--r-- | sound/drivers/ml403-ac97cr.c | 2 | |
| -rw-r--r-- | sound/drivers/pcsp/pcsp_lib.c | 4 | |
| -rw-r--r-- | sound/drivers/vx/vx_pcm.c | 10 | |
| -rw-r--r-- | sound/firewire/Kconfig | 6 | |
| -rw-r--r-- | sound/firewire/amdtp-stream.c | 407 | |
| -rw-r--r-- | sound/firewire/amdtp-stream.h | 28 | |
| -rw-r--r-- | sound/firewire/bebob/bebob.h | 4 | |
| -rw-r--r-- | sound/firewire/bebob/bebob_midi.c | 2 | |
| -rw-r--r-- | sound/firewire/bebob/bebob_pcm.c | 80 | |
| -rw-r--r-- | sound/firewire/bebob/bebob_stream.c | 92 | |
| -rw-r--r-- | sound/firewire/dice/dice-midi.c | 2 | |
| -rw-r--r-- | sound/firewire/dice/dice-pcm.c | 83 | |
| -rw-r--r-- | sound/firewire/dice/dice-stream.c | 11 | |
| -rw-r--r-- | sound/firewire/dice/dice.h | 4 | |
| -rw-r--r-- | sound/firewire/digi00x/digi00x-midi.c | 2 | |
| -rw-r--r-- | sound/firewire/digi00x/digi00x-pcm.c | 66 | |
| -rw-r--r-- | sound/firewire/digi00x/digi00x-stream.c | 14 | |
| -rw-r--r-- | sound/firewire/digi00x/digi00x.h | 4 | |
| -rw-r--r-- | sound/firewire/fireface/ff-pcm.c | 60 | |
| -rw-r--r-- | sound/firewire/fireface/ff-stream.c | 22 | |
| -rw-r--r-- | sound/firewire/fireface/ff.h | 4 | |
| -rw-r--r-- | sound/firewire/fireworks/fireworks.h | 4 | |
| -rw-r--r-- | sound/firewire/fireworks/fireworks_midi.c | 2 | |
| -rw-r--r-- | sound/firewire/fireworks/fireworks_pcm.c | 72 | |
| -rw-r--r-- | sound/firewire/fireworks/fireworks_stream.c | 14 | |
| -rw-r--r-- | sound/firewire/isight.c | 8 | |
| -rw-r--r-- | sound/firewire/motu/motu-midi.c | 2 | |
| -rw-r--r-- | sound/firewire/motu/motu-pcm.c | 63 | |
| -rw-r--r-- | sound/firewire/motu/motu-proc.c | 4 | |
| -rw-r--r-- | sound/firewire/motu/motu-protocol-v2.c | 142 | |
| -rw-r--r-- | sound/firewire/motu/motu-protocol-v3.c | 4 | |
| -rw-r--r-- | sound/firewire/motu/motu-stream.c | 14 | |
| -rw-r--r-- | sound/firewire/motu/motu.c | 34 | |
| -rw-r--r-- | sound/firewire/motu/motu.h | 10 | |
| -rw-r--r-- | sound/firewire/oxfw/oxfw-midi.c | 4 | |
| -rw-r--r-- | sound/firewire/oxfw/oxfw-pcm.c | 80 | |
| -rw-r--r-- | sound/firewire/oxfw/oxfw-stream.c | 15 | |
| -rw-r--r-- | sound/firewire/oxfw/oxfw.h | 4 | |
| -rw-r--r-- | sound/firewire/tascam/tascam-pcm.c | 65 | |
| -rw-r--r-- | sound/firewire/tascam/tascam-stream.c | 14 | |
| -rw-r--r-- | sound/firewire/tascam/tascam.h | 4 | |
| -rw-r--r-- | sound/hda/Kconfig | 10 | |
| -rw-r--r-- | sound/hda/Makefile | 5 | |
| -rw-r--r-- | sound/hda/hdac_regmap.c | 1 | |
| -rw-r--r-- | sound/hda/intel-dsp-config.c | 357 | |
| -rw-r--r-- | sound/hda/intel-nhlt.c | 3 | |
| -rw-r--r-- | sound/isa/Kconfig | 18 | |
| -rw-r--r-- | sound/isa/cs423x/cs4236.c | 3 | |
| -rw-r--r-- | sound/mips/Kconfig | 12 | |
| -rw-r--r-- | |