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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1286C3DA7D for ; Sat, 31 Dec 2022 12:29:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229436AbiLaM3o (ORCPT ); Sat, 31 Dec 2022 07:29:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231864AbiLaM3e (ORCPT ); Sat, 31 Dec 2022 07:29:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00FA0DE83 for ; Sat, 31 Dec 2022 04:29:33 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9198060B24 for ; Sat, 31 Dec 2022 12:29:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 801B5C433EF; Sat, 31 Dec 2022 12:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672489773; bh=qdzITmnpqskFSFWC1O1qDV6tTsJMGUC86HiMlzoZhRA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NZrNGwtCtVLxZh919D7z+Ny6x8871wT5pqwIa/gWMzr4glhJ+RmW83zXtSNXOCtkn 1th1N7LTc7UMKdF21GZk1z54lx4cB9DrT5XePKyk51VHUC3+wEnQy0xGjKWNWVDQMk K51smx5pp7fVl2bijZFykUvU8CPTexYVaOUBm5k28b7dx/69jjpYYHBwI2Vk8O13rG bGV16KPpIN/azpkB16J/bkVd7MkZPZIDrbaIRz1HRJuY2BfNsE/ywSE4ghWjvCy4lm iJPeQuCJGmzcR8IwDgy/PeWNwZkNOQkV5D9btnjbrUueqWrF6D036ChcrHPVejzl6Y ONeFqRey7yjbg== Date: Sat, 31 Dec 2022 20:29:25 +0800 From: Shawn Guo To: Francesco Dolcini Cc: linux-arm-kernel@lists.infradead.org, Emanuele Ghidoli , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1] arm64: dts: verdin-imx8mm: fix dahlia audio playback Message-ID: <20221231122400.GR6112@T480> References: <20221201125548.34793-1-francesco@dolcini.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221201125548.34793-1-francesco@dolcini.it> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Dec 01, 2022 at 01:55:48PM +0100, Francesco Dolcini wrote: > From: Emanuele Ghidoli > > Set optional `simple-audio-card,mclk-fs` parameter to ensure a proper > clock to the wm8904 audio codec. Without this change with an audio > stream rate of 44.1 kHz the playback is completely distorted. > > Fixes: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini") > Signed-off-by: Emanuele Ghidoli > Signed-off-by: Francesco Dolcini Applied, thanks!