Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h984 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */ macro
/linux-4.1.27/sound/core/
Dcontrol.c499 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_REMOVE, &id); in snd_ctl_remove()