Blame view

include/linux/dell-led.h 128 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
db6d8cc00   Alex Hung   dell-led: add mic...
2
3
  #ifndef __DELL_LED_H__
  #define __DELL_LED_H__
fa5923cea   Michał Kępień   ALSA: hda - use d...
4
  int dell_micmute_led_set(int on);
db6d8cc00   Alex Hung   dell-led: add mic...
5
6
  
  #endif