From patchwork Tue Dec 17 12:04:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 11297451 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B9932930 for ; Tue, 17 Dec 2019 12:05:33 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D30532082E for ; Tue, 17 Dec 2019 12:05:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="R6v2EqgY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D30532082E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 9DCAC850; Tue, 17 Dec 2019 13:04:40 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 9DCAC850 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576584330; bh=nFXs6Mc9gDAKK4uiRdh/i549qjTBoWrZyxruqedMhU0=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=R6v2EqgYGA3uRtpV0L59t59Iw4xRGeHooS9lin9M/scWNFk/p044IN8r4FCs07gvu +uyb6GMGKIZBcxQ2Ge2z9/S3r4kIU7GkYBPBad4EWwHlM4psDKjIiMYwk83I1Y8Q4C lGh3jA4L4eJ4kH2Nzi7YmmkilZ6CHjrubHudJIDI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 13F3FF80218; Tue, 17 Dec 2019 13:04:40 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa1.perex.cz (Postfix, from userid 50401) id 68E9EF80234; Tue, 17 Dec 2019 13:04:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alsa1.perex.cz X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_NONE,SPF_PASS autolearn=disabled version=3.4.0 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 77FC2F80100 for ; Tue, 17 Dec 2019 13:04:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 77FC2F80100 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CCA2931B; Tue, 17 Dec 2019 04:04:30 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 491973F6CF; Tue, 17 Dec 2019 04:04:30 -0800 (PST) Date: Tue, 17 Dec 2019 12:04:28 +0000 From: Mark Brown To: Takashi Iwai Message-ID: <20191217120428.GB4755@sirena.org.uk> MIME-Version: 1.0 X-Cookie: Thufir's a Harkonnen now. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org, Liam Girdwood Subject: [alsa-devel] [GIT PULL] ASoC fixes for v5.5 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" The following changes since commit 39870b0dec68ed7dd814beb697e541670975c7d8: ASoC: DMI long name - avoid to add board name if matches with product name (2019-11-22 19:54:50 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc2 for you to fetch changes up to 556672d75ff486e0b6786056da624131679e0576: ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000) ---------------------------------------------------------------- ASoC: Fixes for v5.5 A collection of fixes since the merge window, mostly driver specific but there's a few in the core that clean up fallout from the refactorings done in the last cycle. ---------------------------------------------------------------- Amery Song (1): ASoC: Intel: common: work-around incorrect ACPI HID for CML boards Curtis Malainey (3): ASoC: core: Init pcm runtime work early to avoid warnings ASoC: core: only flush inited work during free ASoC: SOF: Intel: split cht and byt debug window sizes Daniel Baluta (2): ASoC: SOF: topology: Fix unload for SAI/ESAI ASoC: simple-card: Don't create separate link when platform is present Dragos Tarcatu (2): ASoC: topology: Check return value for snd_soc_add_dai_link() ASoC: topology: Check return value for soc_tplg_pcm_create() Hans de Goede (1): ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89 Karol Trzcinski (2): ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data Keyon Jie (1): ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump() Michael Walle (1): ASoC: wm8904: fix automatic sysclk configuration Shengjiu Wang (1): ASoC: wm8962: fix lambda value Shuming Fan (1): ASoC: rt5682: fix i2c arbitration lost issue Tzung-Bi Shih (3): ASoC: max98090: remove msleep in PLL unlocked workaround ASoC: max98090: exit workaround earlier if PLL is locked ASoC: max98090: fix possible race conditions Yu-Hsuan Hsu (1): ASoC: AMD: Enable clk in startup intead of hw_params YueHaibing (2): ASoC: rt5677: Fix build error without CONFIG_SPI ASoC: Intel: sst: Add missing include include/sound/soc.h | 1 + sound/soc/amd/acp-da7219-max98357a.c | 46 +++++++---------------- sound/soc/codecs/max98090.c | 30 ++++++++++----- sound/soc/codecs/max98090.h | 1 - sound/soc/codecs/rt5677-spi.h | 16 ++++++++ sound/soc/codecs/rt5682.c | 2 + sound/soc/codecs/wm8904.c | 6 +++ sound/soc/codecs/wm8962.c | 4 +- sound/soc/generic/simple-card.c | 6 +++ sound/soc/intel/atom/sst/sst.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 8 +++- sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 +++++++++++--------- sound/soc/soc-compress.c | 6 +-- sound/soc/soc-core.c | 13 ++++++- sound/soc/soc-pcm.c | 11 ++---- sound/soc/soc-topology.c | 27 +++++++++---- sound/soc/sof/intel/byt.c | 25 ++++++------ sound/soc/sof/loader.c | 7 +++- sound/soc/sof/topology.c | 4 +- 19 files changed, 158 insertions(+), 97 deletions(-)