From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758275AbcIWGo2 (ORCPT ); Fri, 23 Sep 2016 02:44:28 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:34459 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756255AbcIWGoZ (ORCPT ); Fri, 23 Sep 2016 02:44:25 -0400 Subject: Re: [PATCH] ASoC: simple-card: add support for aux devices To: Kuninori Morimoto References: <1474577444-7598-1-git-send-email-nikita.yoush@cogentembedded.com> <87mvizpjg8.wl%kuninori.morimoto.gx@renesas.com> Cc: Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland , Jaroslav Kysela , Takashi Iwai , =?UTF-8?B?T3R0byBLZWvDpGzDpGluZW4=?= , Mengdong Lin , Aaro Koskinen , Andrew Lunn , Peter Ujfalusi , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Healy From: Nikita Yushchenko Message-ID: Date: Fri, 23 Sep 2016 09:44:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <87mvizpjg8.wl%kuninori.morimoto.gx@renesas.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > This case, I think you want ... > > simple-audio-card,codec { > - sound-dai = <&codec1>; > + sound-dai = <&codec>; Oops... sure, thanks for noticing it. >> a microphone is attached. >> +- simple-audio-card,aux-devs : List of phandles pointing to auxiliary devices, such >> + as amplifiers, to be added to the sound card. >> >> Optional subnodes: > > I think it is very helpful if this document has above sample Ok, will send v2 with the example moved from commit message to documentation. Nikita