Lines Matching defs:mask
1229 unsigned int mask;
1256 return c->mask;
1553 static int element_callback(snd_hctl_elem_t *elem, unsigned int mask)
1555 if (mask == SND_CTL_EVENT_MASK_REMOVE) {
1559 if (mask & SND_CTL_EVENT_MASK_INFO)
1561 if (mask & SND_CTL_EVENT_MASK_VALUE)
1577 static int ctl_callback(snd_hctl_t *ctl ATTRIBUTE_UNUSED, unsigned int mask,
1580 if (mask & SND_CTL_EVENT_MASK_ADD)
1632 static int melem_event(snd_mixer_elem_t *elem, unsigned int mask)
1637 if (mask == SND_CTL_EVENT_MASK_REMOVE) {
1641 if (mask & SND_CTL_EVENT_MASK_INFO)
1643 if (mask & SND_CTL_EVENT_MASK_VALUE)
1657 static int mixer_event(snd_mixer_t *mixer ATTRIBUTE_UNUSED, unsigned int mask,
1660 if (mask & SND_CTL_EVENT_MASK_ADD)