[ibm-acpi-devel] [PATCH 1/2] thinkpad-acpi: disable alsa volume mixer for SL410/SL510

2011-10-06 Thread Keng-Yu Lin
The mute key on SL410/SL510 only works when the alsa volume mixer is not enabled. This patch makes the alsa volume mixer disabled on the matched SL410/SL510 EC versions. Signed-off-by: Keng-Yu Lin --- drivers/platform/x86/thinkpad_acpi.c | 15 --- 1 files changed, 12 insertions

[ibm-acpi-devel] [PATCH 2/2] thinkpad-acpi: add force_volume module parameter

2011-10-06 Thread Keng-Yu Lin
The force_volume module parameter forces to create the ALSA mixer for the blacklisted models. Signed-off-by: Keng-Yu Lin --- Documentation/laptops/thinkpad-acpi.txt |4 drivers/platform/x86/thinkpad_acpi.c| 25 +++-- 2 files changed, 23 insertions(+), 6

[ibm-acpi-devel] [PATCH] thinkpad-acpi: disable alsa volume mixer for SL410/SL510

2011-03-16 Thread Keng-Yu Lin
The mute key on SL410/SL510 only works when the alsa volume mixer is not enabled. This patch makes the alsa volume mixer disabled on the matched SL410/SL510 EC versions. Signed-off-by: Keng-Yu Lin --- drivers/platform/x86/thinkpad_acpi.c | 12 1 files changed, 8 insertions(+), 4