diff options
author | Luke D. Jones <luke@ljones.dev> | 2024-04-04 02:16:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2024-04-08 18:30:27 +0200 |
commit | e0ae0ecce4869f841ea7cb20fca1b2c865c13339 (patch) | |
tree | d68ccecc30a76e17b32f73229a1bd3ddc75c5d9e /Documentation/ABI | |
parent | platform/x86: asus-wmi: add support variant of TUF RGB (diff) | |
download | linux-e0ae0ecce4869f841ea7cb20fca1b2c865c13339.tar.xz linux-e0ae0ecce4869f841ea7cb20fca1b2c865c13339.zip |
platform/x86: asus-wmi: support toggling POST sound
Add support for toggling the BIOS POST sound on some ASUS laptops.
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20240404001652.86207-5-luke@ljones.dev
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-asus-wmi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-asus-wmi b/Documentation/ABI/testing/sysfs-platform-asus-wmi index ef1ac1a20a71..72933527d2e4 100644 --- a/Documentation/ABI/testing/sysfs-platform-asus-wmi +++ b/Documentation/ABI/testing/sysfs-platform-asus-wmi @@ -194,3 +194,12 @@ Contact: "Luke Jones" <luke@ljones.dev> Description: Set the target temperature limit of the Nvidia dGPU: * min=75, max=87 + +What: /sys/devices/platform/<platform>/boot_sound +Date: Apr 2024 +KernelVersion: 6.10 +Contact: "Luke Jones" <luke@ljones.dev> +Description: + Set if the BIOS POST sound is played on boot. + * 0 - False, + * 1 - True |