Searched defs:snd_timer_params (Results 1 – 3 of 3) sorted by relevance
956 struct snd_timer_params { struct957 unsigned int flags; /* flags - SNDRV_TIMER_PSFLG_* */958 unsigned int ticks; /* requested resolution in ticks */959 unsigned int queue_size; /* total size of queue (32-1024) */960 unsigned int reserved0; /* reserved, was: failure locations */984 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
116390 struct snd_timer_params { struct116391 unsigned int flags;116392 unsigned int ticks;116393 unsigned int queue_size;116394 unsigned int reserved0;116395 unsigned int filter;116396 unsigned char reserved[60];