Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp3789063pxb; Wed, 13 Oct 2021 13:01:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy23jAamXV2xTFJCKqusXAdgWVpBObbOxbzbdl8DOcPaLBz5z0rBxK8dqNDsE9xW2wJju8c X-Received: by 2002:a63:b34a:: with SMTP id x10mr925468pgt.473.1634155310513; Wed, 13 Oct 2021 13:01:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634155310; cv=none; d=google.com; s=arc-20160816; b=q6/IxPdF3J8ZRBXokREp66t8Og41X/WPCRuRuXBj5AzcxyIomySUdOmzJam+IVWSpp kyCCyznLaFbB7WCRgyoDi6M6tNlo5aO3OFqd+gmDT89PtiEZo1gqHHxU9cefrnbyhjIy Ak0z9hlfdwFxT6nCmlv9yVEQQcBPT93wkuLcxl0myi30JnOv4yy3rcjPd8e3n/D7WAtK LuxENGSbSqmUS6bmsN5CwFUnl27BfH9KMuCzDyOxsMJQbVcz9pJapfkCsDzzx0QKZlef BP053fx302YaSvY7SI4O0AnxKkQWr/2jkXQHsKfNkmv54aSZlnARIsi2qPbqXcETVsXH +m5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=4u9XbCTBXW3NjClv6QYHUUPIoVycwkuhjMYYvWK5hHU=; b=hdECiiga2WwCPcUID3sdKm8IzXmxyfd/Agr0P8tcNh9x9VbgeDhc4lFT/xH8dOfxvd ucwCNTBx/zdrHdWEwwI/cWpRilRPtCjlmj3tr3mOY6vrqW8teFU9LdifJ7qia8ni0SED EVK0CHeQmqagd8j4eJr/hKZojmJCwdm8LN3gyn/pTzjsGkAKPZAFWJohGa+1TheeAvxz nAVVSwO/fZFXjK0iIuMR/ZEtTr9d74RYQLqotb0pOCaym1W2B3TxSRR44zT56+14uyyB CQrl921pyfSG7EEzdCXJRToEqXuMOi1UNY82zHl062ok6DofBpt6kS9BLSjbXHB4J6r1 4/Zw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=AGJhvT4i; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i14si715707pfu.217.2021.10.13.13.01.36; Wed, 13 Oct 2021 13:01:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=AGJhvT4i; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239040AbhJMUCU (ORCPT + 99 others); Wed, 13 Oct 2021 16:02:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:40898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239107AbhJMUCS (ORCPT ); Wed, 13 Oct 2021 16:02:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9D99D611CB; Wed, 13 Oct 2021 20:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634155214; bh=ywp+O16zxyBQI01Bzx+Q5zw0Ksa0nuT8E8DGdvjOEAI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AGJhvT4i7Rkz1UcTvHCsGIsOR2YiqEeZsZjPQI0SIKeDQP7Xu/iO4Atz4ifrhkX+a 34TZpzZB6cSHSHdR4k/O+js8XKeuljy+v7dmkpzsX3t6t2lfRD50eENQ0ZDlhWShU+ THNhMSHFlcb6+NOc/I+BN6qaSok8VAuZDFu3Fp/ovrAQJY4Zq9o7jNpXZwxxZFqx4A pppASbbtzeq7UswC0ZIiDDlMVPBqHrO7WC212f/0GzHsXKSJ/x3oTPhNEScBovO3SJ /7JlN9vfUTh+SCVh2BwcIjjpwfhLDmSqfOndKZgX1jG7QWvJuuUc830VAyt64GNd+J VfXFPuKl8XyAA== From: Mark Brown To: kuninori.morimoto.gx@renesas.com, linux-kernel@vger.kernel.org, tiwai@suse.com, lgirdwood@gmail.com, patches@opensource.cirrus.com, Shengjiu Wang , ckeepax@opensource.cirrus.com, perex@perex.cz, alsa-devel@alsa-project.org Cc: Mark Brown Subject: Re: [PATCH v2] ASoC: wm8960: Fix clock configuration on slave mode Date: Wed, 13 Oct 2021 20:59:50 +0100 Message-Id: <163415517074.1358186.2537803193300280145.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <1634102224-3922-1-git-send-email-shengjiu.wang@nxp.com> References: <1634102224-3922-1-git-send-email-shengjiu.wang@nxp.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 Wed, 13 Oct 2021 13:17:04 +0800, Shengjiu Wang wrote: > There is a noise issue for 8kHz sample rate on slave mode. > Compared with master mode, the difference is the DACDIV > setting, after correcting the DACDIV, the noise is gone. > > There is no noise issue for 48kHz sample rate, because > the default value of DACDIV is correct for 48kHz. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: wm8960: Fix clock configuration on slave mode commit: 6b9b546dc00797c74bef491668ce5431ff54e1e2 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