From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [PATCH 0/19] ASoC: rsnd: new module path method and DT support Date: Sun, 02 Mar 2014 23:42:12 -0800 (PST) Message-ID: <871tyjybhr.wl%kuninori.morimoto.gx@gmail.com> References: <87d2ib90t9.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-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by alsa0.perex.cz (Postfix) with ESMTP id E052E261AC4 for ; Mon, 3 Mar 2014 08:42:14 +0100 (CET) Received: by mail-pd0-f170.google.com with SMTP id v10so1342281pde.1 for ; Sun, 02 Mar 2014 23:42:13 -0800 (PST) In-Reply-To: <87d2ib90t9.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: Kuninori Morimoto Cc: Simon , Linux-ALSA , Mark Brown , Liam Girdwood , Kuninori Morimoto List-Id: alsa-devel@alsa-project.org Hi Mark These are Renesas R-Car sound driver patches v2. But I separated these into 1) cleanup patches 2) new feature patches Because 1) + 2) becomes large number patches. These are 1) part patches. I will send 2) part patches if 1) are accepted Kuninori Morimoto (8): ASoC: rsnd: run rsnd_path_init() when probe() timing ASoC: rsnd: use mod array instead of list on rdai ASoC: rsnd: get ssi/scu from rsnd_dai_stream ASoC: rsnd: use devm_clk_get() instead of clk_get() ASoC: rsnd: use function pointer for each probe ASoC: rsnd: remove unused SSI_CONTROL ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter ASoC: rsnd: share reg_field and reduce memory sound/soc/sh/rcar/adg.c | 31 ++++------ sound/soc/sh/rcar/core.c | 152 ++++++++++++++++++++++++++++++++-------------- sound/soc/sh/rcar/gen.c | 57 ----------------- sound/soc/sh/rcar/rsnd.h | 107 +++++++++++++++++++------------- sound/soc/sh/rcar/scu.c | 22 ++++--- sound/soc/sh/rcar/ssi.c | 4 +- 6 files changed, 197 insertions(+), 176 deletions(-)