Lines Matching refs:xff
25 #define SNDRV_PROTOCOL_MINOR(version) (((version)>>8)&0xff)26 #define SNDRV_PROTOCOL_MICRO(version) ((version)&0xff)