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