From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 3/4] ASoC: simple-card: add multi-CODECs in DT Date: Mon, 10 Nov 2014 09:39:57 +0100 Message-ID: <3271244.uSgBKXChSS@wuerfel> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Jean-Francois Moine Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Sunday 09 November 2014 12:22:21 Jean-Francois Moine wrote: > -- sound-dai : phandle and port of CPU/CODEC > +either > + - sound-dai : phandle and port of CPU/CODEC > +or > + - sound-dais : list of phandle and port of CODECs Is it really necessary to change the property name here? I woudl think that you can make it all work more consistently with just the existing 'sound-dai' property, just extend it to allow multiple codecs Arnd