Searched refs:SNDRV_PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance
| /include/uapi/sound/ |
| A D | asound.h | 28 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) macro 72 #define SNDRV_HWDEP_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1) 145 #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 18) 719 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 5) 876 #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8) 1061 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9)
|
| A D | compress_offload.h | 17 #define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 3, 0)
|
| A D | emu10k1.h | 400 #define SNDRV_EMU10K1_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
|
| A D | asequencer.h | 13 #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 5)
|
Completed in 18 milliseconds