Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dminors.h28 #define SNDRV_MINOR_DEVICE(minor) ((minor) & 0x001f) macro
/linux-4.4.14/sound/core/
Dsound.c135 dev = SNDRV_MINOR_DEVICE(minor); in autoload_device()
201 if (SNDRV_MINOR_DEVICE(minor) == SNDRV_MINOR_CONTROL) in snd_find_free_minor()