From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 12/12] ASoC: rsnd: add Multi channel support Date: Fri, 18 Dec 2015 14:04:51 -0600 Message-ID: <20151218200448.GA1476@rob-hp-laptop> References: <87egeliyaz.wl%kuninori.morimoto.gx@renesas.com> <87wpsdhje9.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <87wpsdhje9.wl%kuninori.morimoto.gx@renesas.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: Linux-DT , Linux-ALSA , Mark Brown , Liam Girdwood , Simon List-Id: devicetree@vger.kernel.org On Thu, Dec 17, 2015 at 03:00:10AM +0000, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > This patch adds Multi channel support on Renesas R-Car sound. > This patch is tested on Salvator-X board, but it can't use > Multi channel, because supported format is different between > codec chip and R-Car. > Thus, it was tested on board which doesn't mount codec chip, > with oscilloscope. > > Signed-off-by: Kuninori Morimoto > --- > .../devicetree/bindings/sound/renesas,rsnd.txt | 18 ++++ For the binding: Acked-by: Rob Herring > sound/soc/sh/rcar/core.c | 6 +- > sound/soc/sh/rcar/gen.c | 3 + > sound/soc/sh/rcar/rsnd.h | 15 ++- > sound/soc/sh/rcar/ssi.c | 114 ++++++++++++++++++++- > sound/soc/sh/rcar/ssiu.c | 55 ++++++++-- > 6 files changed, 194 insertions(+), 17 deletions(-)