Searched defs:SNDRV_PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance
39 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) macro
44 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) macro