Linus, please pull sound fixes for v5.11-rc6 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.11-rc6 The topmost commit is 4961167bf7482944ca09a6f71263b9e47f949851 ---------------------------------------------------------------- sound fixes for 5.11-rc6 Although the incoming fixes haven't settled down yet, all changes here are small and mostly device-specific fixes, so nothing looks worrisome. - Yet another USB-audio regression fixes - HD-audio ID fix and device-specific quirks - SOF Intel / SoundWire fixes including topology - ASoC Qualcomm and Mediatek fixes ---------------------------------------------------------------- Amadeusz Sławiński (1): ASoC: topology: Properly unregister DAI on removal Bard Liao (1): ALSA: hda: intel-dsp-config: add PCI id for TGL-H Dan Carpenter (1): ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values() Eliot Blennerhassett (1): ASoC: ak4458: correct reset polarity James Schulman (1): ASoC: wm_adsp: Fix control name parsing for multi-fw Jaroslav Kysela (1): ASoC: AMD Renoir - refine DMI entries for some Lenovo products Jian-Hong Pan (1): ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 Jonathan Neuschäfer (1): ASoC: dt-bindings: mt8192-mt6359: Fix indentation Libin Yang (1): ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E Pierre-Louis Bossart (2): ASoC: SOF: Intel: soundwire: fix select/depend unmet dependencies ASoC: SOF: SND_INTEL_DSP_CONFIG dependency Ricardo Ribalda (2): ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete ASoC: Intel: Skylake: Zero snd_ctl_elem_value Srinivas Kandagatla (3): ASoC: dt-bindings: lpass: Fix and common up lpass dai ids ASoC: qcom: Fix broken support to MI2S TERTIARY and QUATERNARY ASoC: qcom: lpass-ipq806x: fix bitwidth regmap field Stephan Gerhold (1): ASoC: qcom: lpass: Fix out-of-bounds DAI ID lookup Stephen Boyd (1): ASoC: qcom: Fix number of HDMI RDMA channels on sc7180 Takashi Iwai (3): ALSA: pcm: One more dependency for hw constraints ALSA: usb-audio: workaround for iface reset issue ALSA: hda/via: Apply the workaround generically for Clevo machines Tzung-Bi Shih (3): ASoC: mediatek: mt8183-mt6358: ignore TDM DAI link by default ASoC: mediatek: mt8183-da7219: ignore TDM DAI link by default ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682 --- .../sound/mt8192-mt6359-rt1015-rt5682.yaml | 4 +- include/dt-bindings/sound/apq8016-lpass.h | 7 ++-- include/dt-bindings/sound/qcom,lpass.h | 15 +++++++ include/dt-bindings/sound/sc7180-lpass.h | 6 +-- include/sound/pcm.h | 2 +- sound/core/pcm_native.c | 4 +- sound/hda/intel-dsp-config.c | 4 ++ sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/patch_via.c | 2 +- sound/soc/amd/renoir/rn-pci-acp3x.c | 18 +++++++- sound/soc/codecs/ak4458.c | 22 ++++------ sound/soc/codecs/wm_adsp.c | 3 ++ sound/soc/intel/boards/sof_sdw.c | 10 +++++ sound/soc/intel/skylake/skl-topology.c | 15 +++---- sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 5 ++- .../mt8183/mt8183-mt6358-ts3a227-max98357.c | 5 ++- .../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c | 49 ++++++++++++++++++++++ sound/soc/qcom/lpass-cpu.c | 22 ++++++++++ sound/soc/qcom/lpass-ipq806x.c | 2 +- sound/soc/qcom/lpass-lpaif-reg.h | 2 +- sound/soc/qcom/lpass-platform.c | 12 ++++++ sound/soc/qcom/lpass-sc7180.c | 11 ++--- sound/soc/qcom/lpass.h | 2 +- sound/soc/soc-topology.c | 11 ++--- sound/soc/sof/intel/Kconfig | 3 +- sound/soc/sof/sof-acpi-dev.c | 11 ++--- sound/soc/sof/sof-pci-dev.c | 10 +++-- sound/usb/format.c | 11 +++++ 28 files changed, 204 insertions(+), 65 deletions(-) create mode 100644 include/dt-bindings/sound/qcom,lpass.h