ASoC: rsnd: Add Volume Ramp support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 10 Nov 2014 03:52:06 +0000 (19:52 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 10 Nov 2014 15:14:10 +0000 (15:14 +0000)
This patch adds Volume Ramp to Renesas sound driver.

amixer set "DVC Out" 100%
amixer set "DVC Out Ramp Up Rate"   "0.125 dB/64 steps"
amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
amixer set "DVC Out Ramp" on
aplay xxx.wav &
amixer set "DVC Out"  80%  // Volume Down
amixer set "DVC Out" 100%  // Volume Up

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

No differences found