Searched refs:SNDRV_CTL_EVENT_MASK_ADD (Results 1 – 3 of 3) sorted by relevance
379 return snd_hctl_throw_event(hctl, SNDRV_CTL_EVENT_MASK_ADD, elem); in snd_hctl_elem_add()613 int res = snd_hctl_throw_event(hctl, SNDRV_CTL_EVENT_MASK_ADD, in snd_hctl_load()750 if (event->data.elem.mask & SNDRV_CTL_EVENT_MASK_ADD) { in snd_hctl_handle_event()
857 SNDRV_CTL_EVENT_MASK_ADD | SNDRV_CTL_EVENT_MASK_TLV)) != 0) { in snd_ctl_remap_read()
1127 #define SNDRV_CTL_EVENT_MASK_ADD (1<<2) /* element was added */ macro