Update support for boot_sound kernel patch

This commit is contained in:
Luke D. Jones
2024-03-10 20:53:03 +13:00
parent 0fac33a8ff
commit e371229b6c
11 changed files with 64 additions and 42 deletions

View File

@@ -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)]