]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: rsnd: enable enumerated DVC valume settings
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 5 Nov 2014 04:28:50 +0000 (20:28 -0800)
committerMark Brown <broonie@kernel.org>
Thu, 6 Nov 2014 17:04:32 +0000 (17:04 +0000)
commit018342976ce971944dd4d9309f75e86382079a2b
tree42320e9aaabd4f91329dd64ff2116a6d5fc6c715
parentab2e479667507329475c8ef93d61f3dbe654c3c2
ASoC: rsnd: enable enumerated DVC valume settings

DVC controls some digital volume features.
Volume Ramp is listed as "XX dB / YY steps",
and this enumerated settings are easy for users.
This patch adds rsnd_dvc_cfg_e and care about
enumerated settings.
Compiler will report like below at this point,
but, it will be removed if Volume Ramp was supported.
  warning: '_rsnd_dvc_pcm_new_e' defined but not used

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