summaryrefslogtreecommitdiffstats
path: root/sound/core/control_led.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-05-221-3/+17
|\
| * ALSA: control-led: Integrate mute led triggerHeiner Kallweit2024-03-281-3/+17
* | ALSA: control: Use list_for_each_entry_safe()Andy Shevchenko2024-04-241-10/+5
|/
* ALSA: control_led: Use guard() for lockingTakashi Iwai2024-02-281-85/+65
* ALSA: control: Don't embed ctl_devTakashi Iwai2023-08-171-2/+2
* ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai2023-07-201-1/+1
* sound: make all 'class' structures constIvan Orlov2023-06-211-1/+1
* ALSA: control-led: use strscpy in set_led_id()Jaroslav Kysela2023-01-091-3/+2
* ALSA: control-led: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-17/+12
* ALSA: led: Use restricted type for iface assignmentTakashi Iwai2021-11-231-1/+1
* ALSA: core: control_led: use strscpy instead of strlcpyPierre-Louis Bossart2021-08-131-1/+1
* ALSA: control_led - fix initialization in the mode show callbackJaroslav Kysela2021-06-141-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-06-081-7/+26
|\
| * ALSA: control led: fix memory leak in snd_ctl_led_registerDongliang Mu2021-06-021-7/+26
* | ALSA: control_led - use DEVICE_ATTR_*() macroYueHaibing2021-05-251-15/+19
|/
* ALSA: control_led - fix the stack usage (control element ops)Jaroslav Kysela2021-04-141-2/+6
* ALSA: control - double free in snd_ctl_led_init()Dan Carpenter2021-04-091-1/+1
* ALSA: control - off by one in store_mode()Dan Carpenter2021-04-061-1/+1
* ALSA: control led - improve the set_led_id() parserJaroslav Kysela2021-04-011-1/+4
* ALSA: led control - add sysfs kcontrol LED marking layerJaroslav Kysela2021-03-301-4/+362
* ALSA: control - add sysfs support to the LED trigger moduleJaroslav Kysela2021-03-301-29/+163
* ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-301-0/+278