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=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 A0EE8C4338F for ; Fri, 6 Aug 2021 00:48:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85EEC61186 for ; Fri, 6 Aug 2021 00:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243046AbhHFAsk (ORCPT ); Thu, 5 Aug 2021 20:48:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:51276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243033AbhHFAsg (ORCPT ); Thu, 5 Aug 2021 20:48:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 66FAD60F14; Fri, 6 Aug 2021 00:48:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628210901; bh=nY6Ap5stlXE7US4mkmA7NkZZWLmZkL9rXHZVjTtCrF8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XASCAcVNVqc1HUICtN71eEc0munM3JvTGWg3SmNRPZxN9Pe3RXLUQ9auImBcH50Bl PAfJQo407GDKTdzW7sZ1/720Bxi8oXlwNrATKjj0ooHeC9AKfA+RLzl6mEKdR3IZqE B0+dj6LUY1JRRJxu3CCimFjhkOGHg/+pnxrwVXpJgZA5KDPlhdNtScSYrMRV+xSJwZ uAjsjdpwVl6zbjd/QmxjjzsdJh6V6kXobFwMAsxUq+izuSk3LR9h0R38q4IlAHd26F eU/xPXNteFKi6QK0l4LCxqU3iDP5Rm0UJarqa+wvBOYS9ldLjg+GnP3Falw2DQvePS BPoUgSUdky2Sg== From: Mark Brown To: Richard Fitzgerald Cc: Mark Brown , linux-kernel@vger.kernel.org, patches@opensource.cirrus.com, alsa-devel@alsa-project.org Subject: Re: [PATCH 1/8] ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SEL Date: Fri, 6 Aug 2021 01:47:48 +0100 Message-Id: <162821054283.18754.5945284038472459595.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210805161111.10410-1-rf@opensource.cirrus.com> References: <20210805161111.10410-1-rf@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Aug 2021 17:11:04 +0100, Richard Fitzgerald wrote: > Both SCLK and PLL clocks must be running to drive the glitch-free mux > behind MCLK_SRC_SEL and complete the switchover. > > This patch moves the writing of MCLK_SRC_SEL to when the PLL is started > and stopped, so that it only transitions while the PLL is running. > The unconditional write MCLK_SRC_SEL=0 in cs42l42_mute_stream() is safe > because if the PLL is not running MCLK_SRC_SEL is already 0. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/8] ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SEL commit: f1040e86f83b0f7d5f45724500a6a441731ff4b7 [2/8] ASoC: cs42l42: Fix LRCLK frame start edge commit: 0c2f2ad4f16a58879463d0979a54293f8f296d6f [3/8] ASoC: cs42l42: Constrain sample rate to prevent illegal SCLK commit: 3a5d89a9c6fe306d35dce4496abbb464c1454da0 [4/8] ASoC: cs42l42: Fix mono playback commit: e5ada3f6787a4d6234adc6f2f3ae35c6d5b71ba0 [5/8] ASoC: cs42l42: Add PLL configuration for 44.1kHz/16-bit (no commit info) [6/8] ASoC: cs42l42: Validate dai_set_sysclk() frequency (no commit info) [7/8] ASoC: cs42l42: Assume 24-bit samples are in 32-bit slots (no commit info) [8/8] ASoC: cs42l42: Update module authors (no commit info) 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