From patchwork Fri Feb 8 12:34:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 10803023 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2869A922 for ; Fri, 8 Feb 2019 12:34:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 177F12DCC5 for ; Fri, 8 Feb 2019 12:34:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0A6BD2DE2D; Fri, 8 Feb 2019 12:34:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 52E9C2DCC5 for ; Fri, 8 Feb 2019 12:34:43 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id C367A267492; Fri, 8 Feb 2019 13:34:41 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 886872674C9; Fri, 8 Feb 2019 13:34:39 +0100 (CET) Received: from heliosphere.sirena.org.uk (heliosphere.sirena.org.uk [172.104.155.198]) by alsa0.perex.cz (Postfix) with ESMTP id ABCA5267483 for ; Fri, 8 Feb 2019 13:34:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=j0BUW+G2VXmFemx67k9iSBvdtveerC2oPnyskQD6z7I=; b=M7P8FDI9vrdHiEGFeUA/P1S7H UXoFyGgHd8dZwvFzJs6IvXkVzHxHPMneJf0ZU7BLDuXWs1KC0H+Rg8Na2li1JsTr62tHasPJPPI/D EFNz2iXdC5m9kmdPkoQqDDg5Ja/r4/4brYZK32dIlSxUSElRLpBTjwQP3HbE8y/D2OJ2Q=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=debutante.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpa (Exim 4.89) (envelope-from ) id 1gs5MX-0001Fm-ST; Fri, 08 Feb 2019 12:34:33 +0000 Received: by debutante.sirena.org.uk (Postfix, from userid 1000) id ED5E91127F30; Fri, 8 Feb 2019 12:34:32 +0000 (GMT) Date: Fri, 8 Feb 2019 12:34:32 +0000 From: Mark Brown To: Takashi Iwai Message-ID: <20190208123432.GC6695@sirena.org.uk> MIME-Version: 1.0 X-Cookie: Mickey Mouse wears a Spiro Agnew watch. 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.0 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 4cb79ef9c6c4413427cd70afbb1f3bc01e9b7abf: ASoC: amd: Fix potential NULL pointer dereference (2019-01-15 19:06:23 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc5 for you to fetch changes up to 860b454c2c0cbda6892954f5cdbbb48931b3c8db: ASoC: samsung: Prevent clk_get_rate() calls in atomic context (2019-02-07 14:34:53 +0000) ---------------------------------------------------------------- ASoC: Fixes for v5.0 A selection of driver specific fixes here, along with a few core fixes: - A fixup for some MFD devices that were broken by the previous fixes for deferred probe. - A fix for potential out of bounds array accesses when ordering DAPM power/up down sequences. - Avoid use after free issue when unloading and reloading drivers using topologies. ---------------------------------------------------------------- Charles Keepax (1): ASoC: core: Allow soc_find_component lookups to match parent of_node Fabio Estevam (1): ASoC: MAINTAINERS: fsl: Change Fabio's email address Guennadi Liakhovetski (1): ASoC: topology: fix oops/use-after-free case with dai driver Jiada Wang (1): ASoC: rsnd: ssiu: correct shift bit for ssiu9 Kuninori Morimoto (2): ASoC: rsnd: fixup MIX kctrl registration ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count check Pierre-Louis Bossart (1): ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables Russell King (1): ASoC: hdmi-codec: fix oops on re-probe Shuming Fan (1): ASoC: rt5682: Correct the setting while select ASRC clk for AD/DA filter Sylwester Nawrocki (1): ASoC: samsung: Prevent clk_get_rate() calls in atomic context MAINTAINERS | 4 ++-- sound/soc/codecs/hdmi-codec.c | 4 ++-- sound/soc/codecs/rt5682.c | 2 ++ sound/soc/samsung/i2s.c | 10 +++++----- sound/soc/sh/rcar/core.c | 8 ++++---- sound/soc/sh/rcar/ssi.c | 2 +- sound/soc/sh/rcar/ssiu.c | 2 +- sound/soc/soc-core.c | 9 +++++++-- sound/soc/soc-dapm.c | 24 ++++++++++++++++++++++++ sound/soc/soc-topology.c | 5 +++++ 10 files changed, 53 insertions(+), 17 deletions(-)