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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 921D8C2D0A3 for ; Fri, 6 Nov 2020 08:20:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46F0B20936 for ; Fri, 6 Nov 2020 08:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726618AbgKFIUw (ORCPT ); Fri, 6 Nov 2020 03:20:52 -0500 Received: from mx2.suse.de ([195.135.220.15]:44606 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbgKFIUw (ORCPT ); Fri, 6 Nov 2020 03:20:52 -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 918DDAB8F; Fri, 6 Nov 2020 08:20:50 +0000 (UTC) Date: Fri, 06 Nov 2020 09:20:50 +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.10-rc3 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.10-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.10-rc3 The topmost commit is a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b ---------------------------------------------------------------- sound fixes for 5.10-rc3 Quite a bunch of small fixes that have been gathered since the last PR including the changes like below: - HD-audio runtime PM fixes and refactoring - HD-audio and USB-audio quirks - SOF warning fix - Various ASoC device-specific fixes for Intel, Qualcomm, etc ---------------------------------------------------------------- Arnd Bergmann (1): ALSA: make snd_kcontrol_new name a normal string Artem Lapkin (1): ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devices Bard Liao (1): ASoC: SOF: loader: handle all SOF_IPC_EXT types Cezary Rojewski (3): ASoC: Intel: atom: Remove duplicate kconfigs ASoC: Intel: catpt: Wake up device before configuring SSP port ASoC: Intel: catpt: Relax clock selection conditions Codrin Ciubotariu (1): ASoC: mchp-spdiftx: Do not set Validity bit(s) Dan Carpenter (1): ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link() Geoffrey D. Bennett (2): ALSA: usb-audio: Add implicit feedback quirk for MODX ALSA: usb-audio: Add implicit feedback quirk for Qu-16 Kai-Heng Feng (3): ALSA: hda: Refactor codec PM to use direct-complete optimization ALSA: hda: Separate runtime and system suspend ALSA: hda: Reinstate runtime_allow() for all hda controllers Kailang Yang (2): ALSA: hda/realtek - Fixed HP headset Mic can't be detected ALSA: hda/realtek - Enable headphone for ASUS TM420 Keith Winstein (1): ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2 Mauro Carvalho Chehab (1): ALSA: fix kernel-doc markups Olivier Moysan (1): ASoC: cs42l51: manage mclk shutdown delay Srinivas Kandagatla (4): ASoC: codecs: wsa881x: add missing stream rates and format ASoC: qcom: sdm845: set driver name correctly ASoC: codecs: wcd934x: Set digital gain range correctly ASoC: codecs: wcd9335: Set digital gain range correctly Tomasz Figa (1): ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function Tzung-Bi Shih (1): ASoC: mediatek: mt8183-da7219: fix DAPM paths for rt1015 V Sujith Kumar Reddy (2): ASoC: qcom: lpass-sc7180: Fix MI2S bitwidth field bit positions ASoC: qcom: lpass-cpu: Fix clock disable failure --- include/sound/control.h | 2 +- include/sound/core.h | 3 +- include/sound/pcm.h | 4 +- include/uapi/sound/compress_offload.h | 2 +- sound/core/control.c | 4 +- sound/core/pcm_dmaengine.c | 3 +- sound/core/pcm_lib.c | 2 +- sound/core/pcm_native.c | 4 +- sound/hda/ext/hdac_ext_controller.c | 2 + sound/pci/hda/hda_codec.c | 45 +++++++++------ sound/pci/hda/hda_controller.h | 3 +- sound/pci/hda/hda_intel.c | 63 +++++++++++--------- sound/pci/hda/patch_realtek.c | 67 ++++++++++++++++++---- sound/soc/atmel/mchp-spdiftx.c | 1 - sound/soc/codecs/cs42l51.c | 22 ++++++- sound/soc/codecs/wcd9335.c | 2 +- sound/soc/codecs/wcd934x.c | 2 +- sound/soc/codecs/wsa881x.c | 2 + sound/soc/intel/Kconfig | 18 ------ sound/soc/intel/atom/Makefile | 2 +- sound/soc/intel/atom/sst/Makefile | 6 +- sound/soc/intel/boards/kbl_rt5663_max98927.c | 39 ++++++++++--- sound/soc/intel/catpt/dsp.c | 9 ++- sound/soc/intel/catpt/pcm.c | 10 ++++ sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 31 ++++++++-- sound/soc/qcom/lpass-cpu.c | 14 +++-- sound/soc/qcom/lpass-sc7180.c | 2 +- sound/soc/qcom/sdm845.c | 2 + sound/soc/soc-core.c | 2 +- sound/soc/soc-dapm.c | 2 +- sound/soc/sof/loader.c | 5 ++ sound/usb/pcm.c | 6 ++ sound/usb/quirks.c | 1 + 33 files changed, 265 insertions(+), 117 deletions(-)