ASoC: rsnd: add regmap_config::name for debugfs
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 10 Mar 2015 01:25:36 +0000 (01:25 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 11 Mar 2015 11:56:51 +0000 (11:56 +0000)
commit530b7b4a52365ce2a250669b87e964a843bdbedb
tree19697d0755a8a55a93d0cd304f2f500de007bee2
parent8537483a17038f08c68c1f0a561f0fe686e5706f
ASoC: rsnd: add regmap_config::name for debugfs

Renesas sound driver needs SSI/SRC/DVC regmaps, but it didn't have
regmap_config::name for devm_regmap_init_mmio().
Thus, debugfs initialization code tried to use same driver name
many times, and failed.
This patch adds eacy own name for regmap_config::name

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/gen.c
This page took 0.066803 seconds and 5 git commands to generate.