From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F13DC433E0 for ; Thu, 21 Jan 2021 15:38:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1861F23A04 for ; Thu, 21 Jan 2021 15:38:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733114AbhAUPhX (ORCPT ); Thu, 21 Jan 2021 10:37:23 -0500 Received: from mx2.suse.de ([195.135.220.15]:60264 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733111AbhAUPhD (ORCPT ); Thu, 21 Jan 2021 10:37:03 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2B6CBABD6; Thu, 21 Jan 2021 15:36:13 +0000 (UTC) Date: Thu, 21 Jan 2021 16:36:13 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.11-rc5 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)