Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dminors.h12 #define SNDRV_MINOR_CARD(minor) ((minor) >> 5) macro
/openbmc/linux/sound/core/
H A Dsound.c127 int card = SNDRV_MINOR_CARD(minor); in autoload_device()