Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dminors.h20 #define SNDRV_MINOR_TIMER 33 /* SNDRV_MINOR_GLOBAL + 1 * 32 */ macro
36 #define SNDRV_DEVICE_TYPE_TIMER SNDRV_MINOR_TIMER
/openbmc/linux/sound/core/
H A Dsound.c76 case SNDRV_MINOR_TIMER: str = "snd-timer"; break; in snd_request_other()
189 return SNDRV_MINOR_TIMER; in snd_find_free_minor()
196 minor == SNDRV_MINOR_TIMER) in snd_find_free_minor()
H A Dtimer.c44 MODULE_ALIAS_CHARDEV(CONFIG_SND_MAJOR, SNDRV_MINOR_TIMER);