From patchwork Tue Feb 19 15:46:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Takashi Iwai X-Patchwork-Id: 10820065 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 BD5CD922 for ; Tue, 19 Feb 2019 15:47:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A8B482C925 for ; Tue, 19 Feb 2019 15:47:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D82E2C94F; Tue, 19 Feb 2019 15:47:13 +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.9 required=2.0 tests=BAYES_00,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 319112C925 for ; Tue, 19 Feb 2019 15:47:13 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 37398265553; Tue, 19 Feb 2019 16:47:03 +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 4F80B265552; Tue, 19 Feb 2019 16:46:59 +0100 (CET) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 23FAC26552B for ; Tue, 19 Feb 2019 16:46:53 +0100 (CET) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 74763B04F; Tue, 19 Feb 2019 15:46:53 +0000 (UTC) From: Takashi Iwai To: Mark Brown Date: Tue, 19 Feb 2019 16:46:46 +0100 Message-Id: <20190219154652.13644-1-tiwai@suse.de> X-Mailer: git-send-email 2.16.4 Cc: alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH 0/6] ASoC: Fix of-node refcount unbalance 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, this is a patchset covering the OF-node refcount problem on a few ASoC drivers. thanks, Takashi === Takashi Iwai (6): ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt() ASoC: simple-card: Fix missing of_node_put() at simple_dai_link_of() ASoC: simple-card: Fix of-node refcount unbalance in DAI-link parser ASoC: qcom: Fix of-node refcount unbalance in apq8016_sbc_parse_of() ASoC: qcom: Fix of-node refcount unbalance in qcom_snd_parse_of() ASoC: samsung: Fix of-node refcount unbalance in odroid_audio_probe() sound/soc/fsl/fsl_ssi.c | 6 ++++-- sound/soc/generic/simple-card.c | 19 +++++++++++++------ sound/soc/qcom/apq8016_sbc.c | 21 ++++++++++++++++----- sound/soc/qcom/common.c | 10 ++++++++-- sound/soc/samsung/odroid.c | 5 +++-- 5 files changed, 44 insertions(+), 17 deletions(-) Acked-by: Kuninori Morimoto