From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/4 v2] ASoC: simple-card: fixup for DT Date: Wed, 27 Aug 2014 20:06:35 -0700 (PDT) Message-ID: <8761hdia86.wl%kuninori.morimoto.gx@gmail.com> References: <87fvgriqrb.wl%kuninori.morimoto.gx@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by alsa0.perex.cz (Postfix) with ESMTP id E7AA1265A37 for ; Thu, 28 Aug 2014 05:06:37 +0200 (CEST) Received: by mail-pa0-f45.google.com with SMTP id bj1so648450pad.4 for ; Wed, 27 Aug 2014 20:06:36 -0700 (PDT) In-Reply-To: <87fvgriqrb.wl%kuninori.morimoto.gx@gmail.com> 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: Mark Brown Cc: Linux-ALSA , Simon , Liam Girdwood , Kuninori Morimoto List-Id: alsa-devel@alsa-project.org Hi Mark These are fixup/tidyup patches for simple-card DT. Some sound card can't probe without these patches. Kuninori Morimoto (4): ASoC: simple-card: use asoc_simple_xxx prefix ASoC: simple-card: remove dai_link->cpu_dai_name when DT ASoC: simple-card: dai_link->init should be cared when multi DAI ASoC: simple-card: use common for_each_child_of_node() for loop sound/soc/generic/simple-card.c | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Best regards --- Kuninori Morimoto