ASoC: rsnd: add struct rsnd_dvc_cfg and control DVC settings
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 22 Oct 2014 01:14:14 +0000 (18:14 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 22 Oct 2014 22:42:46 +0000 (23:42 +0100)
DVC can control Digital Volume / Mute / Volume Ramp etc,
and these uses different max value.
Current driver is using fixed max value for each settings.
This patch adds new struct rsnd_dvc_cfg, and control these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found