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 15FB6C10F00 for ; Sat, 7 Mar 2020 08:59:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5E882073D for ; Sat, 7 Mar 2020 08:59:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726102AbgCGI70 (ORCPT ); Sat, 7 Mar 2020 03:59:26 -0500 Received: from mx2.suse.de ([195.135.220.15]:38728 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbgCGI70 (ORCPT ); Sat, 7 Mar 2020 03:59:26 -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 992A5ADBB; Sat, 7 Mar 2020 08:59:23 +0000 (UTC) Date: Sat, 07 Mar 2020 09:59:23 +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-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=UTF-8 Content-Transfer-Encoding: 8bit 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-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.6-rc5 The topmost commit is 5a56996b0f13b9a5db0ca60528d13c661d37377a ---------------------------------------------------------------- sound fixes for 5.6-rc5 The regular "bump-in-the-middle" updates, containing mostly ASoC- related fixes at this time. All changes are reasonably small. A few entries are for ASoC and ALSA core parts (DAPM, PCM, topology) for followups of the recent changes and potential buffer overflow by snprintf(), while the rest are (both new and old) device-specific fixes for Intel, meson, tas2562, rt1015, as well as the usual HD-audio quirks. ---------------------------------------------------------------- Amadeusz Sławiński (1): ASoC: Intel: Skylake: Fix available clock counter incrementation Axel Lin (1): ASoC: wm8741: Fix typo in Kconfig prompt Charles Keepax (1): ASoC: dapm: Correct DAPM handling of active widgets during shutdown Christian Lachner (1): ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master Dan Carpenter (1): ASoC: SOF: Fix snd_sof_ipc_stream_posn() Dan Murphy (2): ASoC: tas2562: Return invalid for when bitwidth is invalid ASoC: tas2562: Fix sample rate error message Dragos Tarcatu (2): ASoC: topology: Fix memleak in soc_tplg_link_elems_load() ASoC: topology: Fix memleak in soc_tplg_manifest_load() Hui Wang (1): ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 Jack Yu (2): ASoC: rt1015: add operation callback function for rt1015_dai[] ASoC: rt1015: modify pre-divider for sysclk Jerome Brunet (1): ASoC: meson: g12a: add tohdmitx reset Jian-Hong Pan (1): ALSA: hda/realtek - Enable the headset of ASUS B9450FA with ALC294 Kailang Yang (2): ALSA: hda/realtek - Add Headset Mic supported ALSA: hda/realtek - Add Headset Button supported for ThinkPad X1 Kuninori Morimoto (2): ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop() ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop() Matthias Reichl (1): ASoC: pcm512x: Fix unbalanced regulator enable call in probe error path Olivier Moysan (1): ASoC: stm32: sai: manage rebind issue Pierre-Louis Bossart (1): ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro Takashi Iwai (3): ASoC: intel: skl: Fix pin debug prints ASoC: intel: skl: Fix possible buffer overflow in debug outputs ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs output Thomas Bogendoerfer (1): ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functions --- include/sound/soc.h | 2 +- sound/mips/sgio2audio.c | 6 ------ sound/pci/hda/patch_realtek.c | 31 +++++++++++++++++++++++++++---- sound/soc/codecs/Kconfig | 2 +- sound/soc/codecs/pcm512x.c | 8 +++++--- sound/soc/codecs/rt1015.c | 3 ++- sound/soc/codecs/tas2562.c | 5 +++-- sound/soc/intel/skylake/skl-debug.c | 32 +++++++++++++++++--------------- sound/soc/intel/skylake/skl-ssp-clk.c | 4 +++- sound/soc/meson/g12a-tohdmitx.c | 6 ++++++ sound/soc/soc-component.c | 2 +- sound/soc/soc-compress.c | 2 +- sound/soc/soc-dapm.c | 2 +- sound/soc/soc-pcm.c | 18 +++++++++--------- sound/soc/soc-topology.c | 17 ++++++++++------- sound/soc/sof/ipc.c | 2 +- sound/soc/stm/stm32_sai_sub.c | 18 ++++++++++-------- 17 files changed, 98 insertions(+), 62 deletions(-)