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 22939ECAAD3 for ; Fri, 9 Sep 2022 07:35:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231479AbiIIHff (ORCPT ); Fri, 9 Sep 2022 03:35:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231410AbiIIHe4 (ORCPT ); Fri, 9 Sep 2022 03:34:56 -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 AE6B5326EA for ; Fri, 9 Sep 2022 00:34:41 -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 C606F6601FAF; Fri, 9 Sep 2022 08:34:38 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662708879; bh=6E3R+e0qWzBvUZmD+FxdrrNf0X8j9G+FBty9PotvMbE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DQuGFRS9IGu9Ua+HhX4kdB01raUTOemdunfdjpLgLo605WDOWN2pFc/xXu/fJSPm8 BfE0TTBmqV5LLfj4Sg92uYEiKux2zzpRjXzxfL1kuWC7ez8JLh3QApLyzR04vHUcQy xQh73kkkE40uzgIKEe8xwjeRxOjYcGOLrml0wCQ6XkyQDnafJ/byLZN/JoqYLsSeEX BWSttFilhCsdGOhuWGcg8/LI+SUNeVeFWdLn53++LKG1j397/CzNH0+Kw/FeadKwAh jzsoLzfzQyypR6TKK0GvwabuX2UEVZjFbdwzKdP1q3LZuj/gkAeWYQxjaqq9vr4wl7 3RPP9CHbqaI0Q== Message-ID: <302f9468-e64d-eba2-868a-ee6c196238fb@collabora.com> Date: Fri, 9 Sep 2022 09:34:36 +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 05/10] ASoC: mediatek: mt8183: Configure shared clocks 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 , Rikard Falkeborn , 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-6-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220908161154.648557-6-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: > i2s0 and i2s5 are paired input/output connected to the same codec and > should share the same clock. Likewise for i2s2 and i2s3. Set the clock > sharing for each pair during the DAI initialization. > > Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno