Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dcontrol_led.c88 static inline unsigned int group_to_access(unsigned int group) in group_to_access() function
263 if (access != 0 && access != group_to_access(group)) in DEFINE_FREE()
267 new_access |= group_to_access(group); in DEFINE_FREE()
280 snd_ctl_led_set_state(NULL, group_to_access(group), NULL, 0); in snd_ctl_led_refresh()
322 vd->access &= ~group_to_access(group); in snd_ctl_led_reset()
328 snd_ctl_led_set_state(NULL, group_to_access(group), NULL, 0); in snd_ctl_led_reset()
419 snd_ctl_led_set_state(NULL, group_to_access(led->group), NULL, 0); in mode_store()