diff options
author | Luke D. Jones <luke@ljones.dev> | 2024-04-04 03:16:47 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2024-04-08 19:30:27 +0300 |
commit | e0ae0ecce4869f841ea7cb20fca1b2c865c13339 (patch) | |
tree | d68ccecc30a76e17b32f73229a1bd3ddc75c5d9e /include/linux/platform_data/x86 | |
parent | ae834a549ec1d4cf372ffba1af1c14148807af55 (diff) | |
download | linux-e0ae0ecce4869f841ea7cb20fca1b2c865c13339.tar.xz |
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 'include/linux/platform_data/x86')
-rw-r--r-- | include/linux/platform_data/x86/asus-wmi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/asus-wmi.h b/include/linux/platform_data/x86/asus-wmi.h index 3e9a01467c67..3eb5cd6773ad 100644 --- a/include/linux/platform_data/x86/asus-wmi.h +++ b/include/linux/platform_data/x86/asus-wmi.h @@ -137,6 +137,9 @@ /* TUF laptop RGB power/state */ #define ASUS_WMI_DEVID_TUF_RGB_STATE 0x00100057 +/* Bootup sound control */ +#define ASUS_WMI_DEVID_BOOT_SOUND 0x00130022 + /* DSTS masks */ #define ASUS_WMI_DSTS_STATUS_BIT 0x00000001 #define ASUS_WMI_DSTS_UNKNOWN_BIT 0x00000002 |