Home
last modified time | relevance | path

Searched refs:software_mute_orig_mode (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c7051 static int software_mute_orig_mode; variable
7228 if (!acpi_evalf(ec_handle, &software_mute_orig_mode, in volume_set_software_mute()
7234 software_mute_orig_mode); in volume_set_software_mute()
7266 if (!acpi_evalf(ec_handle, &r, "SAUM", "qdd", software_mute_orig_mode) in volume_exit_software_mute()
7267 || r != software_mute_orig_mode) in volume_exit_software_mute()