From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/4] ASoC: rsnd: bugfix patches for linus/master, and v4.20 Date: Thu, 6 Sep 2018 03:20:34 +0000 Message-ID: <8736unb9nj.wl-kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from relmlie2.idc.renesas.com (relmlor3.renesas.com [210.160.252.173]) by alsa0.perex.cz (Postfix) with ESMTP id 9A86126779A for ; Thu, 6 Sep 2018 05:20:38 +0200 (CEST) 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 List-Id: alsa-devel@alsa-project.org Hi Mark These are bug fix patches for Renesas Sound driver. 1) : for mark/for-4.20 2) - 4) : for linus/master Kuninori Morimoto (4): 1) ASoC: rsnd: gen: use tab instead of white-space 2) ASoC: rsnd: adg: care clock-frequency size 3) ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER 4) ASoC: rsnd: don't use %p for dev_dbg() sound/soc/sh/rcar/adg.c | 9 +++++++-- sound/soc/sh/rcar/core.c | 10 +++++++++- sound/soc/sh/rcar/dma.c | 6 +++++- sound/soc/sh/rcar/gen.c | 48 ++++++++++++++++++++++++------------------------ 4 files changed, 45 insertions(+), 28 deletions(-) -- 2.7.4 Best regards --- Kuninori Morimoto