[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87y56mrbqg.wl%kuninori.morimoto.gx@renesas.com>
Date: Mon, 23 Sep 2013 23:10:36 -0700 (PDT)
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Mark Brown <broonie@...nel.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Linux-ALSA <alsa-devel@...a-project.org>,
Liam Girdwood <lgirdwood@...il.com>,
Kuninori Morimoto <kuninori.morimoto.gx@...il.com>,
Simon <horms@...ge.net.au>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 0/2] ASoC: rsnd: use regmap instead of original register mapping method
Hi Mark Brown wrote:
> > For example, SSI device have many ports (0-8),
> > but ADG is only 1 device.
> > On this driver, all devices are using rsnd_write/read() to
> > access register.
>
> OK, this sounds like the module should have this information - ie check
> something in the module structure rather than asking regmap.
OK, new patch uses only "fields" access by using offset = 0.
then, un-needed rsnd_priv_read/write/bset() are removed by 1st patch.
Kuninori Morimoto (2):
ASoC: rsnd: remove rsnd_priv_read/write/bset()
ASoC: rsnd: use regmap instead of original register mapping method
sound/soc/sh/rcar/adg.c | 10 ++-
sound/soc/sh/rcar/core.c | 45 ----------
sound/soc/sh/rcar/gen.c | 224 +++++++++++++++++++++++++++++-----------------
sound/soc/sh/rcar/rsnd.h | 4 -
4 files changed, 150 insertions(+), 133 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists