Searched defs:oss_audioinfo (Results 1 – 1 of 1) sorted by relevance
356 typedef struct oss_audioinfo { struct357 int dev; /* Audio device number */358 char name[64];359 int busy; /* 0, OPEN_READ, OPEN_WRITE, OPEN_READWRITE */360 int pid; /* Process ID, not used in SunOS */361 int caps; /* PCM_CAP_INPUT, PCM_CAP_OUTPUT */362 int iformats; /* Supported input formats */363 int oformats; /* Supported output formats */364 int magic; /* Internal use only */365 char cmd[64]; /* Command using the device (if known) */[all …]