Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dcontrol_led.c87 static inline unsigned int group_to_access(unsigned int group) in group_to_access() function
259 if (access != 0 && access != group_to_access(group)) { in snd_ctl_led_set_id()
265 new_access |= group_to_access(group); in snd_ctl_led_set_id()
287 snd_ctl_led_set_state(NULL, group_to_access(group), NULL, 0); in snd_ctl_led_refresh()
336 vd->access &= ~group_to_access(group); in snd_ctl_led_reset()
343 snd_ctl_led_set_state(NULL, group_to_access(group), NULL, 0); in snd_ctl_led_reset()
437 snd_ctl_led_set_state(NULL, group_to_access(led->group), NULL, 0); in mode_store()