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 AB592C38A2D for ; Tue, 25 Oct 2022 10:15:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232252AbiJYKPG (ORCPT ); Tue, 25 Oct 2022 06:15:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232171AbiJYKOf (ORCPT ); Tue, 25 Oct 2022 06:14:35 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B107D18D462; Tue, 25 Oct 2022 03:07:28 -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 ED9D86600363; Tue, 25 Oct 2022 11:07:26 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1666692447; bh=JW1CdqgCRsqnGgTQGAjrlKyW6HoCOVr4phtjoxwxRlQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ERqyKwDaRLFxX9qvOO+vPHZcIkg52NCWfGHjj6KySZ4sy9wXn4Y/AkBShGgMZH1IT bjP30wT3Q5v01vuveUF0h/hizJa2Q7Z3zqEEu8wEfn0eyp84cMYB/6iuiPnCVZY0cK mZbqmGjWCTDXI5Otw5mknwGk5N6WHnoP4nC4db/Kbj1mEiwwj/u9HVTGqdWWGNLIMg kL3i0zA1ppJeIq8EFmHv8RJ+FIGl3yieTFQA7IIEKJvXuf/Niz0v9xXGu22/u5dV1/ fSi+Pl79edHsCx332vWYRzv3ijGKvmGtrbvHp1wGxnt/bDUTEXr7xpyzLEearhBJ+x yFYMyUAlvflHw== Message-ID: <48cb7032-14c7-5b2b-120f-570368f0b097@collabora.com> Date: Tue, 25 Oct 2022 12:07:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v2 3/4] ASoC: dt-bindings: rt5682: Set sound-dai-cells to 1 Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown Cc: kernel@collabora.com, Krzysztof Kozlowski , Liam Girdwood , Rob Herring , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221024220015.1759428-1-nfraprado@collabora.com> <20221024220015.1759428-4-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221024220015.1759428-4-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 25/10/22 00:00, NĂ­colas F. R. A. Prado ha scritto: > Commit 0adccaf1eac9 ("ASoC: dt-bindings: rt5682: Add #sound-dai-cells") > defined the sound-dai-cells property as 0. However, rt5682 has two DAIs, > AIF1 and AIF2, and therefore should have sound-dai-cells set to 1. Fix > it. > > Fixes: 0adccaf1eac9 ("ASoC: dt-bindings: rt5682: Add #sound-dai-cells") > Signed-off-by: NĂ­colas F. R. A. Prado > Reviewed-by: AngeloGioacchino Del Regno