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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 159F2C4361B for ; Fri, 18 Dec 2020 12:16:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 C337E23A82 for ; Fri, 18 Dec 2020 12:16:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C337E23A82 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject:References: In-Reply-To:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Vo//CqJmIialx0/vIoKOaqrTYbM4VaIE9NcCIL3SLF0=; b=016j+k9n0lKeFtzwIXRFiOatk zibgeb3ItLI08Ry2m/z4UikGxVOSyjycdWQv26NTswQV6Z3sxcNrr4FDXrMQlnh+fGkYMMuG2KN3m NCW3uu3J+GMylJjQUbrmcBCdJIoLth0Ljp8h4KEbJ7BwulXBp7nrW68yMk5GYZkuQkgvEngKgzVlJ FchClggp4YK1iZCkoXE+SOgSdFULX2+JZEAY6N3F5r2W8s53m6bLTFMJb/SeC3XOrv78HR+ejn6Rx MOiNbEQ31DJGkFASZVPShQv8PN95YwCC/2xtnaXXfXiduRca535NXxub48Cx8y6epKfdFADY/wU9E +PpHr3SPg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqEgc-0001AN-MI; Fri, 18 Dec 2020 12:16:42 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqEga-00019x-MN for linux-amlogic@lists.infradead.org; Fri, 18 Dec 2020 12:16:41 +0000 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Liam Girdwood , Jerome Brunet In-Reply-To: <20201217150812.3247405-1-jbrunet@baylibre.com> References: <20201217150812.3247405-1-jbrunet@baylibre.com> Subject: Re: [PATCH] ASoC: meson: axg-tdm-interface: fix loopback Message-Id: <160829377018.10885.15767835159300610540.b4-ty@kernel.org> Date: Fri, 18 Dec 2020 12:16:10 +0000 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201218_071640_798903_CA65C274 X-CRM114-Status: GOOD ( 11.80 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, alsa-devel@alsa-project.org, Charles Keepax , linux-kernel@vger.kernel.org, Kevin Hilman Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Thu, 17 Dec 2020 16:08:12 +0100, Jerome Brunet wrote: > When the axg-tdm-interface was introduced, the backend DAI was marked as an > endpoint when DPCM was walking the DAPM graph to find a its BE. > > It is no longer the case since this > commit 8dd26dff00c0 ("ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walks") > Because of this, when DPCM finds a BE it does everything it needs on the > DAIs but it won't power up the widgets between the FE and the BE if there > is no actual endpoint after the BE. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: meson: axg-tdm-interface: fix loopback commit: 671ee4db952449acde126965bf76817a3159040d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic