diff options
Diffstat (limited to 'Documentation/laptops/thinkpad-acpi.txt')
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index bd87682103c1..6a5814330e51 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt | |||
@@ -1097,6 +1097,18 @@ Volume control | |||
1097 | 1097 | ||
1098 | procfs: /proc/acpi/ibm/volume | 1098 | procfs: /proc/acpi/ibm/volume |
1099 | 1099 | ||
1100 | NOTE: by default, the volume control interface operates in read-only | ||
1101 | mode, as it is supposed to be used for on-screen-display purposes. | ||
1102 | The read/write mode can be enabled through the use of the | ||
1103 | "volume_control=1" module parameter. | ||
1104 | |||
1105 | NOTE: distros are urged to not enable volume_control by default, this | ||
1106 | should be done by the local admin only. The ThinkPad UI is for the | ||
1107 | console audio control to be done through the volume keys only, and for | ||
1108 | the desktop environment to just provide on-screen-display feedback. | ||
1109 | Software volume control should be done only in the main AC97/HDA | ||
1110 | mixer. | ||
1111 | |||
1100 | This feature allows volume control on ThinkPad models with a digital | 1112 | This feature allows volume control on ThinkPad models with a digital |
1101 | volume knob (when available, not all models have it), as well as | 1113 | volume knob (when available, not all models have it), as well as |
1102 | mute/unmute control. The available commands are: | 1114 | mute/unmute control. The available commands are: |
@@ -1465,3 +1477,4 @@ Sysfs interface changelog: | |||
1465 | 0x020600: Marker for backlight change event support. | 1477 | 0x020600: Marker for backlight change event support. |
1466 | 1478 | ||
1467 | 0x020700: Support for mute-only mixers. | 1479 | 0x020700: Support for mute-only mixers. |
1480 | Volume control in read-only mode by default. | ||