OSDN Git Service

ASoC: rsnd: fixup struct rsnd_gen::res array size
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 22 Oct 2015 03:13:27 +0000 (03:13 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 12:30:01 +0000 (13:30 +0100)
commit9993c16d460e2965da4357575060373a5577167a
treeaeca02fa94217148a66b234c627ecd651a73f308
parentc9b9638f617871aa83c197eed8f068294c843b69
ASoC: rsnd: fixup struct rsnd_gen::res array size

struct rsnd_gen :: res array size should be RSND_BASE_MAX,
not RSND_REG_MAX. This patch fixup it, and indicates whether
each data array size is based on what

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