ASoC: Use generic control handlers for S8 control
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 25 Oct 2014 18:25:56 +0000 (20:25 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2014 00:20:51 +0000 (00:20 +0000)
Commit f227b88f0fce ("ASoC: core: Add signed register volume control logic")
added support for signed control to the generic volsw control handler.
This makes it possible to use them for the S8 control as well, rather than
having to use a custom control handler implementation.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found