Linus, please pull sound fixes for v5.11-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.11-rc5 The topmost commit is 506c203cc3de6e26666b8476d287dee81595d6dc ---------------------------------------------------------------- sound fixes for 5.11-rc5 Here is a collection of sound fixes targeted for 5.11-rc5. Most notably, USB-audio still got a few intensive changes for covering the regressions while the rest are all small fixes. - A trivial fix for sequencer OSS emulation error path - HD-audio runtime PM regression fix, a few quirks and new IDs - USB-audio regression fixes for Pioneer device, Logitech webcams, etc - ASoC SOF Intel coverage - MAINTAINERS file update - A fix in the jack handling in ASoC HDMI codec ---------------------------------------------------------------- Chris Chiu (1): ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T Kai Vehmanen (2): ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid ASoC: SOF: Intel: fix page fault at probe if i915 init fails Kai-Chuan Hsieh (1): ALSA: hda: Add Cometlake-R PCI ID Kai-Heng Feng (4): ASoC: SOF: Intel: hda: Resume codec to do jack detection ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN ASoC: SOF: Intel: hda: Avoid checking jack on system suspend ALSA: hda: Balance runtime/system PM if direct-complete is disabled Mauro Carvalho Chehab (1): MAINTAINERS: update references to stm32 audio bindings Srinivas Kandagatla (2): MAINTAINERS: update maintainers of qcom audio MAINTAINERS: update qcom ASoC drivers list Stephan Gerhold (1): ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack() Takashi Iwai (7): ALSA: usb-audio: Always apply the hw constraints for implicit fb sync ALSA: hda/via: Add minimum mute flag ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1 ALSA: usb-audio: Avoid implicit feedback on Pioneer devices ALSA: usb-audio: Fix hw constraints dependencies --- MAINTAINERS | 12 ++- sound/core/seq/oss/seq_oss_synth.c | 3 +- sound/pci/hda/hda_codec.c | 24 ++--- sound/pci/hda/hda_intel.c | 6 ++ sound/pci/hda/patch_hdmi.c | 1 + sound/pci/hda/patch_realtek.c | 8 ++ sound/pci/hda/patch_via.c | 1 + sound/soc/codecs/hdmi-codec.c | 2 +- sound/soc/fsl/imx-hdmi.c | 2 +- sound/soc/sof/intel/hda-codec.c | 37 ++++---- sound/soc/sof/intel/hda-dsp.c | 9 +- sound/soc/sof/intel/hda.h | 2 +- sound/usb/clock.c | 21 ++--- sound/usb/endpoint.c | 9 ++ sound/usb/implicit.c | 17 ++-- sound/usb/pcm.c | 174 +++++++++++++++++++++++-------------- sound/usb/quirks.c | 28 ------ 17 files changed, 196 insertions(+), 160 deletions(-)