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=-5.8 required=3.0 tests=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 1752DC2D0B1 for ; Thu, 6 Feb 2020 13:26:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DBF7D22527 for ; Thu, 6 Feb 2020 13:26:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727901AbgBFN0h (ORCPT ); Thu, 6 Feb 2020 08:26:37 -0500 Received: from mx2.suse.de ([195.135.220.15]:47438 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726765AbgBFN0g (ORCPT ); Thu, 6 Feb 2020 08:26:36 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 02E40AFA9; Thu, 6 Feb 2020 13:26:35 +0000 (UTC) Date: Thu, 06 Feb 2020 14:26:34 +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.6-rc1 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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v5.6-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.6-rc1 The topmost commit is 6954b323a183dc18fa9bf2ad700e0ed344918c5f ---------------------------------------------------------------- sound fixes for 5.6-rc1 A collection of pending small fixes since the previous PR. ALSA core: - PCM memory leak fix ASoC: - Lots of SOF and Intel driver fixes - Addition of COMMON_CLK for wcd934x - Regression fixes for AMD and Tegra platforms HD-audio: - DP-MST HDMI regression fix, Tegra workarounds, HP quirk fix Others: - A few fixes relevant with the recent uapi-updates - Sparse warnings and endianness fixes ---------------------------------------------------------------- Akshu Agrawal (1): ASoC: amd: Fix simultaneous playback and capture Bard Liao (1): ASoC: intel: soc-acpi-intel-icl-match: fix rt715 ADR Geert Uytterhoeven (1): ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECS Guennadi Liakhovetski (2): ASoC: SOF: fix an Oops, caused by invalid topology ASoC: Intel: consistent HDMI codec probing code Jon Hunter (1): ASoC: tegra: Revert 24 and 32 bit support Kai Vehmanen (3): ASoC: SOF: Intel: refactor i915_get/put functions ASoC: SOF: Intel: do not disable i915 power during probe ASoC: SOF: trace: fix unconditional free in trace release Kailang Yang (1): ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supported Marek Szyprowski (1): ASoC: max98090: silence lockdep warning Mohan Kumar (2): ALSA: hda: Reset stream if DMA RUN bit not cleared ALSA: hda: Clear RIRB status before reading WP Nathan Chancellor (1): ASoC: rt1015: Remove unnecessary const Nikhil Mahale (1): ALSA: hda - Fix DP-MST support for NVIDIA codecs Oder Chiou (1): MAINTAINERS: Remove the Bard Liao from the MAINTAINERS of Realtek CODECs Pan Xiuli (1): ASoC: SOF: pci: add missing default_fw_name of JasperLake Pierre-Louis Bossart (2): ASoC: SOF: core: free trace on errors ASoC: SOF: core: release resources on errors in probe_continue Ranjani Sridharan (1): ALSA: uapi: Fix sparse warning Ravulapati Vishnu vardhan rao (1): ASoC: amd: Fix for Subsequent Playback issue. Srinivas Kandagatla (1): ASoC: wcd934x: Add missing COMMON_CLK dependency Takashi Iwai (11): ASoC: rt1308-sdw: Add __maybe_unused to PM callbacks ASoC: rt700: Add __maybe_unused to PM callbacks ASoC: rt711: Add __maybe_unused to PM callbacks ASoC: rt715: Add __maybe_unused to PM callbacks ALSA: pcm: Fix memory leak at closing a stream without hw_free ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_t ALSA: usb-audio: Fix endianess in descriptor validation ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk ALSA: dummy: Fix PCM format loop in proc output ALSA: emu10k1: Fix annotation and cast for the recent uapi header change ALSA: hdsp: Make the firmware loading ioctl a bit more readable Yong Zhi (2): ALSA: hda: Add JasperLake PCI ID and codec vid ASoC: SOF: Intel: add PCI ID for JasperLake --- MAINTAINERS | 1 - include/sound/pcm.h | 4 +- include/uapi/sound/asound.h | 4 +- sound/core/pcm_compat.c | 8 +- sound/core/pcm_native.c | 211 ++++++++++++++-------- sound/drivers/dummy.c | 2 +- sound/hda/hdac_stream.c | 31 ++-- sound/pci/emu10k1/emufx.c | 180 ++++++++++-------- sound/pci/hda/hda_controller.c | 11 +- sound/pci/hda/hda_intel.c | 2 + sound/pci/hda/patch_hdmi.c | 95 ++++++---- sound/pci/hda/patch_realtek.c | 1 + sound/pci/rme9652/hdsp.c | 7 +- sound/soc/amd/raven/acp3x-i2s.c | 12 +- sound/soc/amd/raven/acp3x-pcm-dma.c | 14 +- sound/soc/codecs/Kconfig | 3 +- sound/soc/codecs/max98090.c | 3 +- sound/soc/codecs/rt1015.c | 2 +- sound/soc/codecs/rt1308-sdw.c | 4 +- sound/soc/codecs/rt700-sdw.c | 4 +- sound/soc/codecs/rt711-sdw.c | 4 +- sound/soc/codecs/rt715-sdw.c | 4 +- sound/soc/intel/boards/bxt_da7219_max98357a.c | 14 +- sound/soc/intel/boards/bxt_rt298.c | 14 +- sound/soc/intel/boards/cml_rt1011_rt5682.c | 13 +- sound/soc/intel/boards/glk_rt5682_max98357a.c | 16 +- sound/soc/intel/boards/sof_rt5682.c | 15 +- sound/soc/intel/common/soc-acpi-intel-icl-match.c | 2 +- sound/soc/sof/core.c | 38 ++-- sound/soc/sof/intel/hda-codec.c | 21 +-- sound/soc/sof/intel/hda.c | 3 +- sound/soc/sof/intel/hda.h | 7 +- sound/soc/sof/pcm.c | 10 + sound/soc/sof/pm.c | 4 + sound/soc/sof/sof-pci-dev.c | 3 + sound/soc/sof/trace.c | 7 +- sound/soc/tegra/tegra30_i2s.c | 25 +-- sound/usb/mixer_scarlett_gen2.c | 46 ++--- sound/usb/validate.c | 6 +- 39 files changed, 489 insertions(+), 362 deletions(-)