Searched defs:oss_audioinfo (Results 1 – 1 of 1) sorted by relevance
448 typedef struct oss_audioinfo { struct449 int dev; /* Set by caller */450 char name[OSS_LONGNAME_SIZE];451 int busy;452 int pid;453 int caps;454 int iformats;455 int oformats;456 int magic; /* Unused */457 char cmd[OSS_LONGNAME_SIZE];[all …]