mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Update support for boot_sound kernel patch
This commit is contained in:
@@ -85,9 +85,9 @@ trait Platform {
|
||||
|
||||
/// PostAnimationSound property
|
||||
#[zbus(property)]
|
||||
fn post_animation_sound(&self) -> zbus::Result<bool>;
|
||||
fn boot_sound(&self) -> zbus::Result<bool>;
|
||||
#[zbus(property)]
|
||||
fn set_post_animation_sound(&self, value: bool) -> zbus::Result<()>;
|
||||
fn set_boot_sound(&self, value: bool) -> zbus::Result<()>;
|
||||
|
||||
/// PptApuSppt property
|
||||
#[zbus(property)]
|
||||
|
||||
Reference in New Issue
Block a user