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>
This commit is contained in:
Alex Hung
2014-03-26 02:27:02 -07:00
committed by Bryan Wu
parent 89ca3b8819
commit db6d8cc007
2 changed files with 174 additions and 7 deletions

10
include/linux/dell-led.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __DELL_LED_H__
#define __DELL_LED_H__
enum {
DELL_LED_MICMUTE,
};
int dell_app_wmi_led_set(int whichled, int on);
#endif