thinkpad-acpi: fix ALSA callback return status
commita9ccce087f4f19ef9134d108c52677f4c3f7c8c0
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 27 Feb 2010 21:59:50 +0000 (27 18:59 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 27 Feb 2010 21:59:50 +0000 (27 18:59 -0300)
tree22176a8e9495cbd4448015439c8b0f2b4521883f
parentf418da57ef58469ddccd65fac9edc1e0f94dff2d
thinkpad-acpi: fix ALSA callback return status

Clemens Ladisch reports that thinkpad-acpi improperly implements the
ALSA API, and always returns 0 for success for the "put" callbacks
while the API requires it to return "1" when the control value has
been changed in the hardware/firmware.

Rework the volume subdriver to be able to properly implement the ALSA
API.  Based on a patch by Clemens Ladisch <clemens@ladisch.de>.

This fix is also needed on 2.6.33.

Reported-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: stable@kernel.org
drivers/platform/x86/thinkpad_acpi.c