[GIT PULL] sound fixes for 5.14-rc6

From: Takashi Iwai
Date: Thu Aug 12 2021 - 07:09:56 EST


Linus,

please pull sound fixes for v5.14-rc6 from:

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

The topmost commit is d07149aba2ef423eae94a9cc2a6365d0cdf6fd51

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

sound fixes for 5.14-rc6

This seems to be a usual bump in the middle, containing lots of
pending ASoC fixes since the previous PR.

- Yet another PCM mmap regression fix
- Fix for ASoC DAPM prefix handling
- Various cs42l42 codec fixes
- PCM buffer reference fixes in a few ASoC drivers
- Fixes for ASoC SOF, AMD, tlv320, WM
- HD-audio quirks

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

Arnd Bergmann (1):
ASoC: codecs: wcd938x: fix wcd module dependency

Brent Lu (1):
ASoC: Intel: sof_da7219_mx98360a: fail to initialize soundcard

Derek Fang (1):
ASoC: rt5682: Adjust headset volume button threshold

Guennadi Liakhovetski (1):
ASoC: SOF: Intel: hda-ipc: fix reply size checking

Jeremy Szu (1):
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650 G8 Notebook PC

Lucas Tanure (1):
ASoC: wm_adsp: Let soc_cleanup_component_debugfs remove debugfs

Luke D Jones (1):
ALSA: hda: Add quirk for ASUS Flow x13

Marek Vasut (1):
ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 processing block selection

Mario Limonciello (1):
ASoC: amd: renoir: Run hibernation callbacks

Mark Brown (3):
ASoC: tlv320aic31xx: Fix jack detection after suspend
ASoC: component: Remove misplaced prefix handling in pin control functions
ASoC: nau8824: Fix open coded prefix handling

Peter Ujfalusi (1):
ASoC: topology: Select SND_DYNAMIC_MINORS

Pierre-Louis Bossart (2):
ASoC: SOF: Intel: hda: enforce exclusion between HDaudio and SoundWire
ASoC: SOF: Intel: Kconfig: fix SoundWire dependencies

Richard Fitzgerald (10):
MAINTAINERS: Add sound devicetree bindings for Wolfson Micro devices
ASoC: cs42l42: Correct definition of ADC Volume control
ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_J
ASoC: cs42l42: Fix bclk calculation for mono
ASoC: cs42l42: Fix inversion of ADC Notch Switch control
ASoC: cs42l42: Remove duplicate control for WNF filter frequency
ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SEL
ASoC: cs42l42: Fix LRCLK frame start edge
ASoC: cs42l42: Constrain sample rate to prevent illegal SCLK
ASoC: cs42l42: Fix mono playback

Takashi Iwai (6):
ASoC: intel: atom: Fix reference to PCM buffer address
ASoC: xilinx: Fix reference to PCM buffer address
ASoC: uniphier: Fix reference to PCM buffer address
ASoC: kirkwood: Fix reference to PCM buffer address
ASoC: amd: Fix reference to PCM buffer address
ALSA: pcm: Fix mmap breakage without explicit buffer setup

Vijendar Mukunda (1):
ASoC: amd: enable stop_dma_first flag for cz_dai_7219_98357 dai link

---
MAINTAINERS | 3 +-
sound/core/pcm_native.c | 5 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/Kconfig | 1 +
sound/soc/amd/acp-da7219-max98357a.c | 5 ++
sound/soc/amd/acp-pcm-dma.c | 2 +-
sound/soc/amd/raven/acp3x-pcm-dma.c | 2 +-
sound/soc/amd/renoir/acp3x-pdm-dma.c | 2 +-
sound/soc/amd/renoir/rn-pci-acp3x.c | 2 +
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/Makefile | 5 +-
sound/soc/codecs/cs42l42.c | 104 ++++++++++++++++++---------
sound/soc/codecs/cs42l42.h | 3 +
sound/soc/codecs/nau8824.c | 42 ++---------
sound/soc/codecs/rt5682.c | 1 +
sound/soc/codecs/tlv320aic31xx.c | 10 +++
sound/soc/codecs/tlv320aic32x4.c | 33 +++++++--
sound/soc/codecs/wm_adsp.c | 1 -
sound/soc/intel/atom/sst-mfld-platform-pcm.c | 3 +-
sound/soc/intel/boards/sof_da7219_max98373.c | 2 +-
sound/soc/kirkwood/kirkwood-dma.c | 26 ++++---
sound/soc/soc-component.c | 63 +++++++---------
sound/soc/sof/intel/Kconfig | 4 +-
sound/soc/sof/intel/hda-ipc.c | 4 +-
sound/soc/sof/intel/hda.c | 12 ++++
sound/soc/uniphier/aio-dma.c | 2 +-
sound/soc/xilinx/xlnx_formatter_pcm.c | 4 +-
27 files changed, 206 insertions(+), 138 deletions(-)