]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commitc1b4d1c7774189002bc08766ec10e339dfbc98d6
tree0a463c8fb33c04c6e70fce338992c10cbc275d13
parent78cb4d995b932d9014342ddc81ce0a5cc434ed98
ASoC: Use generic control handlers for S8 control

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>
include/sound/soc.h
sound/soc/soc-core.c