From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH] ASoC: generic: add simple card with devicetree support Date: Sat, 20 Jul 2013 22:23:36 +0200 Message-ID: <51EAF1C8.2070009@gmail.com> References: <20130720192554.79b7061b@armhf> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by alsa0.perex.cz (Postfix) with ESMTP id A405F2608CA for ; Sat, 20 Jul 2013 22:23:20 +0200 (CEST) Received: by mail-ee0-f53.google.com with SMTP id c41so3051730eek.40 for ; Sat, 20 Jul 2013 13:23:20 -0700 (PDT) In-Reply-To: <20130720192554.79b7061b@armhf> 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: alsa-devel@alsa-project.org, Kuninori Morimoto , Takashi Iwai , linux-kernel@vger.kernel.org, Liam Girdwood , Rob Herring , Mark Brown , Rob Landley , Grant Likely List-Id: alsa-devel@alsa-project.org Hi, On 20.07.2013 19:25, Jean-Francois Moine wrote: > This generic simple card driver uses DT values to instanciate an audio > system in which the real work is done by the subdrivers (audio > controller, audio codec and pcm/dma controller). > > Signed-off-by: Jean-Francois Moine > --- > diff --git a/sound/soc/generic/simple-dt-card.c b/sound/soc/generic/simple-dt-card.c > new file mode 100644 There is a simple-card driver in the tree already, and there were several attempts to add DT bindings for it in the past - have you seen that? Search for "ASoC: add simple-card DT support" in the archives ... Daniel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754984Ab3GTUXX (ORCPT ); Sat, 20 Jul 2013 16:23:23 -0400 Received: from mail-ee0-f53.google.com ([74.125.83.53]:36649 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754955Ab3GTUXV (ORCPT ); Sat, 20 Jul 2013 16:23:21 -0400 Message-ID: <51EAF1C8.2070009@gmail.com> Date: Sat, 20 Jul 2013 22:23:36 +0200 From: Daniel Mack User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Jean-Francois Moine CC: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Grant Likely , Rob Herring , Rob Landley , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Kuninori Morimoto Subject: Re: [PATCH] ASoC: generic: add simple card with devicetree support References: <20130720192554.79b7061b@armhf> In-Reply-To: <20130720192554.79b7061b@armhf> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 20.07.2013 19:25, Jean-Francois Moine wrote: > This generic simple card driver uses DT values to instanciate an audio > system in which the real work is done by the subdrivers (audio > controller, audio codec and pcm/dma controller). > > Signed-off-by: Jean-Francois Moine > --- > diff --git a/sound/soc/generic/simple-dt-card.c b/sound/soc/generic/simple-dt-card.c > new file mode 100644 There is a simple-card driver in the tree already, and there were several attempts to add DT bindings for it in the past - have you seen that? Search for "ASoC: add simple-card DT support" in the archives ... Daniel