ALSA Library Reference Manual
DECLARATION
typedef struct snd_timer_select
{
int slave:1; /* timer is slave */
union
{
int number; /* timer number */
struct
{
int type; /* slave type - SND_TIMER_STYPE_ */
int id; /* slave identification */
}
slave;
}
data;
char reserved[32];
}
snd_timer_select_t;
REFERENCE