Home | History | Annotate | Download | only in sound

Lines Matching refs:minor

5  *  MINOR numbers
25 #define SNDRV_MINOR_CARD(minor) ((minor) >> 5)
26 #define SNDRV_MINOR_DEVICE(minor) ((minor) & 0x001f)
42 /* same as first respective minor number to make minor allocation easier */
73 #define SNDRV_MINOR_OSS_CARD(minor) ((minor) >> 4)
74 #define SNDRV_MINOR_OSS_DEVICE(minor) ((minor) & 0x000f)
87 #define SNDRV_MINOR_OSS_DMMIDI 9 /* /dev/dmmidi0 - this device can have another minor # with OSS */
88 #define SNDRV_MINOR_OSS_DMFM 10 /* /dev/dmfm0 - this device can have another minor # with OSS */