ASoC: rsnd: enable multiple DVC valume settings
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 5 Nov 2014 04:27:46 +0000 (20:27 -0800)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 04:21:51 +0000 (13:21 +0900)
commit2c40487d86b34c313265d09bbce67cd1b5d2a346
treec02f00e8666efbf9de19bc6f216c19503a336419
parent0a89c71cab4f4e6939403463e4189b6d634c3266
ASoC: rsnd: enable multiple DVC valume settings

DVC controls some digital volume features.
Some of them requests values for "each channels",
but, some of them requests values for "feature".
Current dvc.c is supporting Mute/Volume,
and these have "each channels" settings.
This patch adds rsnd_dvc_cfg_m and care about
multiple settings for each channels.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit ec14af91a03f7d68b2a72bec20be2ab583d3f63a)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/rcar/dvc.c