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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 30EC2C48BD1 for ; Fri, 11 Jun 2021 08:29:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F3266613BA for ; Fri, 11 Jun 2021 08:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230392AbhFKIbQ (ORCPT ); Fri, 11 Jun 2021 04:31:16 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:47346 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229733AbhFKIbN (ORCPT ); Fri, 11 Jun 2021 04:31:13 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 8B2BB1FD3F; Fri, 11 Jun 2021 08:29:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1623400154; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=fkIQkR4GZ2Isuyh38pV6dzEHalxBr2fBkhWB7R9ZqPg=; b=qdlfPi19l9cKgKj6PU4EhLKxRycywGZfuMmFR4mNm3JZOfJo9nF9QsUgw3wQmS/iTd53Pd +iEfwz0m7GgnhUX9F7NVfHyjDCYboKPHOOwrEUtnXV4poco8O3lnamqE7BNB1AVIG2O8nS OtLBAwaGWemsHpCNsKB9COAGkkLM5XE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1623400154; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=fkIQkR4GZ2Isuyh38pV6dzEHalxBr2fBkhWB7R9ZqPg=; b=wr+K7J12xjKC+mggbAkdXUlM8eY6rsgXz1HDE6nJjIU6QyskHYI8E8SAjg/m7k5hgeDmo1 qjZWEBnEiiOQsSCw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 845C4A3B81; Fri, 11 Jun 2021 08:29:14 +0000 (UTC) Date: Fri, 11 Jun 2021 10:29:14 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.13-rc6 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.13-rc6 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.13-rc6 The topmost commit is 83e197a8414c0ba545e7e3916ce05f836f349273 ---------------------------------------------------------------- sound fixes for 5.13-rc6 A bit more commits than expected at this time, but likely it's the last shot before the final. Many of changes are device-specific fix-ups for various ASoC drivers, while a few usual HD-audio quirks and a FireWire fix, as well as a couple of ALSA / ASoC core fixes. All look nice and small, and nothing to scare much. ---------------------------------------------------------------- Colin Ian King (1): ASoC: topology: Fix spelling mistake "vesion" -> "version" Hui Wang (1): ALSA: hda/realtek: headphone and mic don't work on an Acer laptop Jack Yu (1): ASoC: rt5659: Fix the lost powers for the HDA header Jeremy Szu (4): ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite Dragonfly G2 ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360 1040 G8 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8 ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8 Jerome Brunet (1): ASoC: meson: gx-card: fix sound-dai dt schema Kai Vehmanen (1): ASoC: SOF: reset enabled_cores state at suspend Kefeng Wang (1): ASoC: core: Fix Null-point-dereference in fmt_single_name() Mark Pearson (2): ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platforms ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platforms Nicolas Cavallari (1): ASoC: fsl-asoc-card: Set .owner attribute when registering card. Oder Chiou (1): ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire mode Richard Weinberger (1): ASoC: tas2562: Fix TDM_CFG0_SAMPRATE values Srinivasa Rao Mandadapu (1): ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin Takashi Iwai (1): ALSA: seq: Fix race of snd_seq_timer_open() Takashi Sakamoto (1): ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun() --- .../bindings/sound/amlogic,gx-sound-card.yaml | 4 +- sound/core/seq/seq_timer.c | 10 ++- sound/firewire/amdtp-stream.c | 2 +- sound/pci/hda/patch_realtek.c | 16 +++++ sound/soc/codecs/rt5659.c | 26 +++++-- sound/soc/codecs/rt5682-sdw.c | 3 +- sound/soc/codecs/tas2562.h | 14 ++-- sound/soc/fsl/fsl-asoc-card.c | 1 + sound/soc/qcom/lpass-cpu.c | 79 ++++++++++++++++++++++ sound/soc/qcom/lpass.h | 4 ++ sound/soc/soc-core.c | 2 + sound/soc/soc-topology.c | 6 +- sound/soc/sof/pm.c | 1 + 13 files changed, 148 insertions(+), 20 deletions(-)