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)
commit92b9a6991b2e3a4ccf5ffc956730d36835d53a79
treedf9d8ab053b084cc6ce491bd8ccd99e5bf9584e9
parent9960ce97432bdb1defc76ed80ac19e37e8778bc6
ASoC: rsnd: add struct rsnd_dvc_cfg and control DVC settings

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>
sound/soc/sh/rcar/dvc.c