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 68318ECAAA1 for ; Fri, 9 Sep 2022 07:35:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231469AbiIIHfc (ORCPT ); Fri, 9 Sep 2022 03:35:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231372AbiIIHey (ORCPT ); Fri, 9 Sep 2022 03:34:54 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 245E736DD9 for ; Fri, 9 Sep 2022 00:34:44 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 0D17B6601FB8; Fri, 9 Sep 2022 08:34:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662708882; bh=UX+vi+FdnLov80MlTgas9MMxCaC7dGmiE21tUnnYlkw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fYqple5AGtnvz9nIggKzsiVfg9ersxHSb2UJiEBqEb5qk54iOdalXoxti0AnYFaEn 4Kep4SfSfHJBNMiTKMU4s4P5MlSJiDv8ZfpjqhkZzi7BStCyvYgn3AO+eS4MeuLMsg 728ykeOuDsnqBUQ9aZGU7YyuK5y3REpr9D8UBdAC6iDJOUwi52DFT+P/xs8iZ+RG+R s5HuIKUKt+pMwImBOmy6N3qTv2vDNMeEb2G7iKphDqsr1OtVDoWp7CUSbzzCQBuinJ Mi/axLFu2OiOWHqi20ydk27ZSxY43d20x1RRTLZ4SZbuBeyYKtqNiYXKp3oJQtGHDv ISI196tY9DUBg== Message-ID: <3b7f5a3c-c1f2-7bb3-7583-74b244d9fc13@collabora.com> Date: Fri, 9 Sep 2022 09:34:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH 02/10] ASoC: mediatek: mt8192-mt6359: Make i2s9 share the clock from i2s8 Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown , Matthias Brugger Cc: kernel@collabora.com, Akihiko Odaki , Jaroslav Kysela , Jiaxin Yu , Liam Girdwood , Miaoqian Lin , Takashi Iwai , Tzung-Bi Shih , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20220908161154.648557-1-nfraprado@collabora.com> <20220908161154.648557-3-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220908161154.648557-3-nfraprado@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 08/09/22 18:11, NĂ­colas F. R. A. Prado ha scritto: > Both i2s8 and i2s9 are connected to the rt5682 codec and should share > the same clock to work in a full-duplex manner. Set the clock sharing > during the initialization for rt5682. > > Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno [For MT8192 Asurada] Tested-by: AngeloGioacchino Del Regno