This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-16 15:26:42 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fa5923cea8
linux_dsm_epyc7002
/
include
/
linux
/
dell-led.h
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
dell-led: add mic mute led interface This patch provides similar led functional of 420f973 thinkpad-acpi: Add mute and mic-mute LED functionality Signed-off-by: Alex Hung <alex.hung@canonical.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
2014-03-26 16:27:02 +07:00
#
ifndef __DELL_LED_H__
#
define __DELL_LED_H__
ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set() The dell_app_wmi_led_set() method introduced in commit db6d8cc00773 ("dell-led: add mic mute led interface") was implemented as an easily extensible entry point for other modules to set the state of various LEDs. However, almost three years later it is still only used to control the mic mute LED, so it will be replaced with direct calls to dell_micmute_led_set(). Signed-off-by: Michał Kępień <kernel@kempniu.pl> Tested-by: Alex Hung <alex.hung@canonical.com> Reviewed-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
2017-02-17 14:57:48 +07:00
int
dell_micmute_led_set
(
int
on
)
;
dell-led: add mic mute led interface This patch provides similar led functional of 420f973 thinkpad-acpi: Add mute and mic-mute LED functionality Signed-off-by: Alex Hung <alex.hung@canonical.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
2014-03-26 16:27:02 +07:00
#
endif
Reference in New Issue
Copy Permalink