ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer access
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 1 Dec 2015 08:31:38 +0000 (08:31 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 1 Dec 2015 13:19:06 +0000 (13:19 +0000)
commit2ff2ecca06d5302782c73626b841a509a9b01ef6
tree8c49526e310864f961cf9da2b678f4882d86f30e
parent186fadc132f0d634c7b43202a240fbd3654b6623
ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer access

drv pointer should be "base + offset" instead of
"current + offset". This patch fixup this issue, otherwise
third and subsequent pointer will be broken

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c