]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit129599299f8b533145363ab1434af2f110428e13
treedf9d8ab053b084cc6ce491bd8ccd99e5bf9584e9
parent4b49e699794edd693a7daa8e7673c78038884e36
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